diff --git a/Makefile.rhelver b/Makefile.rhelver index ec60b26c0..514048804 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 80 +RHEL_RELEASE = 81 # # RHEL_REBASE_NUM diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 3c8f43937..42ef8a7fc 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -875,7 +875,7 @@ CONFIG_COMMON_RESET_HI3660=y CONFIG_COMPACTION=y CONFIG_COMPAT_32BIT_TIME=y # CONFIG_COMPAT_BRK is not set -CONFIG_COMPAT=y +# CONFIG_COMPAT is not set # CONFIG_COMPILE_TEST is not set CONFIG_CONFIGFS_FS=y CONFIG_CONNECTOR=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 21d77187e..06cb4ee6d 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -875,7 +875,7 @@ CONFIG_COMMON_RESET_HI3660=y CONFIG_COMPACTION=y CONFIG_COMPAT_32BIT_TIME=y # CONFIG_COMPAT_BRK is not set -CONFIG_COMPAT=y +# CONFIG_COMPAT is not set # CONFIG_COMPILE_TEST is not set CONFIG_CONFIGFS_FS=y CONFIG_CONNECTOR=y diff --git a/kernel.changelog b/kernel.changelog index 7763c9773..bc627aa8a 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,20 @@ +* Mon May 05 2025 Julio Faracco [6.12.0-81.el10] +- redhat/configs: Disable CONFIG_COMPAT for s390x (Mete Durlu) [RHEL-24047] +- nfsd: fix management of listener transports (Olga Kornievskaia) [RHEL-72469] +- scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1 (Chandrakanth Patil) [RHEL-80701] +- scsi: megaraid_sas: Block zero-length ATA VPD inquiry (Chandrakanth Patil) [RHEL-80701] +- scsi: megaraid_sas: Make most module parameters static (Chandrakanth Patil) [RHEL-80701] +- scsi: megaraid_sas: Fix for a potential deadlock (Chandrakanth Patil) [RHEL-80701] +- ice: stop storing XDP verdict within ice_rx_buf (Petr Oros) [RHEL-86859] +- ice: gather page_count()'s of each frag right before XDP prog call (Petr Oros) [RHEL-86859] +- ice: put Rx buffers after being done with current frame (Petr Oros) [RHEL-86859] +- selftests/sgx: Fix an enclave built with extended instructions (Vladis Dronov) [RHEL-83126] +- x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled (Vladis Dronov) [RHEL-86441] +- x86/sgx: Fix size overflows in sgx_encl_create() (Vladis Dronov) [RHEL-86441] +- x86/sgx: Use vmalloc_array() instead of vmalloc() (Vladis Dronov) [RHEL-86441] +- redhat/kernel.spec: fix duplicate packaging of ynl headers (Jan Stancek) [RHEL-85548] +Resolves: RHEL-24047, RHEL-72469, RHEL-80701, RHEL-83126, RHEL-85548, RHEL-86441, RHEL-86859 + * Wed Apr 30 2025 Julio Faracco [6.12.0-80.el10] - scsi: fnic: Remove unnecessary spinlock locking and unlocking (Karan Kumar) [RHEL-72902] - scsi: fnic: Replace fnic->lock_flags with local flags (Karan Kumar) [RHEL-72902] diff --git a/kernel.spec b/kernel.spec index 92f1657f7..d0cfd00f4 100644 --- a/kernel.spec +++ b/kernel.spec @@ -164,15 +164,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 80 +%define pkgrelease 81 %define kversion 6 -%define tarfile_release 6.12.0-80.el10 +%define tarfile_release 6.12.0-81.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 80%{?buildid}%{?dist} +%define specrelease 81%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-80.el10 +%define kabiversion 6.12.0-81.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3925,6 +3925,7 @@ fi\ %files headers /usr/include/* %exclude %{_includedir}/cpufreq.h +%exclude %{_includedir}/ynl %endif %if %{with_cross_headers} @@ -4275,7 +4276,7 @@ fi\ # # %changelog -* Fri May 02 2025 Andrei Lukoshko - 6.12.0-80 +* Wed May 07 2025 Andrei Lukoshko - 6.12.0-81 - hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 - mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 - megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 @@ -4286,10 +4287,26 @@ fi\ - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained -* Fri May 02 2025 Eduard Abdullin - 6.12.0-80 +* Wed May 07 2025 Eduard Abdullin - 6.12.0-81 - Use AlmaLinux OS secure boot cert - Debrand for AlmaLinux OS +* Mon May 05 2025 Julio Faracco [6.12.0-81.el10] +- redhat/configs: Disable CONFIG_COMPAT for s390x (Mete Durlu) [RHEL-24047] +- nfsd: fix management of listener transports (Olga Kornievskaia) [RHEL-72469] +- scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1 (Chandrakanth Patil) [RHEL-80701] +- scsi: megaraid_sas: Block zero-length ATA VPD inquiry (Chandrakanth Patil) [RHEL-80701] +- scsi: megaraid_sas: Make most module parameters static (Chandrakanth Patil) [RHEL-80701] +- scsi: megaraid_sas: Fix for a potential deadlock (Chandrakanth Patil) [RHEL-80701] +- ice: stop storing XDP verdict within ice_rx_buf (Petr Oros) [RHEL-86859] +- ice: gather page_count()'s of each frag right before XDP prog call (Petr Oros) [RHEL-86859] +- ice: put Rx buffers after being done with current frame (Petr Oros) [RHEL-86859] +- selftests/sgx: Fix an enclave built with extended instructions (Vladis Dronov) [RHEL-83126] +- x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled (Vladis Dronov) [RHEL-86441] +- x86/sgx: Fix size overflows in sgx_encl_create() (Vladis Dronov) [RHEL-86441] +- x86/sgx: Use vmalloc_array() instead of vmalloc() (Vladis Dronov) [RHEL-86441] +- redhat/kernel.spec: fix duplicate packaging of ynl headers (Jan Stancek) [RHEL-85548] + * Wed Apr 30 2025 Julio Faracco [6.12.0-80.el10] - scsi: fnic: Remove unnecessary spinlock locking and unlocking (Karan Kumar) [RHEL-72902] - scsi: fnic: Replace fnic->lock_flags with local flags (Karan Kumar) [RHEL-72902] diff --git a/sources b/sources index b4dce33d3..799b1bece 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.12.0-80.el10.tar.xz) = 080e417554c4ed5f7ef2a99e79bde71e07a1248633d325b990bf888bdcf2ce8341561d58c0a850e86f3c8b9f9a2234c7d755cb30a961bb4393569699f5a1bd37 -SHA512 (kernel-abi-stablelists-6.12.0-80.el10.tar.xz) = c11ec5d13e82af017aa6c4d980bddab2250b617375f2c85f56f9f30d7ba7202d4a12331852acedaf319ca031a29a917c7958c8a10a882dc0f7de91f09a91041f -SHA512 (kernel-kabi-dw-6.12.0-80.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d +SHA512 (linux-6.12.0-81.el10.tar.xz) = b1aabb7ab67ea79f1503e23dc05778c0753431f5d33518f6edcfbef1987a3b313d004a0705550ef8eb107a7cf11756a409da38b34027ba2b502d621495141e8b +SHA512 (kernel-abi-stablelists-6.12.0-81.el10.tar.xz) = f800ae962cb8dc957260430ec93390826fe00e7b612d9c1c7658e30882c2a6cb590000d2f14de02556f754a53b7d93eea19cb1b2dd452e42872c0fea703cbdc6 +SHA512 (kernel-kabi-dw-6.12.0-81.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d