Skip to content

Commit 2bad3d9

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-5.14.0-638.el9
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent 1aae11d commit 2bad3d9

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-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 = 8
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 637
15+
RHEL_RELEASE = 638
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
* Thu Nov 13 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-638.el9]
2+
- cpufreq: powernv: Stop setting common freq attributes (Yunming Yang) [RHEL-121364]
3+
- NFS: remove revoked delegation from server's delegation list (Benjamin Coddington) [RHEL-123617]
4+
- selftests/bpf: Test invalid narrower ctx load (Viktor Malik) [RHEL-110274]
5+
- bpf: Reject narrower access to pointer ctx fields (Viktor Malik) [RHEL-110274]
6+
- libbpf: Fix handling of BPF arena relocations (Viktor Malik) [RHEL-110274]
7+
- s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again (Viktor Malik) [RHEL-110274]
8+
- selftests/bpf: Add negative test cases for snprintf (Viktor Malik) [RHEL-110274]
9+
- bpf: Reject %%p%% format string in bprintf-like helpers (Viktor Malik) [RHEL-110274]
10+
- selftests/bpf: adapt one more case in test_lru_map to the new target_free (Viktor Malik) [RHEL-110274]
11+
- libbpf: Fix possible use-after-free for externs (Viktor Malik) [RHEL-110274]
12+
- libbpf: Fix null pointer dereference in btf_dump__free on allocation failure (Viktor Malik) [RHEL-110274]
13+
- bpf: Adjust free target to avoid global starvation of LRU map (Viktor Malik) [RHEL-110274]
14+
- selftests/bpf: Add tests with stack ptr register in conditional jmp (Viktor Malik) [RHEL-110274]
15+
- bpf: Do not include stack ptr register in precision backtracking bookkeeping (Viktor Malik) [RHEL-110274]
16+
- selftests/bpf: Add unit tests with __bpf_trap() kfunc (Viktor Malik) [RHEL-110274]
17+
- bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable (Viktor Malik) [RHEL-110274]
18+
- libbpf/btf: Fix string handling to support multi-split BTF (Viktor Malik) [RHEL-110274]
19+
- bpf: Pass the same orig_call value to trampoline functions (Viktor Malik) [RHEL-110274]
20+
- s390/bpf: Store backchain even for leaf progs (Viktor Malik) [RHEL-110274]
21+
- libbpf: Check bpf_map_skeleton link for NULL (Viktor Malik) [RHEL-110274]
22+
- bpf: Fix WARN() in get_bpf_raw_tp_regs (Viktor Malik) [RHEL-110274]
23+
- libbpf: Use proper errno value in nlattr (Viktor Malik) [RHEL-110274]
24+
- selftests/bpf: Fix caps for __xlated/jited_unpriv (Viktor Malik) [RHEL-110274]
25+
- bpftool: Fix cgroup command to only show cgroup bpf programs (Viktor Malik) [RHEL-110274]
26+
- bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels (Viktor Malik) [RHEL-110274]
27+
- libbpf: Use proper errno value in linker (Viktor Malik) [RHEL-110274]
28+
- Use thread-safe function pointer in libbpf_print (Viktor Malik) [RHEL-110274]
29+
- bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index (Viktor Malik) [RHEL-110274]
30+
- selftests/bpf: Add test for attaching kprobe with long event names (Viktor Malik) [RHEL-110274]
31+
- selftests/bpf: Add test for attaching uprobe with long event names (Viktor Malik) [RHEL-110274]
32+
- libbpf: Fix event name too long error (Viktor Malik) [RHEL-110274]
33+
- libbpf: Verify section type in btf_find_elf_sections (Viktor Malik) [RHEL-110274]
34+
- libbpf: Fix buffer overflow in bpf_object__init_prog (Viktor Malik) [RHEL-110274]
35+
- selftests/bpf: Add test case for atomic update of fd htab (Viktor Malik) [RHEL-110274]
36+
- bpf: Don't allocate per-cpu extra_elems for fd htab (Viktor Malik) [RHEL-110274]
37+
- bpf: Add is_fd_htab() helper (Viktor Malik) [RHEL-110274]
38+
- bpf: Support atomic update for htab of maps (Viktor Malik) [RHEL-110274]
39+
- bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place (Viktor Malik) [RHEL-110274]
40+
- bpf: Factor out htab_elem_value helper() (Viktor Malik) [RHEL-110274]
41+
- bpf: Bail out early in __htab_map_lookup_and_delete_elem() (Viktor Malik) [RHEL-110274]
42+
- selftests/bpf: Fix bpf_nf selftest failure (Viktor Malik) [RHEL-110274]
43+
- bpf: Check link_create.flags parameter for multi_uprobe (Viktor Malik) [RHEL-110274]
44+
- bpf: Check link_create.flags parameter for multi_kprobe (Viktor Malik) [RHEL-110274]
45+
- mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory (CKI Backport Bot) [RHEL-119153] {CVE-2025-39883}
46+
Resolves: RHEL-110274, RHEL-119153, RHEL-121364, RHEL-123617
47+
148
* Wed Nov 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-637.el9]
249
- net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() (Mete Durlu) [RHEL-99989]
350
- net/smc: fix UAF on smcsk after smc_listen_out() (Mete Durlu) [RHEL-99989]

0 commit comments

Comments
 (0)