Skip to content

Commit b8bd692

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

File tree

2 files changed

+141
-1
lines changed

2 files changed

+141
-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 = 141
15+
RHEL_RELEASE = 142
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,143 @@
1+
* Thu Oct 16 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-142.el10]
2+
- mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory (CKI Backport Bot) [RHEL-119165] {CVE-2025-39883}
3+
- ppp: fix memory leak in pad_compress_skb (Guillaume Nault) [RHEL-115585]
4+
- pptp: fix pptp_xmit() error path (Guillaume Nault) [RHEL-115585]
5+
- pptp: ensure minimal skb length in pptp_xmit() (Guillaume Nault) [RHEL-115585]
6+
- i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path (CKI Backport Bot) [RHEL-109728]
7+
- redhat/configs: Enable CONFIG_MITIGATION_VMSCAPE for x86 (Waiman Long) [RHEL-114277]
8+
- x86/vmscape: Add old Intel CPUs to affected list (Waiman Long) [RHEL-114277] {CVE-2025-40300}
9+
- x86/vmscape: Warn when STIBP is disabled with SMT (Waiman Long) [RHEL-114277] {CVE-2025-40300}
10+
- x86/bugs: Move cpu_bugs_smt_update() down (Waiman Long) [RHEL-114277] {CVE-2025-40300}
11+
- x86/vmscape: Enable the mitigation (Waiman Long) [RHEL-114277] {CVE-2025-40300}
12+
- x86/vmscape: Add conditional IBPB mitigation (Waiman Long) [RHEL-114277] {CVE-2025-40300}
13+
- x86/vmscape: Enumerate VMSCAPE bug (Waiman Long) [RHEL-114277] {CVE-2025-40300}
14+
- Documentation/hw-vuln: Add VMSCAPE documentation (Waiman Long) [RHEL-114277] {CVE-2025-40300}
15+
- ptp: prevent possible ABBA deadlock in ptp_clock_freerun() (CKI Backport Bot) [RHEL-115596]
16+
- ptp: allow reading of currently dialed frequency to succeed on free-running clocks (CKI Backport Bot) [RHEL-115596]
17+
- ptp: fix breakage after ptp_vclock_in_use() rework (CKI Backport Bot) [RHEL-115596]
18+
- ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use() (CKI Backport Bot) [RHEL-115596]
19+
- icmp: fix icmp_ndo_send address translation for reply direction (CKI Backport Bot) [RHEL-115578]
20+
- ipv6: annotate data-races around rt->fib6_nsiblings (CKI Backport Bot) [RHEL-115578]
21+
- ipv6: fix possible infinite loop in fib6_info_uses_dev() (CKI Backport Bot) [RHEL-115578] {CVE-2025-38587}
22+
- ipv6: prevent infinite loop in rt6_nlmsg_size() (CKI Backport Bot) [RHEL-115578] {CVE-2025-38588}
23+
- ndisc: extend RCU protection in ndisc_send_skb() (CKI Backport Bot) [RHEL-115578] {CVE-2025-21760}
24+
- ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu() (CKI Backport Bot) [RHEL-115578]
25+
- ipv6: Use RCU in ip6_input() (CKI Backport Bot) [RHEL-115578]
26+
- ipv6: icmp: convert to dev_net_rcu() (CKI Backport Bot) [RHEL-115578]
27+
- redhat/configs: automotive: enable FSL_EDMA (Jared Kangas) [RHEL-115725]
28+
- dmaengine: fsl-edma: Fix return code for unhandled interrupts (Jared Kangas) [RHEL-115725]
29+
- dmaegnine: fsl-edma: add edma error interrupt handler (Jared Kangas) [RHEL-115725]
30+
- dt-bindings: dma: fsl-edma: increase maxItems of interrupts and interrupt-names (Jared Kangas) [RHEL-115725]
31+
- dmaengine: fsl-edma: free irq correctly in remove path (Jared Kangas) [RHEL-115725]
32+
- dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (Jared Kangas) [RHEL-115725]
33+
- dt-bindings: dma: fsl,edma: Add i.MX94 support (Jared Kangas) [RHEL-115725]
34+
- dmaengine: fsl-edma: Add missing newlines to log messages (Jared Kangas) [RHEL-115725]
35+
- dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd() (Jared Kangas) [RHEL-115725]
36+
- dmaengine: fsl-edma: read/write multiple registers in cyclic transactions (Jared Kangas) [RHEL-115725]
37+
- dmaengine: fsl-edma: add support for S32G based platforms (Jared Kangas) [RHEL-115725]
38+
- dt-bindings: dma: fsl-edma: add nxp,s32g2-edma compatible string (Jared Kangas) [RHEL-115725]
39+
- dmaengine: fsl-edma: remove FSL_EDMA_DRV_SPLIT_REG check when parsing muxbase (Jared Kangas) [RHEL-115725]
40+
- dmaengine: fsl-edma: select of_dma_xlate based on the dmamuxs presence (Jared Kangas) [RHEL-115725]
41+
- wireguard: device: enable threaded NAPI (CKI Backport Bot) [RHEL-115598]
42+
- wireguard: allowedips: add WGALLOWEDIP_F_REMOVE_ME flag (CKI Backport Bot) [RHEL-115598]
43+
- NFS: Fix a race when updating an existing write (CKI Backport Bot) [RHEL-113858] {CVE-2025-39697}
44+
- selftests: bonding: add test for passive LACP mode (Hangbin Liu) [RHEL-100461]
45+
- bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU (Hangbin Liu) [RHEL-100461]
46+
- bonding: update LACP activity flag after setting lacp_active (Hangbin Liu) [RHEL-100461]
47+
- nvmet-tcp: fix callback lock for TLS handshake (Maurizio Lombardi) [RHEL-110941]
48+
- nvme: fix misaccounting of nvme-mpath inflight I/O (Maurizio Lombardi) [RHEL-110941]
49+
- nvme: revert the cross-controller atomic write size validation (Maurizio Lombardi) [RHEL-110941]
50+
- nvme: fix endianness of command word prints in nvme_log_err_passthru() (Maurizio Lombardi) [RHEL-110941]
51+
- nvme-pci: refresh visible attrs after being checked (Maurizio Lombardi) [RHEL-110941]
52+
- nvmet: fix memory leak of bio integrity (Maurizio Lombardi) [RHEL-110941]
53+
- nvme: correctly account for namespace head reference counter (Maurizio Lombardi) [RHEL-110941]
54+
- nvme: Fix incorrect cdw15 value in passthru error logging (Maurizio Lombardi) [RHEL-110941]
55+
- nvme: fix atomic write size validation (Maurizio Lombardi) [RHEL-110941]
56+
- nvme: refactor the atomic write unit detection (Maurizio Lombardi) [RHEL-110941]
57+
- nvme: reset delayed remove_work after reconnect (Maurizio Lombardi) [RHEL-110941]
58+
- nvme: spelling fixes (Maurizio Lombardi) [RHEL-110941]
59+
- nvme-tcp: fix I/O stalls on congested sockets (Maurizio Lombardi) [RHEL-110941]
60+
- nvme-tcp: remove tag set when second admin queue config fails (Maurizio Lombardi) [RHEL-110941]
61+
- nvme: enable vectored registered bufs for passthrough cmds (Maurizio Lombardi) [RHEL-110941]
62+
- nvme: fix implicit bool to flags conversion (Maurizio Lombardi) [RHEL-110941]
63+
- nvme: fix command limits status code (Maurizio Lombardi) [RHEL-110941]
64+
- nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_disk (Maurizio Lombardi) [RHEL-110941]
65+
- nvme-multipath: introduce delayed removal of the multipath head node (Maurizio Lombardi) [RHEL-110941]
66+
- nvme-pci: derive and better document max segments limits (Maurizio Lombardi) [RHEL-110941]
67+
- nvme-pci: use struct_size for allocation struct nvme_dev (Maurizio Lombardi) [RHEL-110941]
68+
- nvme-pci: add a symolic name for the small pool size (Maurizio Lombardi) [RHEL-110941]
69+
- nvme-pci: use a better encoding for small prp pool allocations (Maurizio Lombardi) [RHEL-110941]
70+
- nvme-pci: rename the descriptor pools (Maurizio Lombardi) [RHEL-110941]
71+
- nvme-pci: remove struct nvme_descriptor (Maurizio Lombardi) [RHEL-110941]
72+
- nvme-pci: store aborted state in flags variable (Maurizio Lombardi) [RHEL-110941]
73+
- nvme-pci: don't try to use SGLs for metadata on the admin queue (Maurizio Lombardi) [RHEL-110941]
74+
- nvme-pci: make PRP list DMA pools per-NUMA-node (Maurizio Lombardi) [RHEL-110941]
75+
- dmapool: add NUMA affinity support (Maurizio Lombardi) [RHEL-110941]
76+
- nvme-pci: factor out a nvme_init_hctx_common() helper (Maurizio Lombardi) [RHEL-110941]
77+
- nvme-fc: do not reference lsrsp after failure (Maurizio Lombardi) [RHEL-110941]
78+
- nvmet-fcloop: don't wait for lport cleanup (Maurizio Lombardi) [RHEL-110941]
79+
- nvmet-fcloop: add missing fcloop_callback_host_done (Maurizio Lombardi) [RHEL-110941]
80+
- nvmet-fc: take tgtport refs for portentry (Maurizio Lombardi) [RHEL-110941]
81+
- nvmet-fc: free pending reqs on tgtport unregister (Maurizio Lombardi) [RHEL-110941]
82+
- nvmet-fcloop: drop response if targetport is gone (Maurizio Lombardi) [RHEL-110941]
83+
- nvmet-fcloop: allocate/free fcloop_lsreq directly (Maurizio Lombardi) [RHEL-110941]
84+
- nvmet-fcloop: prevent double port deletion (Maurizio Lombardi) [RHEL-110941]
85+
- nvmet-fcloop: access fcpreq only when holding reqlock (Maurizio Lombardi) [RHEL-110941]
86+
- nvmet-fcloop: update refs on tfcp_req (Maurizio Lombardi) [RHEL-110941]
87+
- nvmet-fcloop: refactor fcloop_delete_local_port (Maurizio Lombardi) [RHEL-110941]
88+
- nvmet-fcloop: refactor fcloop_nport_alloc and track lport (Maurizio Lombardi) [RHEL-110941]
89+
- nvmet-fcloop: remove nport from list on last user (Maurizio Lombardi) [RHEL-110941]
90+
- nvmet-fcloop: track ref counts for nports (Maurizio Lombardi) [RHEL-110941]
91+
- nvmet-auth: use SHASH_DESC_ON_STACK (Maurizio Lombardi) [RHEL-110941]
92+
- nvme-auth: use SHASH_DESC_ON_STACK (Maurizio Lombardi) [RHEL-110941]
93+
- nvmet: simplify the nvmet_req_init() interface (Maurizio Lombardi) [RHEL-110941]
94+
- nvmet: support completion queue sharing (Maurizio Lombardi) [RHEL-110941]
95+
- nvmet: fabrics: add CQ init and destroy (Maurizio Lombardi) [RHEL-110941]
96+
- nvmet: cq: prepare for completion queue sharing (Maurizio Lombardi) [RHEL-110941]
97+
- nvmet: add a helper function for cqid checking (Maurizio Lombardi) [RHEL-110941]
98+
- nvmet-auth: authenticate on admin queue only (Maurizio Lombardi) [RHEL-110941]
99+
- nvme-auth: do not re-authenticate queues with no prior authentication (Maurizio Lombardi) [RHEL-110941]
100+
- nvme-tcp: remove redundant check to ctrl->opts (Maurizio Lombardi) [RHEL-110941]
101+
- nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro (Maurizio Lombardi) [RHEL-110941]
102+
- nvme: all namespaces in a subsystem must adhere to a common atomic write size (Maurizio Lombardi) [RHEL-110941]
103+
- nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing (Maurizio Lombardi) [RHEL-110941]
104+
- nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQ (Maurizio Lombardi) [RHEL-110941]
105+
- nvmet: pci-epf: improve debug message (Maurizio Lombardi) [RHEL-110941]
106+
- nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq() (Maurizio Lombardi) [RHEL-110941]
107+
- nvmet: pci-epf: do not fall back to using INTX if not supported (Maurizio Lombardi) [RHEL-110941]
108+
- nvmet: pci-epf: clear completion queue IRQ flag on delete (Maurizio Lombardi) [RHEL-110941]
109+
- nvmet-auth: always free derived key data (Maurizio Lombardi) [RHEL-110941]
110+
- nvmet: pci-epf: cleanup link state management (Maurizio Lombardi) [RHEL-110941]
111+
- nvmet: pci-epf: clear CC and CSTS when disabling the controller (Maurizio Lombardi) [RHEL-110941]
112+
- nvmet: pci-epf: always fully initialize completion entries (Maurizio Lombardi) [RHEL-110941]
113+
- nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free() (Maurizio Lombardi) [RHEL-110941]
114+
- crypto,fs: Separate out hkdf_extract() and hkdf_expand() (Maurizio Lombardi) [RHEL-110941]
115+
- nvmet-fc: put ref when assoc->del_work is already scheduled (Maurizio Lombardi) [RHEL-110941]
116+
- nvmet-fc: take tgtport reference only once (Maurizio Lombardi) [RHEL-110941]
117+
- nvmet-fc: update tgtport ref per assoc (Maurizio Lombardi) [RHEL-110941]
118+
- nvmet-fc: inline nvmet_fc_free_hostport (Maurizio Lombardi) [RHEL-110941]
119+
- nvmet-fc: inline nvmet_fc_delete_assoc (Maurizio Lombardi) [RHEL-110941]
120+
- nvmet-fcloop: add ref counting to lport (Maurizio Lombardi) [RHEL-110941]
121+
- nvmet-fcloop: replace kref with refcount (Maurizio Lombardi) [RHEL-110941]
122+
- nvmet-fcloop: swap list_add_tail arguments (Maurizio Lombardi) [RHEL-110941]
123+
- nvmet: pci-epf: Keep completion queues mapped (Maurizio Lombardi) [RHEL-110941]
124+
- nvmet: replace max(a, min(b, c)) by clamp(val, lo, hi) (Maurizio Lombardi) [RHEL-110941]
125+
- nvmet: pci-epf: Always configure BAR0 as 64-bit (Maurizio Lombardi) [RHEL-110941]
126+
- nvmet: Remove duplicate uuid_copy (Maurizio Lombardi) [RHEL-110941]
127+
- nvme: zns: Simplify nvme_zone_parse_entry() (Maurizio Lombardi) [RHEL-110941]
128+
- nvmet: pci-epf: Remove redundant 'flush_workqueue()' calls (Maurizio Lombardi) [RHEL-110941]
129+
- nvmet: add tls_concat and tls_key debugfs entries (Maurizio Lombardi) [RHEL-110941]
130+
- nvmet-tcp: support secure channel concatenation (Maurizio Lombardi) [RHEL-110941]
131+
- nvmet: Add 'sq' argument to alloc_ctrl_args (Maurizio Lombardi) [RHEL-110941]
132+
- nvme-fabrics: reset admin connection for secure concatenation (Maurizio Lombardi) [RHEL-110941]
133+
- nvme-tcp: request secure channel concatenation (Maurizio Lombardi) [RHEL-110941]
134+
- nvme-keyring: add nvme_tls_psk_refresh() (Maurizio Lombardi) [RHEL-110941]
135+
- nvme: add nvme_auth_derive_tls_psk() (Maurizio Lombardi) [RHEL-110941]
136+
- nvme: add nvme_auth_generate_digest() (Maurizio Lombardi) [RHEL-110941]
137+
- nvme: add nvme_auth_generate_psk() (Maurizio Lombardi) [RHEL-110941]
138+
- redhat/configs: automotive: Disable COMPAT_32BIT_TIME SGETMASK_SYSCALL and IA32_EMULATION configs (Dorinda Bassey) [RHEL-85628]
139+
Resolves: RHEL-100461, RHEL-109728, RHEL-110941, RHEL-113858, RHEL-114277, RHEL-115578, RHEL-115585, RHEL-115596, RHEL-115598, RHEL-115725, RHEL-119165, RHEL-85628
140+
1141
* Mon Oct 13 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-141.el10]
2142
- bonding: don't set oif to bond dev when getting NS target destination (CKI Backport Bot) [RHEL-101175]
3143
- smb: client: fix file open check in __cifs_unlink() (Paulo Alcantara) [RHEL-108683]

0 commit comments

Comments
 (0)