+7
−8
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9QG81 CVE: CVE-2024-35860 -------------------------------- After backport LTS commit 777a1adfea1c ("[Backport] bpf: support deferring bpf_link dealloc to after RCU grace period"), `bpf_link` and `bpf_link_ops` structures have changed, causing kabi breakage. Use KABI_REPLACE and KABI_USE to fix kabi breakage in struct `bpf_link` and struct `bpf_link_ops`. Fixes: 1a1260f3db15 ("bpf: support deferring bpf_link dealloc to after RCU grace period") Signed-off-by:Tengda Wu <wutengda2@huawei.com> Signed-off-by:
Pu Lehui <pulehui@huawei.com>