Skip to content

Commit 09e34b3

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-6.12.0-124.el10
Signed-off-by: CKI KWF Bot <[email protected]>
1 parent 793e924 commit 09e34b3

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 1
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 123
15+
RHEL_RELEASE = 124
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
* Thu Aug 21 2025 CKI KWF Bot <[email protected]> [6.12.0-124.el10]
2+
- ACPI: PRM: Reduce unnecessary printing to avoid user confusion (Frank Liang) [RHEL-107449]
3+
- scsi: aacraid: Stop using PCI_IRQ_AFFINITY (John Meneghini) [RHEL-41234]
4+
- loop: use kiocb helpers to fix lockdep warning (Ming Lei) [RHEL-103981]
5+
- tipc: Fix use-after-free in tipc_conn_close(). (CKI Backport Bot) [RHEL-106663] {CVE-2025-38464}
6+
- sched/deadline: Fix accounting after global limits change (Phil Auld) [RHEL-105980]
7+
- tools/sched: Add root_domains_dump.py which dumps root domains info (Phil Auld) [RHEL-105980]
8+
- tools/sched: Add dl_bw_dump.py for printing bandwidth accounting info (Phil Auld) [RHEL-105980]
9+
- sched/deadline: Initialize dl_servers after SMP (Phil Auld) [RHEL-105980]
10+
- sched/deadline: Less agressive dl_server handling (Phil Auld) [RHEL-105980]
11+
- sched/deadline: Reset extra_bw to max_bw when clearing root domains (Phil Auld) [RHEL-105980]
12+
- sched: Change nr_uninterruptible type to unsigned long (Phil Auld) [RHEL-105980]
13+
- sched/fair: Always trigger resched at the end of a protected period (Phil Auld) [RHEL-105980]
14+
- sched/fair: Fix entity's lag with run to parity (Phil Auld) [RHEL-105980]
15+
- sched/fair: Limit run to parity to the min slice of enqueued entities (Phil Auld) [RHEL-105980]
16+
- sched/fair: Remove spurious shorter slice preemption (Phil Auld) [RHEL-105980]
17+
- sched/fair: Fix NO_RUN_TO_PARITY case (Phil Auld) [RHEL-105980]
18+
- sched: Cancel the slice protection of the idle entity (Phil Auld) [RHEL-105980]
19+
- sched/fair: Use protect_slice() instead of direct comparison (Phil Auld) [RHEL-105980]
20+
- sched/deadline: Fix dl_server runtime calculation formula (Phil Auld) [RHEL-105980]
21+
- sched/core: Fix migrate_swap() vs. hotplug (Phil Auld) [RHEL-105980]
22+
- sched: Fix preemption string of preempt_dynamic_none (Phil Auld) [RHEL-105980]
23+
- sched/debug: Print the local group's asym_prefer_cpu (Phil Auld) [RHEL-105980]
24+
- cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings change (Phil Auld) [RHEL-105980]
25+
- sched/topology: Introduce sched_update_asym_prefer_cpu() (Phil Auld) [RHEL-105980]
26+
- sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu (Phil Auld) [RHEL-105980]
27+
- RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (CKI Backport Bot) [RHEL-104286] {CVE-2025-38211}
28+
Resolves: RHEL-103981, RHEL-104286, RHEL-105980, RHEL-106663, RHEL-107449, RHEL-41234
29+
130
* Wed Aug 20 2025 Julio Faracco <[email protected]> [6.12.0-123.el10]
231
- scsi: mpt3sas: Fix a fw_event memory leak (Tomas Henzl) [RHEL-61878]
332
- bnxt_en: delay pci_alloc_irq_vectors() in the AER path (Michal Schmidt) [RHEL-106550]

0 commit comments

Comments
 (0)