Skip to content

Commit 9e4302f

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

File tree

2 files changed

+223
-1
lines changed

2 files changed

+223
-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 = 138
15+
RHEL_RELEASE = 139
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,225 @@
1+
* Wed Oct 08 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-139.el10]
2+
- redhat/configs: Disable CONFIG_EFI_MIXED in RHEL (Lenny Szubowicz) [RHEL-115521]
3+
- cpupower: Allow control of boost feature on non-x86 based systems with boost support. (Steve Best) [RHEL-111892]
4+
- tools/power/cpupower: Add documentation for some recently introduced options (Steve Best) [RHEL-111892]
5+
- i2c: i801: Hide Intel Birch Stream SoC TCO WDT (Steve Best) [RHEL-113184]
6+
- i2c: smbus: introduce Write Disable-aware SPD instantiating functions (Steve Best) [RHEL-113184]
7+
- i2c: i801: Use MMIO if available (Steve Best) [RHEL-113184]
8+
- i2c: i801: Switch to iomapped register access (Steve Best) [RHEL-113184]
9+
- i2c: i801: Improve too small kill wait time in i801_check_post (Steve Best) [RHEL-113184]
10+
- i2c: i801: Move i801_wait_intr and i801_wait_byte_done in the code (Steve Best) [RHEL-113184]
11+
- i2c: i801: Cosmetic improvements (Steve Best) [RHEL-113184]
12+
- i2c: i801: Remove unnecessary PCI function call (Steve Best) [RHEL-113184]
13+
- platform/x86: dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d (Steve Best) [RHEL-113184]
14+
- platform/x86: dell-smo8800: Move SMO88xx acpi_device_ids to dell-smo8800-ids.h (Steve Best) [RHEL-113184]
15+
- ice: fix Rx page leak on multi-buffer frames (Petr Oros) [RHEL-104682]
16+
- hsr: use netdev_master_upper_dev_link() when linking lower ports (Hangbin Liu) [RHEL-100715]
17+
- selftest: net: Fix weird setsockopt() in bind_bhash.c. (CKI Backport Bot) [RHEL-115594]
18+
- netfilter: nft_flowtable.sh: re-run with random mtu sizes (CKI Backport Bot) [RHEL-115594]
19+
- selftests: rtnetlink.sh: remove esp4_offload after test (CKI Backport Bot) [RHEL-115594]
20+
- selftests: netfilter: ipvs.sh: Explicity disable rp_filter on interface tunl0 (CKI Backport Bot) [RHEL-115594]
21+
- selftests: net: increase inter-packet timeout in udpgro.sh (CKI Backport Bot) [RHEL-115594]
22+
- selftests: net: lib: fix shift count out of range (CKI Backport Bot) [RHEL-115594]
23+
- selftests: net: exit cleanly on SIGTERM / timeout (CKI Backport Bot) [RHEL-115594]
24+
- locking/local_lock: fix _Generic() matching of local_trylock_t (Gregory Bell) [RHEL-78202]
25+
- locking/local_lock, mm: replace localtry_ helpers with local_trylock_t type (Gregory Bell) [RHEL-78202]
26+
- mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memory (Gregory Bell) [RHEL-78202]
27+
- mm/page_alloc: Fix try_alloc_pages (Gregory Bell) [RHEL-78202]
28+
- mm/page_alloc: avoid second trylock of zone->lock (Gregory Bell) [RHEL-78202]
29+
- mm: Fix the flipped condition in gfpflags_allow_spinning() (Gregory Bell) [RHEL-78202]
30+
- mm: restore documentation for __free_pages() (Gregory Bell) [RHEL-78202]
31+
- bpf: Use try_alloc_pages() to allocate pages for bpf needs. (Gregory Bell) [RHEL-78202]
32+
- mm, bpf: Use memcg in try_alloc_pages(). (Gregory Bell) [RHEL-78202]
33+
- memcg: Use trylock to access memcg stock_lock. (Gregory Bell) [RHEL-78202]
34+
- mm, bpf: Introduce free_pages_nolock() (Gregory Bell) [RHEL-78202]
35+
- mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation (Gregory Bell) [RHEL-78202]
36+
- locking/local_lock: Introduce localtry_lock_t (Gregory Bell) [RHEL-78202]
37+
- rqspinlock: Choose trylock fallback for NMI waiters (Gregory Bell) [RHEL-78202]
38+
- stackdepot: fix stack_depot_save_flags() in NMI context (Gregory Bell) [RHEL-78202]
39+
- selftests/bpf: verify jset handling in CFG computation (Gregory Bell) [RHEL-78202]
40+
- selftests/bpf: Add a kernel flag test for LSM bpf hook (Gregory Bell) [RHEL-78202]
41+
- security: Propagate caller information in bpf hooks (Gregory Bell) [RHEL-78202]
42+
- libbpf: Export bpf_object__prepare symbol (Gregory Bell) [RHEL-78202]
43+
- selftests/bpf: fix implementation of smp_mb() (Gregory Bell) [RHEL-78202]
44+
- bpf: handle jset (if a & b ...) as a jump in CFG computation (Gregory Bell) [RHEL-78202]
45+
- selftests/bpf: Avoid passing out-of-range values to __retval() (Gregory Bell) [RHEL-78202]
46+
- selftests/bpf: Correct typo in __clang_major__ macro (Gregory Bell) [RHEL-78202]
47+
- samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora (Gregory Bell) [RHEL-78202]
48+
- bpf: Add namespace to BPF internal symbols (Gregory Bell) [RHEL-78202]
49+
- selftests/bpf: add test for softlock when modifying hashmap while iterating (Gregory Bell) [RHEL-78202]
50+
- bpf: fix possible endless loop in BPF map iteration (Gregory Bell) [RHEL-78202]
51+
- selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure (Gregory Bell) [RHEL-78202]
52+
- bpf: Convert queue_stack map to rqspinlock (Gregory Bell) [RHEL-78202]
53+
- bpf: Use architecture provided res_smp_cond_load_acquire (Gregory Bell) [RHEL-78202]
54+
- selftests/bpf: Make res_spin_lock AA test condition stronger (Gregory Bell) [RHEL-78202]
55+
- selftests/bpf: Support struct/union presets in veristat (Gregory Bell) [RHEL-78202]
56+
- selftests/bpf: Make res_spin_lock test less verbose (Gregory Bell) [RHEL-78202]
57+
- selftests/bpf: Fix verifier_private_stack test failure (Gregory Bell) [RHEL-78202]
58+
- selftests/bpf: Add selftests for load-acquire/store-release when register number is invalid (Gregory Bell) [RHEL-78202]
59+
- bpf: Fix out-of-bounds read in check_atomic_load/store() (Gregory Bell) [RHEL-78202]
60+
- bpf: Add struct_ops context information to struct bpf_prog_aux (Gregory Bell) [RHEL-78202]
61+
- selftests/bpf: Sanitize pointer prior fclose() (Gregory Bell) [RHEL-78202]
62+
- selftests/bpf: Add tests for rqspinlock (Gregory Bell) [RHEL-78202]
63+
- bpf: Maintain FIFO property for rqspinlock unlock (Gregory Bell) [RHEL-78202]
64+
- bpf: Implement verifier support for rqspinlock (Gregory Bell) [RHEL-78202]
65+
- bpf: Introduce rqspinlock kfuncs (Gregory Bell) [RHEL-78202]
66+
- bpf: Convert lpm_trie.c to rqspinlock (Gregory Bell) [RHEL-78202]
67+
- bpf: Convert percpu_freelist.c to rqspinlock (Gregory Bell) [RHEL-78202]
68+
- bpf: Convert hashtab.c to rqspinlock (Gregory Bell) [RHEL-78202]
69+
- rqspinlock: Add locktorture support (Gregory Bell) [RHEL-78202]
70+
- rqspinlock: Add entry to Makefile, MAINTAINERS (Gregory Bell) [RHEL-78202]
71+
- rqspinlock: Add macros for rqspinlock usage (Gregory Bell) [RHEL-78202]
72+
- rqspinlock: Add basic support for CONFIG_PARAVIRT (Gregory Bell) [RHEL-78202]
73+
- rqspinlock: Add a test-and-set fallback (Gregory Bell) [RHEL-78202]
74+
- rqspinlock: Add deadlock detection and recovery (Gregory Bell) [RHEL-78202]
75+
- rqspinlock: Protect waiters in trylock fallback from stalls (Gregory Bell) [RHEL-78202]
76+
- rqspinlock: Protect waiters in queue from stalls (Gregory Bell) [RHEL-78202]
77+
- rqspinlock: Protect pending bit owners from stalls (Gregory Bell) [RHEL-78202]
78+
- rqspinlock: Hardcode cond_acquire loops for arm64 (Gregory Bell) [RHEL-78202]
79+
- rqspinlock: Add support for timeouts (Gregory Bell) [RHEL-78202]
80+
- rqspinlock: Drop PV and virtualization support (Gregory Bell) [RHEL-78202]
81+
- rqspinlock: Add rqspinlock.h header (Gregory Bell) [RHEL-78202]
82+
- locking: Copy out qspinlock.c to kernel/bpf/rqspinlock.c (Gregory Bell) [RHEL-78202]
83+
- locking: Allow obtaining result of arch_mcs_spin_lock_contended (Gregory Bell) [RHEL-78202]
84+
- locking: Move common qspinlock helpers to a private header (Gregory Bell) [RHEL-78202]
85+
- selftests/bpf: Test kfuncs that set and remove xattr from BPF programs (Gregory Bell) [RHEL-78202]
86+
- bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs (Gregory Bell) [RHEL-78202]
87+
- selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names (Gregory Bell) [RHEL-78202]
88+
- fs/xattr: bpf: Introduce security.bpf. xattr name prefix (Gregory Bell) [RHEL-78202]
89+
- bpf: clarify a misleading verifier error message (Gregory Bell) [RHEL-78202]
90+
- selftests/bpf: Add selftest for attaching fexit to __noreturn functions (Gregory Bell) [RHEL-78202]
91+
- bpf: Reject attaching fexit/fmod_ret to __noreturn functions (Gregory Bell) [RHEL-78202]
92+
- bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage (Gregory Bell) [RHEL-78202]
93+
- locking: Move MCS struct definition to public header (Gregory Bell) [RHEL-78202]
94+
- bpf: Make perf_event_read_output accessible in all program types. (Gregory Bell) [RHEL-78202]
95+
- bpftool: Using the right format specifiers (Gregory Bell) [RHEL-78202]
96+
- bpftool: Add -Wformat-signedness flag to detect format errors (Gregory Bell) [RHEL-78202]
97+
- selftests/bpf: Test freplace from user namespace (Gregory Bell) [RHEL-78202]
98+
- libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID (Gregory Bell) [RHEL-78202]
99+
- bpf: Return prog btf_id without capable check (Gregory Bell) [RHEL-78202]
100+
- bpf: BPF token support for BPF_BTF_GET_FD_BY_ID (Gregory Bell) [RHEL-78202]
101+
- bpf, x86: Fix objtool warning for timed may_goto (Gregory Bell) [RHEL-78202]
102+
- bpf: Check map->record at the beginning of check_and_free_fields() (Gregory Bell) [RHEL-78202]
103+
- selftests/bpf: Fix string read in strncmp benchmark (Gregory Bell) [RHEL-78202]
104+
- selftests/bpf: Fix sockopt selftest failure on powerpc (Gregory Bell) [RHEL-78202]
105+
- selftests/bpf: Fix arena_spin_lock compilation on PowerPC (Gregory Bell) [RHEL-78202]
106+
- bpf: bpftool: Setting error code in do_loader() (Gregory Bell) [RHEL-78202]
107+
- selftests/bpf: Fix selection of static vs. dynamic LLVM (Gregory Bell) [RHEL-78202]
108+
- bpf: preload: Add MODULE_DESCRIPTION (Gregory Bell) [RHEL-78202]
109+
- selftests: bpf: fix duplicate selftests in cpumask_success. (Gregory Bell) [RHEL-78202]
110+
- selftests/bpf: Convert comma to semicolon (Gregory Bell) [RHEL-78202]
111+
- bpf: fix missing kdoc string fields in cpumask.c (Gregory Bell) [RHEL-78202]
112+
- selftests: bpf: add bpf_cpumask_populate selftests (Gregory Bell) [RHEL-78202]
113+
- bpf: add kfunc for populating cpumask bits (Gregory Bell) [RHEL-78202]
114+
- selftests/bpf: Fix cap_enable_effective() return code (Gregory Bell) [RHEL-78202]
115+
- selftests/bpf: Add tests for arena spin lock (Gregory Bell) [RHEL-78202]
116+
- selftests/bpf: Introduce arena spin lock (Gregory Bell) [RHEL-78202]
117+
- selftests/bpf: Introduce cond_break_label (Gregory Bell) [RHEL-78202]
118+
- bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c (Gregory Bell) [RHEL-78202]
119+
- bpf: correct use/def for may_goto instruction (Gregory Bell) [RHEL-78202]
120+
- selftests/bpf: test cases for compute_live_registers() (Gregory Bell) [RHEL-78202]
121+
- bpf: use register liveness information for func_states_equal (Gregory Bell) [RHEL-78202]
122+
- bpf: simple DFA-based live registers analysis (Gregory Bell) [RHEL-78202]
123+
- bpf: get_call_summary() utility function (Gregory Bell) [RHEL-78202]
124+
- bpf: jmp_offset() and verbose_insn() utility functions (Gregory Bell) [RHEL-78202]
125+
- selftests/bpf: Add selftests for load-acquire and store-release instructions (Gregory Bell) [RHEL-78202]
126+
- bpf, x86: Support load-acquire and store-release instructions (Gregory Bell) [RHEL-78202]
127+
- bpf, arm64: Support load-acquire and store-release instructions (Gregory Bell) [RHEL-78202]
128+
- arm64: insn: Add load-acquire and store-release instructions (Gregory Bell) [RHEL-78202]
129+
- arm64: insn: Add BIT(23) to {load,store}_ex's mask (Gregory Bell) [RHEL-78202]
130+
- bpf, x86: Add x86 JIT support for timed may_goto (Gregory Bell) [RHEL-78202]
131+
- bpf: Add verifier support for timed may_goto (Gregory Bell) [RHEL-78202]
132+
- bpf: Introduce load-acquire and store-release instructions (Gregory Bell) [RHEL-78202]
133+
- selftests/bpf: Add tests for bpf_object__prepare (Gregory Bell) [RHEL-78202]
134+
- libbpf: Split bpf object load into prepare/load (Gregory Bell) [RHEL-78202]
135+
- libbpf: Introduce more granular state for bpf_object (Gregory Bell) [RHEL-78202]
136+
- libbpf: Use map_is_created helper in map setters (Gregory Bell) [RHEL-78202]
137+
- bpf: Factor out check_load_mem() and check_store_reg() (Gregory Bell) [RHEL-78202]
138+
- bpf: Factor out check_atomic_rmw() (Gregory Bell) [RHEL-78202]
139+
- bpf: Factor out atomic_ptr_type_ok() (Gregory Bell) [RHEL-78202]
140+
- bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero() (Gregory Bell) [RHEL-78202]
141+
- veristat: Report program type guess results to sdterr (Gregory Bell) [RHEL-78202]
142+
- veristat: Strerror expects positive number (errno) (Gregory Bell) [RHEL-78202]
143+
- veristat: @files-list.txt notation for object files list (Gregory Bell) [RHEL-78202]
144+
- selftests/bpf: Add tests for extending sleepable global subprogs (Gregory Bell) [RHEL-78202]
145+
- selftests/bpf: Test sleepable global subprogs in atomic contexts (Gregory Bell) [RHEL-78202]
146+
- bpf: Summarize sleepable global subprogs (Gregory Bell) [RHEL-78202]
147+
- bpf/selftests: test_select_reuseport_kern: Remove unused header (Gregory Bell) [RHEL-78202]
148+
- selftests/bpf: Fixes for test_maps test (Gregory Bell) [RHEL-78202]
149+
- selftests/bpf: Add selftests allowing cgroup prog pre-ordering (Gregory Bell) [RHEL-78202]
150+
- bpf: Allow pre-ordering for bpf cgroup progs (Gregory Bell) [RHEL-78202]
151+
- selftests/bpf: Allow auto port binding for bpf nf (Gregory Bell) [RHEL-78202]
152+
- selftests/bpf: Allow auto port binding for cgroup connect (Gregory Bell) [RHEL-78202]
153+
- selftests/bpf: Add tests for bpf_dynptr_copy (Gregory Bell) [RHEL-78202]
154+
- bpf/helpers: Introduce bpf_dynptr_copy kfunc (Gregory Bell) [RHEL-78202]
155+
- bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_write (Gregory Bell) [RHEL-78202]
156+
- selftests/bpf: Introduce veristat test (Gregory Bell) [RHEL-78202]
157+
- selftests/bpf: Implement setting global variables in veristat (Gregory Bell) [RHEL-78202]
158+
- selftests/bpf: Test bpf_usdt_arg_size() function (Gregory Bell) [RHEL-78202]
159+
- libbpf: Implement bpf_usdt_arg_size BPF function (Gregory Bell) [RHEL-78202]
160+
- bpf: Fix deadlock between rcu_tasks_trace and event_mutex. (Gregory Bell) [RHEL-78202]
161+
- docs/bpf: Document some special sdiv/smod operations (Gregory Bell) [RHEL-78202]
162+
- selftests/bpf: Test gen_pro/epilogue that generate kfuncs (Gregory Bell) [RHEL-78202]
163+
- bpf: Search and add kfuncs in struct_ops prologue and epilogue (Gregory Bell) [RHEL-78202]
164+
- bpf: abort verification if env->cur_state->loop_entry != NULL (Gregory Bell) [RHEL-78202]
165+
- kbuild, bpf: Correct pahole version that supports distilled base btf feature (Gregory Bell) [RHEL-78202]
166+
- libbpf: Fix out-of-bound read (Gregory Bell) [RHEL-78202]
167+
- bpf: Fix kmemleak warning for percpu hashmap (Gregory Bell) [RHEL-78202]
168+
- bpf: arm64: Silence "UBSAN: negation-overflow" warning (Gregory Bell) [RHEL-78202]
169+
- bpf: Refactor check_ctx_access() (Gregory Bell) [RHEL-78202]
170+
- selftests/bpf: Test struct_ops program with __ref arg calling bpf_tail_call (Gregory Bell) [RHEL-78202]
171+
- bpf: Do not allow tail call in strcut_ops program with __ref argument (Gregory Bell) [RHEL-78202]
172+
- libbpf: Fix hypothetical STT_SECTION extern NULL deref case (Gregory Bell) [RHEL-78202]
173+
- selftests/bpf: Add tests for bpf_copy_from_user_task_str (Gregory Bell) [RHEL-78202]
174+
- bpf: Add bpf_copy_from_user_task_str() kfunc (Gregory Bell) [RHEL-78202]
175+
- mm: Add copy_remote_vm_str() for readng C strings from remote VM (Gregory Bell) [RHEL-78202]
176+
- libbpf: Wrap libbpf API direct err with libbpf_err (Gregory Bell) [RHEL-78202]
177+
- selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ feature (Gregory Bell) [RHEL-78202]
178+
- selftests/bpf: tc_links/tc_opts: Unserialize tests (Gregory Bell) [RHEL-78202]
179+
- selftests/bpf: Optionally open a dedicated namespace to run test in it (Gregory Bell) [RHEL-78202]
180+
- selftests/bpf: ns_current_pid_tgid: Rename the test function (Gregory Bell) [RHEL-78202]
181+
- bpf: fix env->peak_states computation (Gregory Bell) [RHEL-78202]
182+
- bpf: free verifier states when they are no longer referenced (Gregory Bell) [RHEL-78202]
183+
- bpf: use list_head to track explored states and free list (Gregory Bell) [RHEL-78202]
184+
- bpf: do not update state->loop_entry in get_loop_entry() (Gregory Bell) [RHEL-78202]
185+
- bpf: make state->dfs_depth < state->loop_entry->dfs_depth an invariant (Gregory Bell) [RHEL-78202]
186+
- bpf: detect infinite loop in get_loop_entry() (Gregory Bell) [RHEL-78202]
187+
- selftests/bpf: check states pruning for deeply nested iterator (Gregory Bell) [RHEL-78202]
188+
- bpf: don't do clean_live_states when state->loop_entry->branches > 0 (Gregory Bell) [RHEL-78202]
189+
- selftests/bpf: test correct loop_entry update in copy_verifier_state (Gregory Bell) [RHEL-78202]
190+
- bpf: copy_verifier_state() should copy 'loop_entry' field (Gregory Bell) [RHEL-78202]
191+
- selftests/bpf: Test returning referenced kptr from struct_ops programs (Gregory Bell) [RHEL-78202]
192+
- bpf: Allow struct_ops prog to return referenced kptr (Gregory Bell) [RHEL-78202]
193+
- selftests/bpf: Test referenced kptr arguments of struct_ops programs (Gregory Bell) [RHEL-78202]
194+
- bpf: Support getting referenced kptr from struct_ops argument (Gregory Bell) [RHEL-78202]
195+
- bpf: Make every prog keep a copy of ctx_arg_info (Gregory Bell) [RHEL-78202]
196+
- selftests/bpf: add test for LDX/STX/ST relocations over array field (Gregory Bell) [RHEL-78202]
197+
- libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic (Gregory Bell) [RHEL-78202]
198+
- selftests/bpf: Add selftest for may_goto (Gregory Bell) [RHEL-78202]
199+
- selftests/bpf: Introduce __load_if_JITed annotation for tests (Gregory Bell) [RHEL-78202]
200+
- bpf: Fix array bounds error with may_goto (Gregory Bell) [RHEL-78202]
201+
- bpftool: Check map name length when map create (Gregory Bell) [RHEL-78202]
202+
- bpf: lsm: Add two more sleepable hooks (Gregory Bell) [RHEL-78202]
203+
- bpf: Sync uapi bpf.h header for the tooling infra (Gregory Bell) [RHEL-78202]
204+
- selftests/bpf: Select NUMA_NO_NODE to create map (Gregory Bell) [RHEL-78202]
205+
- selftests/bpf: Define SYS_PREFIX for powerpc (Gregory Bell) [RHEL-78202]
206+
- bpftool: Using the right format specifiers (Gregory Bell) [RHEL-78202]
207+
- bpf: define KF_ARENA_* flags for bpf_arena kfuncs (Gregory Bell) [RHEL-78202]
208+
- selftests/bpf: Correct the check of join cgroup (Gregory Bell) [RHEL-78202]
209+
- bpf: Add comment about helper freeze (Gregory Bell) [RHEL-78202]
210+
- selftests/bpf: Support dynamically linking LLVM if static is not available (Gregory Bell) [RHEL-78202]
211+
- selftests/bpf: Add a BTF verification test for kflagged type_tag (Gregory Bell) [RHEL-78202]
212+
- bpf: Allow kind_flag for BTF type and decl tags (Gregory Bell) [RHEL-78202]
213+
- selftests/bpf: Add a btf_dump test for type_tags (Gregory Bell) [RHEL-78202]
214+
- libbpf: Check the kflag of type tags in btf_dump (Gregory Bell) [RHEL-78202]
215+
- docs/bpf: Document the semantics of BTF tags with kind_flag (Gregory Bell) [RHEL-78202]
216+
- libbpf: Introduce kflag for type_tags and decl_tags in BTF (Gregory Bell) [RHEL-78202]
217+
- bpftool: Fix readlink usage in get_fd_type (Gregory Bell) [RHEL-78202]
218+
- bpf: Use kallsyms to find the function name of a struct_ops's stub function (Gregory Bell) [RHEL-78202]
219+
- redhat/configs: automotive: Disable CONFIG_USERFAULTFD config (Dorinda Bassey) [RHEL-87371]
220+
- tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg (CKI Backport Bot) [RHEL-79008] {CVE-2024-56633}
221+
Resolves: RHEL-100715, RHEL-104682, RHEL-111892, RHEL-113184, RHEL-115521, RHEL-115594, RHEL-78202, RHEL-79008, RHEL-87371
222+
1223
* Mon Oct 06 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-138.el10]
2224
- cxl/Documentation: Remove 'mixed' from sysfs mode doc (John W. Linville) [RHEL-107284]
3225
- cxl: mce: fix typo "notifer" (John W. Linville) [RHEL-107284]

0 commit comments

Comments
 (0)