Skip to content

Commit 3fddb92

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

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-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 = 147
15+
RHEL_RELEASE = 148
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
* Wed Oct 29 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-148.el10]
2+
- vrf: Drop existing dst reference in vrf_ip6_input_dst (Antoine Tenart) [RHEL-115588]
3+
- redhat/kernel.spec: make python3-perf glob more specific (Jan Stancek) [RHEL-119658]
4+
- net/packet: fix a race in packet_set_ring() and packet_notifier() (Davide Caratti) [RHEL-115601]
5+
- af_packet: fix soft lockup issue caused by tpacket_snd() (Davide Caratti) [RHEL-115601]
6+
- af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd() (Davide Caratti) [RHEL-115601]
7+
- net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime (Davide Caratti) [RHEL-115601]
8+
- net: loopback: Avoid sending IP packets without an Ethernet header (Davide Caratti) [RHEL-115601]
9+
- xfrm: xfrm_alloc_spi shouldn't use 0 as SPI (Sabrina Dubroca) [RHEL-115581]
10+
- xfrm: Duplicate SPI Handling (Sabrina Dubroca) [RHEL-115581]
11+
- xfrm: Skip redundant statistics update for crypto offload (Sabrina Dubroca) [RHEL-115581]
12+
- xfrm: use kfree_sensitive() for SA secret zeroization (Sabrina Dubroca) [RHEL-115581]
13+
- espintcp: remove encap socket caching to avoid reference leak (Sabrina Dubroca) [RHEL-115581]
14+
- espintcp: fix skb leaks (Sabrina Dubroca) [RHEL-115581]
15+
- xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46] (Sabrina Dubroca) [RHEL-115581]
16+
- tracing: Silence warning when chunk allocation fails in trace_pid_write (Jerome Marchand) [RHEL-115358] {CVE-2025-39914}
17+
- trace/fgraph: Fix error handling (Jerome Marchand) [RHEL-115358]
18+
- ftrace: Also allocate and copy hash for reading of filter files (Jerome Marchand) [RHEL-115358] {CVE-2025-39689}
19+
- ftrace: Fix potential warning in trace_printk_seq during ftrace_dump (Jerome Marchand) [RHEL-115358] {CVE-2025-39813}
20+
- tracing: Fix tracing_marker may trigger page fault during preempt_disable (Jerome Marchand) [RHEL-115358]
21+
- trace/fgraph: Fix the warning caused by missing unregister notifier (Jerome Marchand) [RHEL-115358] {CVE-2025-39829}
22+
- tracing: fprobe-event: Sanitize wildcard for fprobe event name (Jerome Marchand) [RHEL-115358]
23+
- tracing: Limit access to parser->buffer when trace_get_user failed (Jerome Marchand) [RHEL-115358] {CVE-2025-39683}
24+
- tracing: Remove unneeded goto out logic (Jerome Marchand) [RHEL-115358]
25+
- tracing: Add down_write(trace_event_sem) when adding trace event (Jerome Marchand) [RHEL-115358] {CVE-2025-38539}
26+
- tracing/osnoise: Fix crash in timerlat_dump_stack() (Jerome Marchand) [RHEL-115358] {CVE-2025-38493}
27+
- tracing/probes: Avoid using params uninitialized in parse_btf_arg() (Jerome Marchand) [RHEL-115358]
28+
- ring-buffer: Remove ring_buffer_read_prepare_sync() (Jerome Marchand) [RHEL-115358]
29+
- kernel: trace: preemptirq_delay_test: use offstack cpu mask (Jerome Marchand) [RHEL-115358]
30+
- tracefs: Add d_delete to remove negative dentries (Jerome Marchand) [RHEL-115358]
31+
- ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set() (Jerome Marchand) [RHEL-115358] {CVE-2025-38101}
32+
- ftrace: Fix UAF when lookup kallsym after ftrace disabled (Jerome Marchand) [RHEL-115358] {CVE-2025-38346}
33+
- ring-buffer: Do not trigger WARN_ON() due to a commit_overrun (Jerome Marchand) [RHEL-115358] {CVE-2025-38267}
34+
- ring-buffer: Move cpus_read_lock() outside of buffer->mutex (Jerome Marchand) [RHEL-115358]
35+
- tracing: Fix compilation warning on arm32 (Jerome Marchand) [RHEL-115358]
36+
- ring-buffer: Fix persistent buffer when commit page is the reader page (Jerome Marchand) [RHEL-115358]
37+
- ftrace: Fix preemption accounting for stacktrace filter command (Jerome Marchand) [RHEL-115358]
38+
- ftrace: Fix preemption accounting for stacktrace trigger command (Jerome Marchand) [RHEL-115358]
39+
- tracing: probes: Fix a possible race in trace_probe_log APIs (Jerome Marchand) [RHEL-115358]
40+
- tracing: samples: Initialize trace_array_printk() with the correct function (Jerome Marchand) [RHEL-115358]
41+
- tracing: Fix error handling in event_trigger_parse() (Jerome Marchand) [RHEL-115358]
42+
- tracing: Rename event_trigger_alloc() to trigger_data_alloc() (Jerome Marchand) [RHEL-115358]
43+
- tracing: Do not take trace_event_sem in print_event_fields() (Jerome Marchand) [RHEL-115358]
44+
- tracing: Fix oob write in trace_seq_to_buffer() (Jerome Marchand) [RHEL-115358] {CVE-2025-37923}
45+
- tracing: Fix filter string testing (Jerome Marchand) [RHEL-115358]
46+
- ftrace: fix incorrect hash size in register_ftrace_direct() (Jerome Marchand) [RHEL-115358]
47+
- ftrace: Properly merge notrace hashes (Jerome Marchand) [RHEL-115358]
48+
- tracing: Do not add length to print format in synthetic events (Jerome Marchand) [RHEL-115358]
49+
- tracing: Move histogram trigger variables from stack to per CPU structure (Jerome Marchand) [RHEL-115358]
50+
- tracing: Constify struct event_trigger_ops (Jerome Marchand) [RHEL-115358]
51+
- ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio() (Jerome Marchand) [RHEL-115358]
52+
- ftrace: Add cond_resched() to ftrace_graph_set_hash() (Jerome Marchand) [RHEL-115358] {CVE-2025-37940}
53+
- tracing: Verify event formats that have "%%*p.." (Jerome Marchand) [RHEL-115358] {CVE-2025-37938}
54+
- tracing: Add __print_dynamic_array() helper (Jerome Marchand) [RHEL-115358]
55+
- tracing: probe-events: Add comments about entry data storing code (Jerome Marchand) [RHEL-115358]
56+
- tracing: Fix synth event printk format for str fields (Jerome Marchand) [RHEL-115358]
57+
- tracing: Do not use PERF enums when perf is not defined (Jerome Marchand) [RHEL-115358]
58+
- tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER (Jerome Marchand) [RHEL-115358]
59+
- tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (Jerome Marchand) [RHEL-115358]
60+
- tracing: Fix use-after-free in print_graph_function_flags during tracer switching (Jerome Marchand) [RHEL-115358] {CVE-2025-22035}
61+
- tracing: Ensure module defining synth event cannot be unloaded while tracing (Jerome Marchand) [RHEL-115358]
62+
- tracing: Correct the refcount if the hist/hist_debug file fails to open (Jerome Marchand) [RHEL-115358]
63+
- ring-buffer: Fix bytes_dropped calculation issue (Jerome Marchand) [RHEL-115358]
64+
- tracing/hist: Support POLLPRI event for poll on histogram (Jerome Marchand) [RHEL-115358]
65+
- tracing/hist: Add poll(POLLIN) support on hist file (Jerome Marchand) [RHEL-115358]
66+
- tracing: Switch trace_events_hist.c code over to use guard() (Jerome Marchand) [RHEL-115358]
67+
Resolves: RHEL-115358, RHEL-115581, RHEL-115588, RHEL-115601, RHEL-119658, RHEL-121919
68+
169
* Tue Oct 28 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-147.el10]
270
- redhat: use the same cert as UKI's to sign addons (Li Tian) [RHEL-124088]
371
- blk-mq: fix blk_mq_tags double free while nr_requests grown (Ming Lei) [RHEL-118047]

0 commit comments

Comments
 (0)