From d950793cab039c6dc484c7249bb65e5ca3d041ad Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Fri, 19 Jun 2026 02:09:44 +0000 Subject: [PATCH] Debrand for AlmaLinux OS Use AlmaLinux OS secure boot cert Enable Btrfs support for all kernel variants 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 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 2 +- kernel-aarch64-64k-rhel.config | 2 +- kernel-aarch64-debug-rhel.config | 2 +- kernel-aarch64-rhel.config | 2 +- kernel-aarch64-rt-64k-debug-rhel.config | 2 +- kernel-aarch64-rt-64k-rhel.config | 2 +- kernel-aarch64-rt-debug-rhel.config | 2 +- kernel-aarch64-rt-rhel.config | 2 +- kernel.changelog | 55 ++++++++++++++++++++ kernel.spec | 68 ++++++++++++++++++++++--- sources | 6 +-- 12 files changed, 128 insertions(+), 19 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 4dd714c76..a60bb8708 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 3 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 239 +RHEL_RELEASE = 240 # # RHEL_REBASE_NUM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index 7d137c500..460af7f0f 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -2702,7 +2702,7 @@ CONFIG_HW_RANDOM_HISI=m # CONFIG_HW_RANDOM_IPROC_RNG200 is not set CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_TIMERIOMEM=m -CONFIG_HW_RANDOM_TPM=y +# CONFIG_HW_RANDOM_TPM is not set CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HW_RANDOM_XGENE=m # CONFIG_HW_RANDOM_XIPHERA is not set diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index c6e188a7f..f74be5eb1 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -2686,7 +2686,7 @@ CONFIG_HW_RANDOM_HISI=m # CONFIG_HW_RANDOM_IPROC_RNG200 is not set CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_TIMERIOMEM=m -CONFIG_HW_RANDOM_TPM=y +# CONFIG_HW_RANDOM_TPM is not set CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HW_RANDOM_XGENE=m # CONFIG_HW_RANDOM_XIPHERA is not set diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 139f1b380..ecbb236bd 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -2699,7 +2699,7 @@ CONFIG_HW_RANDOM_HISI=m # CONFIG_HW_RANDOM_IPROC_RNG200 is not set CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_TIMERIOMEM=m -CONFIG_HW_RANDOM_TPM=y +# CONFIG_HW_RANDOM_TPM is not set CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HW_RANDOM_XGENE=m # CONFIG_HW_RANDOM_XIPHERA is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index f4014e039..aa7bff5e0 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -2683,7 +2683,7 @@ CONFIG_HW_RANDOM_HISI=m # CONFIG_HW_RANDOM_IPROC_RNG200 is not set CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_TIMERIOMEM=m -CONFIG_HW_RANDOM_TPM=y +# CONFIG_HW_RANDOM_TPM is not set CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HW_RANDOM_XGENE=m # CONFIG_HW_RANDOM_XIPHERA is not set diff --git a/kernel-aarch64-rt-64k-debug-rhel.config b/kernel-aarch64-rt-64k-debug-rhel.config index 9f40cf8a1..d6f1bbc75 100644 --- a/kernel-aarch64-rt-64k-debug-rhel.config +++ b/kernel-aarch64-rt-64k-debug-rhel.config @@ -2743,7 +2743,7 @@ CONFIG_HW_RANDOM_HISI=m # CONFIG_HW_RANDOM_IPROC_RNG200 is not set CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_TIMERIOMEM=m -CONFIG_HW_RANDOM_TPM=y +# CONFIG_HW_RANDOM_TPM is not set CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HW_RANDOM_XGENE=m # CONFIG_HW_RANDOM_XIPHERA is not set diff --git a/kernel-aarch64-rt-64k-rhel.config b/kernel-aarch64-rt-64k-rhel.config index 5b4dd051f..a9d0f450a 100644 --- a/kernel-aarch64-rt-64k-rhel.config +++ b/kernel-aarch64-rt-64k-rhel.config @@ -2727,7 +2727,7 @@ CONFIG_HW_RANDOM_HISI=m # CONFIG_HW_RANDOM_IPROC_RNG200 is not set CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_TIMERIOMEM=m -CONFIG_HW_RANDOM_TPM=y +# CONFIG_HW_RANDOM_TPM is not set CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HW_RANDOM_XGENE=m # CONFIG_HW_RANDOM_XIPHERA is not set diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index cb0ccdf65..bea777b10 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -2740,7 +2740,7 @@ CONFIG_HW_RANDOM_HISI=m # CONFIG_HW_RANDOM_IPROC_RNG200 is not set CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_TIMERIOMEM=m -CONFIG_HW_RANDOM_TPM=y +# CONFIG_HW_RANDOM_TPM is not set CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HW_RANDOM_XGENE=m # CONFIG_HW_RANDOM_XIPHERA is not set diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index a42b2b09c..05f3bd0e7 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -2724,7 +2724,7 @@ CONFIG_HW_RANDOM_HISI=m # CONFIG_HW_RANDOM_IPROC_RNG200 is not set CONFIG_HW_RANDOM_OMAP=m CONFIG_HW_RANDOM_TIMERIOMEM=m -CONFIG_HW_RANDOM_TPM=y +# CONFIG_HW_RANDOM_TPM is not set CONFIG_HW_RANDOM_VIRTIO=y CONFIG_HW_RANDOM_XGENE=m # CONFIG_HW_RANDOM_XIPHERA is not set diff --git a/kernel.changelog b/kernel.changelog index 54aa1e0c7..8dd827b8c 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,58 @@ +* Wed Jun 17 2026 CKI KWF Bot [6.12.0-240.el10] +- s390/syscalls: Add spectre boundary for syscall dispatch table (Ramesh Chhetri) [RHEL-183314] +- rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets (CKI Backport Bot) [RHEL-179565] {CVE-2026-45998} +- rxrpc: Fix potential UAF after skb_unshare() failure (CKI Backport Bot) [RHEL-179565] {CVE-2026-45998} +- x86/mce, EDAC/mce_amd: Add new SMCA bank types (Steve Best) [RHEL-100951] +- x86/mce, EDAC/mce_amd: Update CS bank type naming (Steve Best) [RHEL-100951] +- x86/mce, EDAC/mce_amd: Reorder SMCA bank type enums (Steve Best) [RHEL-100951] +- tools/power turbostat: v2026.04.21 (Steve Best) [RHEL-172176] +- tools/power turbostat: Process HT siblings in CPU order (Steve Best) [RHEL-172176] +- tools/power turbostat: Show module_id column (Steve Best) [RHEL-172176] +- tools/power turbostat: Print core_id and apic_id in hex (Steve Best) [RHEL-172176] +- tools/power turbostat: Cleanup print helper functions (Steve Best) [RHEL-172176] +- tools/power turbostat: Fix --cpu-set 1 regression on HT systems (Steve Best) [RHEL-172176] +- tools/power turbostat: Fix --cpu-set 0 regression on HT systems (Steve Best) [RHEL-172176] +- tools/power turbostat: Fix unrecognized option '-P' (Steve Best) [RHEL-172176] +- tools/power turbostat: Fix AMD RAPL regression on big systems (Steve Best) [RHEL-172176] +- vfio: replace vfio->device_class with a const struct class (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Clean up DMABUFs before disabling function (Cédric Le Goater) [RHEL-149504] +- vfio: remove dead notifier code (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Require vfio_device_ops.name (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it (Cédric Le Goater) [RHEL-149504] +- vfio: unhide vdev->debug_root (Cédric Le Goater) [RHEL-149504] +- drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else block (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Fix double free in dma-buf feature (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Support DMR and GNR-D DSA devices (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Build tests on aarch64 (Cédric Le Goater) [RHEL-149504] +- vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO (Cédric Le Goater) [RHEL-149504] +- vfio/mlx5: consider inflight SAVE during PRE_COPY (Cédric Le Goater) [RHEL-149504] +- net/mlx5: Add IFC bits for migration state (Cédric Le Goater) [RHEL-149504] +- vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctl (Cédric Le Goater) [RHEL-149504] +- vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2 (Cédric Le Goater) [RHEL-149504] +- vfio: Define uAPI for re-init initial bytes during the PRE_COPY phase (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set() (Cédric Le Goater) [RHEL-149504] +- vfio: uapi: fix comment typo (Cédric Le Goater) [RHEL-149504] +- vfio: mdev: replace mtty_dev->vd_class with a const struct class (Cédric Le Goater) [RHEL-149504] +- vfio: replace vfio->class with a const struct class (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: fix crash in vfio_dma_mapping_mmio_test (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: only build tests on arm64 and x86_64 (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Lock upstream bridge for vfio_pci_core_disable() (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Drop IOMMU mapping size assertions for VFIO_TYPE1_IOMMU (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Add vfio_dma_mapping_mmio_test (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Align BAR mmaps for efficient IOMMU mapping (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Centralize IOMMU mode name definitions (Cédric Le Goater) [RHEL-149504] +- vfio/mdev: update outdated comment (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Drop includes (Cédric Le Goater) [RHEL-149504] +- platform/x86/intel/vsec: Add Nova Lake PUNIT support (Steve Best) [RHEL-95636] +- platform/x86/intel/vsec: Add support for Wildcat Lake (Steve Best) [RHEL-95636] +- platform/x86/intel/pmt/discovery: use valid device pointer in dev_err_probe (Steve Best) [RHEL-133094] +- platform/x86/intel/pmt: Fix kobject memory leak on init failure (Steve Best) [RHEL-133094] +- platform/x86: intel/pmt: Replace sprintf() with sysfs_emit() (Steve Best) [RHEL-133094] +- nvmet-fcloop: Check remoteport port_state before calling done callback (Aristeu Rozanski) [RHEL-74463] +- mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free (Aristeu Rozanski) [RHEL-146153] +- Disable TPM as hwrng source on aarch64 (Štěpán Horáček) [RHEL-69440] +Resolves: RHEL-100951, RHEL-133094, RHEL-146153, RHEL-149504, RHEL-172176, RHEL-179565, RHEL-183314, RHEL-69440, RHEL-74463, RHEL-95636 + * Mon Jun 15 2026 CKI KWF Bot [6.12.0-239.el10] - s390/mm: Fix phys_to_folio() usage in do_secure_storage_access() (Charles Haithcock) [RHEL-183464] - io_uring: Fix KASAN UAF in io_kbuf_recycle_legacy (Jeff Moyer) [RHEL-183200] diff --git a/kernel.spec b/kernel.spec index 01e195df3..ff688367e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -179,15 +179,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 239 +%define pkgrelease 240 %define kversion 6 -%define tarfile_release 6.12.0-239.el10 +%define tarfile_release 6.12.0-240.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 239%{?buildid}%{?dist} +%define specrelease 240%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-239.el10 +%define kabiversion 6.12.0-240.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4570,14 +4570,14 @@ fi\ # # %changelog -* Thu Jun 18 2026 Eduard Abdullin - 6.12.0-239 +* Fri Jun 19 2026 Eduard Abdullin - 6.12.0-240 - Debrand for AlmaLinux OS - Use AlmaLinux OS secure boot cert -* Thu Jun 18 2026 Neal Gompa - 6.12.0-239 +* Fri Jun 19 2026 Neal Gompa - 6.12.0-240 - Enable Btrfs support for all kernel variants -* Thu Jun 18 2026 Andrew Lukoshko - 6.12.0-239 +* Fri Jun 19 2026 Andrew Lukoshko - 6.12.0-240 - 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 @@ -4587,6 +4587,60 @@ fi\ - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained +* Wed Jun 17 2026 CKI KWF Bot [6.12.0-240.el10] +- s390/syscalls: Add spectre boundary for syscall dispatch table (Ramesh Chhetri) [RHEL-183314] +- rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets (CKI Backport Bot) [RHEL-179565] {CVE-2026-45998} +- rxrpc: Fix potential UAF after skb_unshare() failure (CKI Backport Bot) [RHEL-179565] {CVE-2026-45998} +- x86/mce, EDAC/mce_amd: Add new SMCA bank types (Steve Best) [RHEL-100951] +- x86/mce, EDAC/mce_amd: Update CS bank type naming (Steve Best) [RHEL-100951] +- x86/mce, EDAC/mce_amd: Reorder SMCA bank type enums (Steve Best) [RHEL-100951] +- tools/power turbostat: v2026.04.21 (Steve Best) [RHEL-172176] +- tools/power turbostat: Process HT siblings in CPU order (Steve Best) [RHEL-172176] +- tools/power turbostat: Show module_id column (Steve Best) [RHEL-172176] +- tools/power turbostat: Print core_id and apic_id in hex (Steve Best) [RHEL-172176] +- tools/power turbostat: Cleanup print helper functions (Steve Best) [RHEL-172176] +- tools/power turbostat: Fix --cpu-set 1 regression on HT systems (Steve Best) [RHEL-172176] +- tools/power turbostat: Fix --cpu-set 0 regression on HT systems (Steve Best) [RHEL-172176] +- tools/power turbostat: Fix unrecognized option '-P' (Steve Best) [RHEL-172176] +- tools/power turbostat: Fix AMD RAPL regression on big systems (Steve Best) [RHEL-172176] +- vfio: replace vfio->device_class with a const struct class (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Clean up DMABUFs before disabling function (Cédric Le Goater) [RHEL-149504] +- vfio: remove dead notifier code (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Require vfio_device_ops.name (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it (Cédric Le Goater) [RHEL-149504] +- vfio: unhide vdev->debug_root (Cédric Le Goater) [RHEL-149504] +- drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else block (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Fix double free in dma-buf feature (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Support DMR and GNR-D DSA devices (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Build tests on aarch64 (Cédric Le Goater) [RHEL-149504] +- vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO (Cédric Le Goater) [RHEL-149504] +- vfio/mlx5: consider inflight SAVE during PRE_COPY (Cédric Le Goater) [RHEL-149504] +- net/mlx5: Add IFC bits for migration state (Cédric Le Goater) [RHEL-149504] +- vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctl (Cédric Le Goater) [RHEL-149504] +- vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2 (Cédric Le Goater) [RHEL-149504] +- vfio: Define uAPI for re-init initial bytes during the PRE_COPY phase (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set() (Cédric Le Goater) [RHEL-149504] +- vfio: uapi: fix comment typo (Cédric Le Goater) [RHEL-149504] +- vfio: mdev: replace mtty_dev->vd_class with a const struct class (Cédric Le Goater) [RHEL-149504] +- vfio: replace vfio->class with a const struct class (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: fix crash in vfio_dma_mapping_mmio_test (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: only build tests on arm64 and x86_64 (Cédric Le Goater) [RHEL-149504] +- vfio/pci: Lock upstream bridge for vfio_pci_core_disable() (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Drop IOMMU mapping size assertions for VFIO_TYPE1_IOMMU (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Add vfio_dma_mapping_mmio_test (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Align BAR mmaps for efficient IOMMU mapping (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Centralize IOMMU mode name definitions (Cédric Le Goater) [RHEL-149504] +- vfio/mdev: update outdated comment (Cédric Le Goater) [RHEL-149504] +- vfio: selftests: Drop includes (Cédric Le Goater) [RHEL-149504] +- platform/x86/intel/vsec: Add Nova Lake PUNIT support (Steve Best) [RHEL-95636] +- platform/x86/intel/vsec: Add support for Wildcat Lake (Steve Best) [RHEL-95636] +- platform/x86/intel/pmt/discovery: use valid device pointer in dev_err_probe (Steve Best) [RHEL-133094] +- platform/x86/intel/pmt: Fix kobject memory leak on init failure (Steve Best) [RHEL-133094] +- platform/x86: intel/pmt: Replace sprintf() with sysfs_emit() (Steve Best) [RHEL-133094] +- nvmet-fcloop: Check remoteport port_state before calling done callback (Aristeu Rozanski) [RHEL-74463] +- mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free (Aristeu Rozanski) [RHEL-146153] +- Disable TPM as hwrng source on aarch64 (Štěpán Horáček) [RHEL-69440] + * Mon Jun 15 2026 CKI KWF Bot [6.12.0-239.el10] - s390/mm: Fix phys_to_folio() usage in do_secure_storage_access() (Charles Haithcock) [RHEL-183464] - io_uring: Fix KASAN UAF in io_kbuf_recycle_legacy (Jeff Moyer) [RHEL-183200] diff --git a/sources b/sources index 6234ad99c..d9b1c081a 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-239.el10.tar.xz) = 1722664fa3fc3e6a37acf3570902639581ab3c8e33f9105f1c1888a6c3532dadea4e397b11e66c7354241a3b53d55a5ff31d04b47723dbddef05432a245debd7 -SHA512 (kernel-abi-stablelists-6.12.0-239.el10.tar.xz) = 252d746eaecd51c51d804610e98be712f860752b80613ace99a48469f7cb1cca2a879c43ecd42252e3eb82414fd58d0c39dea57ebdf0087d1b3d46a6388b8a5a -SHA512 (kernel-kabi-dw-6.12.0-239.el10.tar.xz) = be6e792a9ca30912026312d46b240b518f865147f850cfd37fcda1fab434389bafb7d392f43face1ecec20dd141a1d21ca443527d0f1bb8db8d5b96e75417e70 +SHA512 (linux-6.12.0-240.el10.tar.xz) = 1af30ca01c003052e9f4d54dd063e81a2ffa0eb61efcb55697e59d6a35a6317eb9fc9b58df37042c77f15b0b3176c9559092b41c7b1464b7be4b3f7927153329 +SHA512 (kernel-abi-stablelists-6.12.0-240.el10.tar.xz) = 9afc1a9d120cd11fd2c5205f515ce50cdff46828157f397d846748aa68fc2eb69974b96edfaa10c257fc4e65096c48275eddb937770630806b4f32eb98dd5f91 +SHA512 (kernel-kabi-dw-6.12.0-240.el10.tar.xz) = 47ce28381c9af5264cb034c64b766b8b7141a0f149162ee45930a3a6042ced72143d5733e86e4cf92065075c67fa5c919d4166aaa1cbf7fdab98b24c3bdedb16