Update kernel to v6.18.39 stable_20260724

This commit is contained in:
Koichiro Iwao 2026-07-31 13:19:47 +09:00
parent cad995dde8
commit 4660721caa
2 changed files with 7 additions and 4 deletions

View File

@ -1,2 +1,2 @@
83780d4004613f3924fe404f22a1a2155db400c8 SOURCES/stable_20260609.tar.gz
b8475afdd5b669b6db3a4cb73dea4cf804359cad SOURCES/1.20260521.tar.gz
095085828d53344f49000c4fac01f1333fb63b50 SOURCES/stable_20260724.tar.gz

View File

@ -1,5 +1,5 @@
%global firmware_tag 1.20260521
%global version_tag 20260609
%global version_tag 20260724
ExclusiveArch: aarch64
@ -11,7 +11,7 @@ ExclusiveArch: aarch64
%define local_version v8
%define bcmmodel 2711
%define extra_version 2
%define extra_version 1
# This originally implies Kernel 4.x for RPi 2 and is not appropriate now.
# Be careful to change this not to disturb the seamless package update.
@ -19,7 +19,7 @@ ExclusiveArch: aarch64
%define ksuffix 4
%define kversion 6.18
%define patchlevel 34
%define patchlevel 39
%if 0%{?rhel} >= 10 || 0%{?fedora} >= 40
%define pathfix %{__python3} %{_rpmconfigdir}/redhat/pathfix.py
@ -640,6 +640,9 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif
%changelog
* Thu Jul 30 2026 Koichiro Iwao <meta@almalinux.org> - 6.18.39-20260724.v8.1
- Update kernel to v6.18.39 stable_20260724
* Wed Jul 29 2026 Koichiro Iwao <meta@almalinux.org> - 6.18.34-20260609.v8.2
- Add 16KB PAGESIZE kernel for BCM2712 (Pi 5)
- Install kernel & initramfs OSTree to the canonical location ([/usr]/lib/$kver)