diff --git a/Makefile.rhelver b/Makefile.rhelver index 5839d08cd..ab41be988 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 = 123 +RHEL_RELEASE = 124 # # RHEL_REBASE_NUM diff --git a/kernel.changelog b/kernel.changelog index 8274e8278..b3d2e7077 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,32 @@ +* Thu Aug 21 2025 CKI KWF Bot [6.12.0-124.el10] +- ACPI: PRM: Reduce unnecessary printing to avoid user confusion (Frank Liang) [RHEL-107449] +- scsi: aacraid: Stop using PCI_IRQ_AFFINITY (John Meneghini) [RHEL-41234] +- loop: use kiocb helpers to fix lockdep warning (Ming Lei) [RHEL-103981] +- tipc: Fix use-after-free in tipc_conn_close(). (CKI Backport Bot) [RHEL-106663] {CVE-2025-38464} +- sched/deadline: Fix accounting after global limits change (Phil Auld) [RHEL-105980] +- tools/sched: Add root_domains_dump.py which dumps root domains info (Phil Auld) [RHEL-105980] +- tools/sched: Add dl_bw_dump.py for printing bandwidth accounting info (Phil Auld) [RHEL-105980] +- sched/deadline: Initialize dl_servers after SMP (Phil Auld) [RHEL-105980] +- sched/deadline: Less agressive dl_server handling (Phil Auld) [RHEL-105980] +- sched/deadline: Reset extra_bw to max_bw when clearing root domains (Phil Auld) [RHEL-105980] +- sched: Change nr_uninterruptible type to unsigned long (Phil Auld) [RHEL-105980] +- sched/fair: Always trigger resched at the end of a protected period (Phil Auld) [RHEL-105980] +- sched/fair: Fix entity's lag with run to parity (Phil Auld) [RHEL-105980] +- sched/fair: Limit run to parity to the min slice of enqueued entities (Phil Auld) [RHEL-105980] +- sched/fair: Remove spurious shorter slice preemption (Phil Auld) [RHEL-105980] +- sched/fair: Fix NO_RUN_TO_PARITY case (Phil Auld) [RHEL-105980] +- sched: Cancel the slice protection of the idle entity (Phil Auld) [RHEL-105980] +- sched/fair: Use protect_slice() instead of direct comparison (Phil Auld) [RHEL-105980] +- sched/deadline: Fix dl_server runtime calculation formula (Phil Auld) [RHEL-105980] +- sched/core: Fix migrate_swap() vs. hotplug (Phil Auld) [RHEL-105980] +- sched: Fix preemption string of preempt_dynamic_none (Phil Auld) [RHEL-105980] +- sched/debug: Print the local group's asym_prefer_cpu (Phil Auld) [RHEL-105980] +- cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings change (Phil Auld) [RHEL-105980] +- sched/topology: Introduce sched_update_asym_prefer_cpu() (Phil Auld) [RHEL-105980] +- sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu (Phil Auld) [RHEL-105980] +- RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (CKI Backport Bot) [RHEL-104286] {CVE-2025-38211} +Resolves: RHEL-103981, RHEL-104286, RHEL-105980, RHEL-106663, RHEL-107449, RHEL-41234 + * Wed Aug 20 2025 Julio Faracco [6.12.0-123.el10] - scsi: mpt3sas: Fix a fw_event memory leak (Tomas Henzl) [RHEL-61878] - bnxt_en: delay pci_alloc_irq_vectors() in the AER path (Michal Schmidt) [RHEL-106550] diff --git a/kernel.spec b/kernel.spec index 24d064b07..216750f31 100644 --- a/kernel.spec +++ b/kernel.spec @@ -165,15 +165,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 123 +%define pkgrelease 124 %define kversion 6 -%define tarfile_release 6.12.0-123.el10 +%define tarfile_release 6.12.0-124.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 123%{?buildid}%{?dist} +%define specrelease 124%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-123.el10 +%define kabiversion 6.12.0-124.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4336,6 +4336,34 @@ fi\ # # %changelog +* Thu Aug 21 2025 CKI KWF Bot [6.12.0-124.el10] +- ACPI: PRM: Reduce unnecessary printing to avoid user confusion (Frank Liang) [RHEL-107449] +- scsi: aacraid: Stop using PCI_IRQ_AFFINITY (John Meneghini) [RHEL-41234] +- loop: use kiocb helpers to fix lockdep warning (Ming Lei) [RHEL-103981] +- tipc: Fix use-after-free in tipc_conn_close(). (CKI Backport Bot) [RHEL-106663] {CVE-2025-38464} +- sched/deadline: Fix accounting after global limits change (Phil Auld) [RHEL-105980] +- tools/sched: Add root_domains_dump.py which dumps root domains info (Phil Auld) [RHEL-105980] +- tools/sched: Add dl_bw_dump.py for printing bandwidth accounting info (Phil Auld) [RHEL-105980] +- sched/deadline: Initialize dl_servers after SMP (Phil Auld) [RHEL-105980] +- sched/deadline: Less agressive dl_server handling (Phil Auld) [RHEL-105980] +- sched/deadline: Reset extra_bw to max_bw when clearing root domains (Phil Auld) [RHEL-105980] +- sched: Change nr_uninterruptible type to unsigned long (Phil Auld) [RHEL-105980] +- sched/fair: Always trigger resched at the end of a protected period (Phil Auld) [RHEL-105980] +- sched/fair: Fix entity's lag with run to parity (Phil Auld) [RHEL-105980] +- sched/fair: Limit run to parity to the min slice of enqueued entities (Phil Auld) [RHEL-105980] +- sched/fair: Remove spurious shorter slice preemption (Phil Auld) [RHEL-105980] +- sched/fair: Fix NO_RUN_TO_PARITY case (Phil Auld) [RHEL-105980] +- sched: Cancel the slice protection of the idle entity (Phil Auld) [RHEL-105980] +- sched/fair: Use protect_slice() instead of direct comparison (Phil Auld) [RHEL-105980] +- sched/deadline: Fix dl_server runtime calculation formula (Phil Auld) [RHEL-105980] +- sched/core: Fix migrate_swap() vs. hotplug (Phil Auld) [RHEL-105980] +- sched: Fix preemption string of preempt_dynamic_none (Phil Auld) [RHEL-105980] +- sched/debug: Print the local group's asym_prefer_cpu (Phil Auld) [RHEL-105980] +- cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings change (Phil Auld) [RHEL-105980] +- sched/topology: Introduce sched_update_asym_prefer_cpu() (Phil Auld) [RHEL-105980] +- sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu (Phil Auld) [RHEL-105980] +- RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (CKI Backport Bot) [RHEL-104286] {CVE-2025-38211} + * Wed Aug 20 2025 Julio Faracco [6.12.0-123.el10] - scsi: mpt3sas: Fix a fw_event memory leak (Tomas Henzl) [RHEL-61878] - bnxt_en: delay pci_alloc_irq_vectors() in the AER path (Michal Schmidt) [RHEL-106550] diff --git a/sources b/sources index c32460473..f45bc5b5d 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-123.el10.tar.xz) = e5019f2def83667a4890db36375528a0f277747b453f001d3aa7f926d93c0e89334057de3dc31a1188903a2db9de961ef040e0d3970d92c87e8fa595ea8f1b44 -SHA512 (kernel-abi-stablelists-6.12.0-123.el10.tar.xz) = 9f4a0a237227a205f59311c1cffe9c9bddd57387d402e796b550fa8bc92dde2b39c0223e80cdd72b82e17be01211ddb7b47f39d79eaa816f67f58358a8d6f2c2 -SHA512 (kernel-kabi-dw-6.12.0-123.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c +SHA512 (linux-6.12.0-124.el10.tar.xz) = 78524dc4899653a08f3554719d1fcf6db96e93920f77103d360503c8ad2459a4bb858a936b7e847d087ded3f99b35437b2012dad300b2414be0b05519b8a8f7b +SHA512 (kernel-abi-stablelists-6.12.0-124.el10.tar.xz) = 8f8714766c217fe53f478abf3c4bab446b7bf012ca4eb6718254c1d44a954cd798bb123f76107771af98eed04de27e42d9153492a3a4c67fe36e9effc7c75d34 +SHA512 (kernel-kabi-dw-6.12.0-124.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c