From: Dong Chenchen <dongchenchen2@huawei.com> bugzilla: https://atomgit.com/src-openeuler/kernel/issues/16159 CVE: CVE-2026-63830 This patchset fixes CVE-2026-63830 for OLK-5.10. The CVE fixes the sk_msg sg.copy bitmap handling across SG transforms. Eric Dumazet (1): skmsg: convert struct sk_msg_sg::copy to a bitmap Yiming Qian (1): net: skmsg: preserve sg.copy across SG transforms Yuqi Xu (1): bpf: sockmap: fix tail fragment offset in bpf_msg_push_data Zijian Zhang (2): bpf, sockmap: Several fixes to bpf_msg_pop_data bpf, sockmap: Several fixes to bpf_msg_push_data include/linux/skmsg.h | 22 +++++---- net/core/filter.c | 101 ++++++++++++++++++++++++++++++------------ net/core/skmsg.c | 2 + net/tls/tls_sw.c | 4 ++ 4 files changed, 92 insertions(+), 37 deletions(-) -- 2.43.0