Skip to content

Commit 03ca39e

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-6.12.0-101.el10
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent cf8842d commit 03ca39e

File tree

2 files changed

+97
-1
lines changed

2 files changed

+97
-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 = 100
15+
RHEL_RELEASE = 101
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,99 @@
1+
* Tue Jun 24 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-101.el10]
2+
- x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (CKI Backport Bot) [RHEL-99005] {CVE-2025-21991}
3+
- vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp (CKI Backport Bot) [RHEL-97117] {CVE-2025-37799}
4+
- scsi: smartpqi: Delete a stray tab in pqi_is_parity_write_stream() (Don Brace) [RHEL-96279]
5+
- scsi: smartpqi: Update driver version to 2.1.34-035 (Don Brace) [RHEL-96279]
6+
- scsi: smartpqi: Fix smp_processor_id() call trace for preemptible kernels (Don Brace) [RHEL-96279]
7+
- scsi: smartpqi: Enhance WWID logging logic (Don Brace) [RHEL-96279]
8+
- scsi: smartpqi: Add new PCI IDs (Don Brace) [RHEL-96279]
9+
- scsi: smartpqi: Take drives offline when controller is offline (Don Brace) [RHEL-96279]
10+
- scsi: smartpqi: Use is_kdump_kernel() to check for kdump (Don Brace) [RHEL-96279]
11+
- NFS: Extend rdirplus mount option with "force|none" (Benjamin Coddington) [RHEL-91254]
12+
- sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator (Phil Auld) [RHEL-92921]
13+
- sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash (Phil Auld) [RHEL-92921]
14+
- cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit() (Phil Auld) [RHEL-92921]
15+
- cpufreq/sched: Explicitly synchronize limits_changed flag handling (Phil Auld) [RHEL-92921]
16+
- cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITS (Phil Auld) [RHEL-92921]
17+
- sched/fair: Adhere to place_entity() constraints (Phil Auld) [RHEL-92921]
18+
- include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (Phil Auld) [RHEL-92921]
19+
- sched/topology: Stop exposing partition_sched_domains_locked (Phil Auld) [RHEL-92921]
20+
- cgroup/cpuset: Remove partition_and_rebuild_sched_domains (Phil Auld) [RHEL-92921]
21+
- sched/topology: Remove redundant dl_clear_root_domain call (Phil Auld) [RHEL-92921]
22+
- sched/deadline: Rebuild root domain accounting after every update (Phil Auld) [RHEL-92921]
23+
- sched/deadline: Generalize unique visiting of root domains (Phil Auld) [RHEL-92921]
24+
- sched/topology: Wrappers for sched_domains_mutex (Phil Auld) [RHEL-92921]
25+
- sched/deadline: Ignore special tasks when rebuilding domains (Phil Auld) [RHEL-92921]
26+
- tracing: Use preempt_model_str() (Phil Auld) [RHEL-92921]
27+
- x86: Rely on generic printing of preemption model (Phil Auld) [RHEL-92921]
28+
- s390: Rely on generic printing of preemption model (Phil Auld) [RHEL-92921]
29+
- powerpc: Rely on generic printing of preemption model (Phil Auld) [RHEL-92921]
30+
- Revert "powerpc: traps: Use PREEMPT_RT" (Phil Auld) [RHEL-92921]
31+
- arm64: Rely on generic printing of preemption model (Phil Auld) [RHEL-92921]
32+
- lib/dump_stack: Use preempt_model_str() (Phil Auld) [RHEL-92921]
33+
- sched: Add a generic function to return the preemption string (Phil Auld) [RHEL-92921]
34+
- Revert "sched/core: Reduce cost of sched_move_task when config autogroup" (Phil Auld) [RHEL-92921]
35+
- rseq: Fix segfault on registration when rseq_cs is non-zero (Phil Auld) [RHEL-92921]
36+
- rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (Phil Auld) [RHEL-92921]
37+
- rseq: Fix rseq registration with CONFIG_DEBUG_RSEQ (Phil Auld) [RHEL-92921]
38+
- rseq: Fix rseq unregistration regression (Phil Auld) [RHEL-92921]
39+
- rseq: Validate read-only fields under DEBUG_RSEQ config (Phil Auld) [RHEL-92921]
40+
- sched/membarrier: Fix redundant load of membarrier_state (Phil Auld) [RHEL-92921]
41+
- sched: Clarify wake_up_q()'s write to task->wake_q.next (Phil Auld) [RHEL-92921]
42+
- freezer, sched: Report frozen tasks as 'D' instead of 'R' (Phil Auld) [RHEL-92921]
43+
- dm mpath: replace spin_lock_irqsave with spin_lock_irq (Benjamin Marzinski) [RHEL-89481]
44+
- dm-mpath: Don't grab work_mutex while probing paths (Benjamin Marzinski) [RHEL-89481]
45+
- dm mpath: Interface for explicit probing of active paths (Benjamin Marzinski) [RHEL-89481]
46+
- dm: Allow .prepare_ioctl to handle ioctls directly (Benjamin Marzinski) [RHEL-89481]
47+
- redhat/configs: Enable CONFIG_PCIE_TPH (Ivan Vecera) [RHEL-94973]
48+
- PCI/TPH: Restore TPH Requester Enable correctly (CKI Backport Bot) [RHEL-94973]
49+
- PCI/TPH: Add TPH documentation (CKI Backport Bot) [RHEL-94973]
50+
- PCI/TPH: Add Steering Tag support (CKI Backport Bot) [RHEL-94973]
51+
- PCI: Add TLP Processing Hints (TPH) support (CKI Backport Bot) [RHEL-94973]
52+
- powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits (Eder Zulian) [RHEL-92470]
53+
- redhat: configs: enable CONFIG_PACKING (Petr Oros) [RHEL-92667]
54+
- lib: packing: catch kunit_kzalloc() failure in the pack() test (CKI Backport Bot) [RHEL-92667]
55+
- lib: packing: document recently added APIs (CKI Backport Bot) [RHEL-92667]
56+
- lib: packing: add pack_fields() and unpack_fields() (CKI Backport Bot) [RHEL-92667]
57+
- lib: packing: demote truncation error in pack() to a warning in __pack() (CKI Backport Bot) [RHEL-92667]
58+
- lib: packing: create __pack() and __unpack() variants without error checking (CKI Backport Bot) [RHEL-92667]
59+
- lib: packing: use GENMASK() for box_mask (CKI Backport Bot) [RHEL-92667]
60+
- lib: packing: use BITS_PER_BYTE instead of 8 (CKI Backport Bot) [RHEL-92667]
61+
- lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior (CKI Backport Bot) [RHEL-92667]
62+
- lib: packing: add additional KUnit tests (CKI Backport Bot) [RHEL-92667]
63+
- lib: packing: add KUnit tests adapted from selftests (CKI Backport Bot) [RHEL-92667]
64+
- lib: packing: duplicate pack() and unpack() implementations (CKI Backport Bot) [RHEL-92667]
65+
- lib: packing: add pack() and unpack() wrappers over packing() (CKI Backport Bot) [RHEL-92667]
66+
- lib: packing: remove kernel-doc from header file (CKI Backport Bot) [RHEL-92667]
67+
- lib: packing: adjust definitions and implementation for arbitrary buffer lengths (CKI Backport Bot) [RHEL-92667]
68+
- lib: packing: refuse operating on bit indices which exceed size of buffer (CKI Backport Bot) [RHEL-92667]
69+
- crypto: qat - switch to standard pattern for PCI IDs (Vladis Dronov) [RHEL-72768]
70+
- crypto: qat - remove BITS_IN_DWORD() (Vladis Dronov) [RHEL-72768]
71+
- crypto: qat - remove initialization in device class (Vladis Dronov) [RHEL-72768]
72+
- crypto: qat - add shutdown handler to qat_c3xxx (Vladis Dronov) [RHEL-72768 RHEL-84366]
73+
- crypto: qat - remove redundant prototypes in qat_c3xxx (Vladis Dronov) [RHEL-72768 RHEL-84366]
74+
- crypto: qat - add shutdown handler to qat_c62x (Vladis Dronov) [RHEL-72768 RHEL-84366]
75+
- crypto: qat - remove redundant prototypes in qat_c62x (Vladis Dronov) [RHEL-72768 RHEL-84366]
76+
- crypto: qat - add shutdown handler to qat_dh895xcc (Vladis Dronov) [RHEL-72768 RHEL-84366]
77+
- crypto: qat - remove redundant prototypes in qat_dh895xcc (Vladis Dronov) [RHEL-72768 RHEL-84366]
78+
- crypto: qat - add shutdown handler to qat_420xx (Vladis Dronov) [RHEL-72768 RHEL-84366]
79+
- crypto: qat - add shutdown handler to qat_4xxx (Vladis Dronov) [RHEL-72768 RHEL-84366]
80+
- crypto: qat - remove access to parity register for QAT GEN4 (Vladis Dronov) [RHEL-72768]
81+
- crypto: qat - set parity error mask for qat_420xx (Vladis Dronov) [RHEL-72768]
82+
- crypto: qat - optimize allocations for fw authentication (Vladis Dronov) [RHEL-72768]
83+
- crypto: qat - remove redundant FW image size check (Vladis Dronov) [RHEL-72768]
84+
- crypto: qat - remove unused members in suof structure (Vladis Dronov) [RHEL-72768]
85+
- crypto: qat - introduce fuse array (Vladis Dronov) [RHEL-72768]
86+
- crypto: qat - add macro to write 64-bit values to registers (Vladis Dronov) [RHEL-72768]
87+
- crypto: qat - refactor service parsing logic (Vladis Dronov) [RHEL-72768]
88+
- crypto: qat - do not export adf_cfg_services (Vladis Dronov) [RHEL-72768]
89+
- crypto: qat - reorder objects in qat_common Makefile (Vladis Dronov) [RHEL-72768]
90+
- crypto: qat - fix object goals in Makefiles (Vladis Dronov) [RHEL-72768]
91+
- crypto: qat - set command ids as reserved (Vladis Dronov) [RHEL-72768]
92+
- crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-72768]
93+
- redhat: automotive: remove tech preview message (Scott Weaver) [RHEL-77268]
94+
- redhat: automotive: define CONFIG_RH_AUTOMOTIVE (Scott Weaver) [RHEL-77268]
95+
Resolves: RHEL-72768, RHEL-77268, RHEL-84366, RHEL-89481, RHEL-91254, RHEL-92470, RHEL-92667, RHEL-92921, RHEL-94973, RHEL-96279, RHEL-97117, RHEL-99005
96+
197
* Sat Jun 21 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-100.el10]
298
- rv: Update RHEL kconfigs for 6.15 upstream code (Gabriele Monaco) [RHEL-92308]
399
- rv: Fix out-of-bound memory access in rv_is_container_monitor() (Gabriele Monaco) [RHEL-92308]

0 commit comments

Comments
 (0)