+5
−1
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IAYQOP CVE: CVE-2024-49861 -------------------------------- enum bpf_type_flag and bpf_arg_type are used only in kernel let's fix this kabi breakage by adding KABI_BROKEN_INSERT_ENUM and KABI_BROKEN_INSERT_ENUM macro. Fixes: 96976a741cd9 ("bpf: Fix helper writes to read-only maps") Signed-off-by:Xiaomeng Zhang <zhangxiaomeng13@huawei.com>