diff --git a/Makefile.rhelver b/Makefile.rhelver index ae9ffadc6..16ab3ec8c 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 = 93 +RHEL_RELEASE = 94 # # RHEL_REBASE_NUM diff --git a/kernel.changelog b/kernel.changelog index a5f6d1185..1cc5843ef 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,23 @@ +* Thu Jun 05 2025 CKI KWF Bot [6.12.0-94.el10] +- qed: remove cast to pointers passed to kfree (John Meneghini) [RHEL-72644] +- net: qed: make 'qed_ll2_ops_pass' as __maybe_unused (John Meneghini) [RHEL-72644] +- net: qed: fix typos (John Meneghini) [RHEL-72644] +- scsi: Constify struct pci_error_handlers (John Meneghini) [RHEL-72644] +- scsi: qedf: Constify 'struct bin_attribute' (John Meneghini) [RHEL-72644] +- scsi: Constify struct pci_device_id (John Meneghini) [RHEL-72644] +- qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate() (John Meneghini) [RHEL-72644] +- net/qed: allow old cards not supporting "num_images" to work (John Meneghini) [RHEL-72644] +- scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (John Meneghini) [RHEL-72644] +- scsi: qedf: Remove dead code (John Meneghini) [RHEL-72644] +- net: qlogic: use ethtool string helpers (John Meneghini) [RHEL-72644] +- tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing (Hangbin Liu) [RHEL-78772] +- crypto: iaa - Do not clobber req->base.data (Vladis Dronov) [RHEL-87766] +- crypto: iaa - Move compression CRC into request object (Vladis Dronov) [RHEL-87766] +- crypto: iaa - Test the correct request flag (Vladis Dronov) [RHEL-87766] +- MAINTAINERS: Add Vinicius Gomes to MAINTAINERS for IAA Crypto (Vladis Dronov) [RHEL-87766] +- crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async' (Vladis Dronov) [RHEL-87766] +Resolves: RHEL-72644, RHEL-78772, RHEL-87766 + * Wed Jun 04 2025 Julio Faracco [6.12.0-93.el10] - platform/x86/intel/pmt: allow user offset for PMT callbacks (José Expósito) [RHEL-85955] - jiffies: Cast to unsigned long in secs_to_jiffies() conversion (José Expósito) [RHEL-85955] diff --git a/kernel.spec b/kernel.spec index eda1effcd..ac75fcf97 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 93 +%define pkgrelease 94 %define kversion 6 -%define tarfile_release 6.12.0-93.el10 +%define tarfile_release 6.12.0-94.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 93%{?buildid}%{?dist} +%define specrelease 94%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-93.el10 +%define kabiversion 6.12.0-94.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4298,14 +4298,14 @@ fi\ # # %changelog -* Fri Jun 06 2025 Eduard Abdullin - 6.12.0-93 +* Tue Jun 10 2025 Eduard Abdullin - 6.12.0-94 - Debrand for AlmaLinux OS - Use AlmaLinux OS secure boot cert -* Fri Jun 06 2025 Neal Gompa - 6.12.0-93 +* Tue Jun 10 2025 Neal Gompa - 6.12.0-94 - Enable Btrfs support for all kernel variants -* Fri Jun 06 2025 Andrew Lukoshko - 6.12.0-93 +* Tue Jun 10 2025 Andrew Lukoshko - 6.12.0-94 - 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 @@ -4316,6 +4316,25 @@ fi\ - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained +* Thu Jun 05 2025 CKI KWF Bot [6.12.0-94.el10] +- qed: remove cast to pointers passed to kfree (John Meneghini) [RHEL-72644] +- net: qed: make 'qed_ll2_ops_pass' as __maybe_unused (John Meneghini) [RHEL-72644] +- net: qed: fix typos (John Meneghini) [RHEL-72644] +- scsi: Constify struct pci_error_handlers (John Meneghini) [RHEL-72644] +- scsi: qedf: Constify 'struct bin_attribute' (John Meneghini) [RHEL-72644] +- scsi: Constify struct pci_device_id (John Meneghini) [RHEL-72644] +- qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate() (John Meneghini) [RHEL-72644] +- net/qed: allow old cards not supporting "num_images" to work (John Meneghini) [RHEL-72644] +- scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (John Meneghini) [RHEL-72644] +- scsi: qedf: Remove dead code (John Meneghini) [RHEL-72644] +- net: qlogic: use ethtool string helpers (John Meneghini) [RHEL-72644] +- tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing (Hangbin Liu) [RHEL-78772] +- crypto: iaa - Do not clobber req->base.data (Vladis Dronov) [RHEL-87766] +- crypto: iaa - Move compression CRC into request object (Vladis Dronov) [RHEL-87766] +- crypto: iaa - Test the correct request flag (Vladis Dronov) [RHEL-87766] +- MAINTAINERS: Add Vinicius Gomes to MAINTAINERS for IAA Crypto (Vladis Dronov) [RHEL-87766] +- crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async' (Vladis Dronov) [RHEL-87766] + * Wed Jun 04 2025 Julio Faracco [6.12.0-93.el10] - platform/x86/intel/pmt: allow user offset for PMT callbacks (José Expósito) [RHEL-85955] - jiffies: Cast to unsigned long in secs_to_jiffies() conversion (José Expósito) [RHEL-85955] diff --git a/sources b/sources index 8e6d2ebed..a03f36a98 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-93.el10.tar.xz) = 7038d3232f6ae8f051ff3487cf20f45aad2c693d988706015e8d71a4e2f7d4c7cb1e0b17df13f007a616007e97e2d2f7b1921c5ebee9309ea9ee48b4a0bf1644 -SHA512 (kernel-abi-stablelists-6.12.0-93.el10.tar.xz) = 2e8fdb6db5c5ec4836c819c6596f0a82f8d5141a1a66b14c3ad13650cf2b091d3162f061409dc11c6405476ba9cae0bf091d30f7ea2826ae49a43d216a88712e -SHA512 (kernel-kabi-dw-6.12.0-93.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c +SHA512 (linux-6.12.0-94.el10.tar.xz) = 69a16e5ce5e6aa8fad620b87688286296d1d1c937f4c63fad8f664210493d6e54b6265dcc543b6f1a6531a92fe0ebfae72cbb1fa93a3d459953bdec52b80e412 +SHA512 (kernel-abi-stablelists-6.12.0-94.el10.tar.xz) = 743e32c30204f59da094faad8cc4fc4bc72b9097694ec019ebd9adc29dcc153410eb6758abcc139707ed5e208b0979c1eab95bfc10f201b02639db33921cd9ea +SHA512 (kernel-kabi-dw-6.12.0-94.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c