Skip to content

Commit 2429d88

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-6.12.0-149.el10
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent 500d520 commit 2429d88

File tree

2 files changed

+163
-1
lines changed

2 files changed

+163
-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 = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 148
15+
RHEL_RELEASE = 149
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,165 @@
1+
* Thu Oct 30 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-149.el10]
2+
- sched/fair: Block delayed tasks on throttled hierarchy during dequeue (Luis Claudio R. Goncalves) [RHEL-69492]
3+
- selftests/mm: fix va_high_addr_switch.sh failure on x86_64 (Chunyu Hu) [RHEL-110506]
4+
- selftests/mm: alloc hugepages in va_high_addr_switch test (Chunyu Hu) [RHEL-110506]
5+
- selftests/mm: skip hugevm test if kernel config file is not present (Chunyu Hu) [RHEL-110506]
6+
- bus: mhi: host: pci_generic: Add Telit FN990B40 modem support (Jose Ignacio Tornos Martinez) [RHEL-122260]
7+
- bus: mhi: host: Detect events pointing to unexpected TREs (Jose Ignacio Tornos Martinez) [RHEL-122260] {CVE-2025-39790}
8+
- bus: mhi: host: pci_generic: Add Foxconn T99W696 modem (Jose Ignacio Tornos Martinez) [RHEL-122260]
9+
- bus: mhi: host: Use str_true_false() helper (Jose Ignacio Tornos Martinez) [RHEL-122260]
10+
- bus: mhi: host: pci_generic: Add support for EM929x and set MRU to 32768 for better performance. (Jose Ignacio Tornos Martinez) [RHEL-122260]
11+
- bus: mhi: host: Fix endianness of BHI vector table (Jose Ignacio Tornos Martinez) [RHEL-122260]
12+
- bus: mhi: host: pci_generic: Disable runtime PM for QDU100 (Jose Ignacio Tornos Martinez) [RHEL-122260]
13+
- bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640 (Jose Ignacio Tornos Martinez) [RHEL-122260]
14+
- bus: mhi: host: Make local functions static (Jose Ignacio Tornos Martinez) [RHEL-122260]
15+
- bus: mhi: host: pci_generic: Add Telit FN920C04 modem support (Jose Ignacio Tornos Martinez) [RHEL-122260]
16+
- bus: mhi: host: pci_generic: Remove redundant assign resource usage (Jose Ignacio Tornos Martinez) [RHEL-122260]
17+
- bus: mhi: host: Fix conflict between power_up and SYSERR (Jose Ignacio Tornos Martinez) [RHEL-122260]
18+
- bus: mhi: ep: Update read pointer only after buffer is written (Jose Ignacio Tornos Martinez) [RHEL-122260] {CVE-2025-38429}
19+
- sched: Add some KABI padding (Phil Auld) [RHEL-114238]
20+
- scsi: ufs: ufs-qcom: Fix ESI null pointer dereference (Myron Stowe) [RHEL-120705]
21+
- scsi: ufs: ufs-qcom: Update esi_vec_mask for HW major version >= 6 (Myron Stowe) [RHEL-120705]
22+
- irqchip/msi-lib: Fix fwnode refcount in msi_lib_irq_domain_select() (Myron Stowe) [RHEL-120705]
23+
- irqchip/irq-msi-lib: Fix build with PCI disabled (Myron Stowe) [RHEL-120705]
24+
- PCI/MSI: Prevent recursive locking in pci_msix_write_tph_tag() (Myron Stowe) [RHEL-120705]
25+
- PCI/MSI: Size device MSI domain with the maximum number of vectors (Myron Stowe) [RHEL-120705]
26+
- irqchip: Drop MSI_CHIP_FLAG_SET_ACK from unsuspecting MSI drivers (Myron Stowe) [RHEL-120705]
27+
- PCI/MSI: Handle the NOMASK flag correctly for all PCI/MSI backends (Myron Stowe) [RHEL-120705]
28+
- irqchip/msi-lib: Add IRQ_DOMAIN_FLAG_FWNODE_PARENT handling (Myron Stowe) [RHEL-120705]
29+
- PCI/MSI: Remove the conditional parent [un]mask logic (Myron Stowe) [RHEL-120705]
30+
- irqchip/msi-lib: Honor the MSI_FLAG_PCI_MSI_MASK_PARENT flag (Myron Stowe) [RHEL-120705]
31+
- PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent() (Myron Stowe) [RHEL-120705]
32+
- PCI/MSI: Add startup/shutdown for per device domains (Myron Stowe) [RHEL-120705]
33+
- genirq: Add irq_chip_(startup/shutdown)_parent() (Myron Stowe) [RHEL-120705]
34+
- genirq: Remove GENERIC_IRQ_LEGACY (Myron Stowe) [RHEL-120705]
35+
- irqdomain: Add device pointer to irq_domain_info and msi_domain_info (Myron Stowe) [RHEL-120705]
36+
- irqdomain: Consolidate coding style (Myron Stowe) [RHEL-120705]
37+
- irqdomain: Fix kernel-doc and add it to Documentation (Myron Stowe) [RHEL-120705]
38+
- Documentation: irqdomain: Update it (Myron Stowe) [RHEL-120705]
39+
- Documentation: irq-domain.rst: Simple improvements (Myron Stowe) [RHEL-120705]
40+
- Documentation: irq/concepts: Minor improvements (Myron Stowe) [RHEL-120705]
41+
- Documentation: irq/concepts: Add commas and reflow (Myron Stowe) [RHEL-120705]
42+
- irqdomain: Improve kernel-docs of functions (Myron Stowe) [RHEL-120705]
43+
- irqdomain: Make struct irq_domain_info variables const (Myron Stowe) [RHEL-120705]
44+
- irqdomain: Use irq_domain_instantiate()'s return value as initializers (Myron Stowe) [RHEL-120705]
45+
- irqdomain: Drop irq_linear_revmap() (Myron Stowe) [RHEL-120705]
46+
- pinctrl: keembay: Switch to irq_find_mapping() (Myron Stowe) [RHEL-120705]
47+
- irqchip/armada-370-xp: Switch to irq_find_mapping() (Myron Stowe) [RHEL-120705]
48+
- gpu: ipu-v3: Switch to irq_find_mapping() (Myron Stowe) [RHEL-120705]
49+
- gpio: idt3243x: Switch to irq_find_mapping() (Myron Stowe) [RHEL-120705]
50+
- sh: Switch to irq_find_mapping() (Myron Stowe) [RHEL-120705]
51+
- powerpc: Switch to irq_find_mapping() (Myron Stowe) [RHEL-120705]
52+
- irqdomain: Drop irq_domain_add_*() functions (Myron Stowe) [RHEL-120705]
53+
- powerpc: Switch irq_domain_add_nomap() to use fwnode (Myron Stowe) [RHEL-120705]
54+
- thermal: Switch to irq_domain_create_linear() (Myron Stowe) [RHEL-120705]
55+
- soc: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
56+
- sh: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
57+
- powerpc: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
58+
- pinctrl: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
59+
- PCI: Switch to irq_domain_create_linear() (Myron Stowe) [RHEL-120705]
60+
- nios2: Switch to irq_domain_create_linear() (Myron Stowe) [RHEL-120705]
61+
- net: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
62+
- misc: hi6421-spmi-pmic: Switch to irq_domain_create_simple() (Myron Stowe) [RHEL-120705]
63+
- MIPS: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
64+
- mfd: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
65+
- memory: omap-gpmc: Switch to irq_domain_create_linear() (Myron Stowe) [RHEL-120705]
66+
- mailbox: qcom-ipcc: Switch to irq_domain_create_tree() (Myron Stowe) [RHEL-120705]
67+
- irqchip: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
68+
- iio: Switch to irq_domain_create_simple() (Myron Stowe) [RHEL-120705]
69+
- i2c: Switch to irq_domain_create_linear() (Myron Stowe) [RHEL-120705]
70+
- gpu: Switch to irq_domain_create_linear() (Myron Stowe) [RHEL-120705]
71+
- gpio: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
72+
- EDAC/altera: Switch to irq_domain_create_linear() (Myron Stowe) [RHEL-120705]
73+
- bus: moxtet: Switch to irq_domain_create_simple() (Myron Stowe) [RHEL-120705]
74+
- ARM: Switch to irq_domain_create_*() (Myron Stowe) [RHEL-120705]
75+
- ARC: Switch to irq_domain_create_linear() (Myron Stowe) [RHEL-120705]
76+
- irqdomain: Make irq_domain_create_hierarchy() an inline (Myron Stowe) [RHEL-120705]
77+
- irqdomain: Drop of_node_to_fwnode() (Myron Stowe) [RHEL-120705]
78+
- x86/io_apic: Switch to of_fwnode_handle() (Myron Stowe) [RHEL-120705]
79+
- powerpc: Switch to of_fwnode_handle() (Myron Stowe) [RHEL-120705]
80+
- irqchip: Switch to of_fwnode_handle() (Myron Stowe) [RHEL-120705]
81+
- PCI/MSI: Use bool for MSI enable state tracking (Myron Stowe) [RHEL-120705]
82+
- PCI: tegra: Convert to MSI parent infrastructure (Myron Stowe) [RHEL-120705]
83+
- PCI: xgene: Convert to MSI parent infrastructure (Myron Stowe) [RHEL-120705]
84+
- PCI: apple: Convert to MSI parent infrastructure (Myron Stowe) [RHEL-120705]
85+
- irqchip/msi-lib: Honour the MSI_FLAG_NO_AFFINITY flag (Myron Stowe) [RHEL-120705]
86+
- irqchip/mvebu: Convert to msi_create_parent_irq_domain() helper (Myron Stowe) [RHEL-120705]
87+
- irqchip/gic: Convert to msi_create_parent_irq_domain() helper (Myron Stowe) [RHEL-120705]
88+
- genirq/msi: Add helper for creating MSI-parent irq domains (Myron Stowe) [RHEL-120705]
89+
- irqchip: Make irq-msi-lib.h globally available (Myron Stowe) [RHEL-120705]
90+
- irqchip/gic-v3-its: Use allocation size from the prepare call (Myron Stowe) [RHEL-120705]
91+
- genirq/msi: Engage the .msi_teardown() callback on domain removal (Myron Stowe) [RHEL-120705]
92+
- genirq/msi: Move prepare() call to per-device allocation (Myron Stowe) [RHEL-120705]
93+
- irqchip/gic-v3-its: Implement .msi_teardown() callback (Myron Stowe) [RHEL-120705]
94+
- genirq/msi: Add .msi_teardown() callback as the reverse of .msi_prepare() (Myron Stowe) [RHEL-120705]
95+
- irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask (Myron Stowe) [RHEL-120705]
96+
- dt-bindings: PCI: pci-ep: Add support for iommu-map and msi-map (Myron Stowe) [RHEL-120705]
97+
- irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITS (Myron Stowe) [RHEL-120705]
98+
- irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable() (Myron Stowe) [RHEL-120705]
99+
- platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_irqs_all() (Myron Stowe) [RHEL-120705]
100+
- genirq/msi: Rename msi_[un]lock_descs() (Myron Stowe) [RHEL-120705]
101+
- scsi: ufs: qcom: Remove the MSI descriptor abuse (Myron Stowe) [RHEL-120705]
102+
- PCI/TPH: Replace the broken MSI-X control word update (Myron Stowe) [RHEL-120705]
103+
- PCI/MSI: Provide a sane mechanism for TPH (Myron Stowe) [RHEL-120705]
104+
- PCI: hv: Switch MSI descriptor locking to guard() (Myron Stowe) [RHEL-120705]
105+
- PCI/MSI: Switch msix_capability_init() to guard(msi_desc_lock) (Myron Stowe) [RHEL-120705]
106+
- PCI/MSI: Switch msi_capability_init() to guard(msi_desc_lock) (Myron Stowe) [RHEL-120705]
107+
- PCI/MSI: Use __free() for affinity masks (Myron Stowe) [RHEL-120705]
108+
- PCI/MSI: Set pci_dev:: Msi_enabled late (Myron Stowe) [RHEL-120705]
109+
- PCI/MSI: Use guard(msi_desc_lock) where applicable (Myron Stowe) [RHEL-120705]
110+
- NTB/msi: Switch MSI descriptor locking to lock guard() (Myron Stowe) [RHEL-120705]
111+
- soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard() (Myron Stowe) [RHEL-120705]
112+
- genirq/msi: Use lock guards for MSI descriptor locking (Myron Stowe) [RHEL-120705]
113+
- cleanup: Provide retain_and_null_ptr() (Myron Stowe) [RHEL-120705]
114+
- irqdomain: Support three-cell scheme interrupts (Myron Stowe) [RHEL-120705]
115+
- genirq/migration: Use irqd_get_parent_data() in irq_force_complete_move() (Myron Stowe) [RHEL-120705]
116+
- irqdomain: Stop using 'host' for domain (Myron Stowe) [RHEL-120705]
117+
- irqdomain: Rename irq_get_default_host() to irq_get_default_domain() (Myron Stowe) [RHEL-120705]
118+
- irqdomain: Rename irq_set_default_host() to irq_set_default_domain() (Myron Stowe) [RHEL-120705]
119+
- PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag (Myron Stowe) [RHEL-120705]
120+
- genirq: Make a few functions static (Myron Stowe) [RHEL-120705]
121+
- irqdomain: Remove extern from function declarations (Myron Stowe) [RHEL-120705]
122+
- irqchip/davinci-cp-intc: Remove public header (Myron Stowe) [RHEL-120705]
123+
- irqdomain: i2c: Switch to irq_find_mapping() (Myron Stowe) [RHEL-120705]
124+
- genirq: Introduce irq_can_move_in_process_context() (Myron Stowe) [RHEL-120705]
125+
- genirq: Introduce common irq_force_complete_move() implementation (Myron Stowe) [RHEL-120705]
126+
- irqchip/riscv-imsic: Move to common MSI library (Myron Stowe) [RHEL-120705]
127+
- irqchip/irq-msi-lib: Optionally set default irq_eoi()/irq_ack() (Myron Stowe) [RHEL-120705]
128+
- irqchip/riscv-imsic: Set irq_set_affinity() for IMSIC base (Myron Stowe) [RHEL-120705]
129+
- net: clear sk->sk_ino in sk_set_socket(sk, NULL) (Paolo Abeni) [RHEL-115597]
130+
- net: lockless sock_i_ino() (Paolo Abeni) [RHEL-115597]
131+
- net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=y (Paolo Abeni) [RHEL-115597]
132+
- netpoll: prevent hanging NAPI when netcons gets enabled (Paolo Abeni) [RHEL-115597]
133+
- net: netmem: fix skb_ensure_writable with unreadable skbs (Paolo Abeni) [RHEL-115597]
134+
- net: Fix TOCTOU issue in sk_is_readable() (Paolo Abeni) [RHEL-115597]
135+
- Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated (Paolo Abeni) [RHEL-115597]
136+
- netdev: avoid CFI problems with sock priv helpers (Paolo Abeni) [RHEL-115597]
137+
- net: don't dump Tx and uninitialized NAPIs (Paolo Abeni) [RHEL-115597]
138+
- Documentation: Fix description format for powerpc RTAS ioctls (Mamatha Inamdar) [RHEL-101977]
139+
- powerpc/pseries: Include linux/types.h in papr-platform-dump.h (Mamatha Inamdar) [RHEL-101977]
140+
- powerpc/pseries: Add a char driver for physical-attestation RTAS (Mamatha Inamdar) [RHEL-101977]
141+
- powerpc/pseries: Add papr-platform-dump character driver for dump retrieval (Mamatha Inamdar) [RHEL-101977]
142+
- powerpc/pseries: Add ibm,get-dynamic-sensor-state RTAS call support (Mamatha Inamdar) [RHEL-101977]
143+
- powerpc/pseries: Add ibm,set-dynamic-indicator RTAS call support (Mamatha Inamdar) [RHEL-101977]
144+
- powerpc/pseries: Add papr-indices char driver for ibm,get-indices (Mamatha Inamdar) [RHEL-101977]
145+
- powerpc/pseries: Define papr_indices_io_block for papr-indices ioctls (Mamatha Inamdar) [RHEL-101977]
146+
- powerpc/pseries: Define common functions for RTAS sequence calls (Mamatha Inamdar) [RHEL-101977]
147+
- ice: fix NULL access of tx->in_use in ice_ll_ts_intr (Petr Oros) [RHEL-113042]
148+
- ice: fix NULL access of tx->in_use in ice_ptp_ts_irq (Petr Oros) [RHEL-113042]
149+
- redhat/configs: Enable CONFIG_CRASH_DM_CRYPT on RHEL (Coiby Xu) [RHEL-29040]
150+
- s390: kexec: initialize kexec_buf struct (Coiby Xu) [RHEL-29040]
151+
- arm64: kexec: initialize kexec_buf struct in load_other_segments() (Coiby Xu) [RHEL-29040]
152+
- crashdump: add CONFIG_KEYS dependency (Coiby Xu) [RHEL-29040]
153+
- crash_dump, nvme: select CONFIGFS_FS as built-in (Coiby Xu) [RHEL-29040]
154+
- x86/crash: make the page that stores the dm crypt keys inaccessible (Coiby Xu) [RHEL-29040]
155+
- x86/crash: pass dm crypt keys to kdump kernel (Coiby Xu) [RHEL-29040]
156+
- crash_dump: retrieve dm crypt keys in kdump kernel (Coiby Xu) [RHEL-29040]
157+
- crash_dump: reuse saved dm crypt keys for CPU/memory hot-plugging (Coiby Xu) [RHEL-29040]
158+
- crash_dump: store dm crypt keys in kdump reserved memory (Coiby Xu) [RHEL-29040]
159+
- crash_dump: make dm crypt keys persist for the kdump kernel (Coiby Xu) [RHEL-29040]
160+
- kexec_file: allow to place kexec_buf randomly (Coiby Xu) [RHEL-29040]
161+
Resolves: RHEL-101977, RHEL-110506, RHEL-113042, RHEL-114238, RHEL-115597, RHEL-120705, RHEL-122260, RHEL-29040, RHEL-69492
162+
1163
* Wed Oct 29 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-148.el10]
2164
- vrf: Drop existing dst reference in vrf_ip6_input_dst (Antoine Tenart) [RHEL-115588]
3165
- redhat/kernel.spec: make python3-perf glob more specific (Jan Stancek) [RHEL-119658]

0 commit comments

Comments
 (0)