diff --git a/Makefile.rhelver b/Makefile.rhelver index 514048804..8efbf4de1 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 = 81 +RHEL_RELEASE = 82 # # RHEL_REBASE_NUM diff --git a/kernel.changelog b/kernel.changelog index bc627aa8a..708ebd769 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,35 @@ +* Wed May 07 2025 Julio Faracco [6.12.0-82.el10] +- s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (Mete Durlu) [RHEL-88818] +- Revert "objtool: Exclude __tracepoints data from ENDBR checks" (Anubhav Shelat) [RHEL-87959] +- tpm: Mask TPM RC in tpm2_start_auth_session() (Herbert Xu) [RHEL-59554] +- ibmvnic: Don't reference skb after sending to VIOS (Mamatha Inamdar) [RHEL-83362] {CVE-2025-21855} +- net: ipv6: fix dst ref loop on input in seg6 lwt (CKI Backport Bot) [RHEL-84562] +- net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels (CKI Backport Bot) [RHEL-84562] +- net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels (CKI Backport Bot) [RHEL-84562] +- net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562] +- net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562] +- net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562] +- include: net: add static inline dst_dev_overhead() to dst.h (CKI Backport Bot) [RHEL-84562] +- ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data() (CKI Backport Bot) [RHEL-83187] {CVE-2025-21847} +- book3s64/radix : Align section vmemmap start address to PAGE_SIZE (Mamatha Inamdar) [RHEL-88954] +- book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (Mamatha Inamdar) [RHEL-88954] +- cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-86519] +- cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-86519] +- cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-86519] +- cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-86519] +- cxl/region: Refactor common create region code (John W. Linville) [RHEL-86519] +- cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-86519] +- cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-86519] +- cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-86519] +- cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-86519] +Resolves: RHEL-59554, RHEL-83187, RHEL-83362, RHEL-84562, RHEL-86519, RHEL-87959, RHEL-88818, RHEL-88954 + * 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] diff --git a/kernel.spec b/kernel.spec index e2e5f26bc..d153b95b9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -162,15 +162,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 81 +%define pkgrelease 82 %define kversion 6 -%define tarfile_release 6.12.0-81.el10 +%define tarfile_release 6.12.0-82.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 81%{?buildid}%{?dist} +%define specrelease 82%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-81.el10 +%define kabiversion 6.12.0-82.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4231,6 +4231,37 @@ fi\ # # %changelog +* Wed May 07 2025 Julio Faracco [6.12.0-82.el10] +- s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (Mete Durlu) [RHEL-88818] +- Revert "objtool: Exclude __tracepoints data from ENDBR checks" (Anubhav Shelat) [RHEL-87959] +- tpm: Mask TPM RC in tpm2_start_auth_session() (Herbert Xu) [RHEL-59554] +- ibmvnic: Don't reference skb after sending to VIOS (Mamatha Inamdar) [RHEL-83362] {CVE-2025-21855} +- net: ipv6: fix dst ref loop on input in seg6 lwt (CKI Backport Bot) [RHEL-84562] +- net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels (CKI Backport Bot) [RHEL-84562] +- net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels (CKI Backport Bot) [RHEL-84562] +- net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562] +- net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562] +- net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562] +- include: net: add static inline dst_dev_overhead() to dst.h (CKI Backport Bot) [RHEL-84562] +- ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data() (CKI Backport Bot) [RHEL-83187] {CVE-2025-21847} +- book3s64/radix : Align section vmemmap start address to PAGE_SIZE (Mamatha Inamdar) [RHEL-88954] +- book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (Mamatha Inamdar) [RHEL-88954] +- cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-86519] +- cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519] +- cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-86519] +- cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-86519] +- cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-86519] +- cxl/region: Refactor common create region code (John W. Linville) [RHEL-86519] +- cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-86519] +- cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-86519] +- cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-86519] +- cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-86519] + * 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] diff --git a/sources b/sources index 799b1bece..79453da17 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-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 +SHA512 (linux-6.12.0-82.el10.tar.xz) = 6dc825aa9e73d42bc0abe8bb88157fb6fb11280605e4053b69102e7b90ad92e914b591641aede2c5cb7a445b4e69be32d13c8952a298d4e510822914adc87a51 +SHA512 (kernel-abi-stablelists-6.12.0-82.el10.tar.xz) = 4f57e83dbea9f6c2da7938494cf769c4d323181e8c110275a454dac433da83a31756b7b62cfa3faa2156193b57d15a1221bdfe2e1b39ed07dc5b4285a9988e21 +SHA512 (kernel-kabi-dw-6.12.0-82.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d