+1
−1
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IAYPJF CVE: CVE-2024-47703 -------------------------------- After backport commit f7d4945550ef ("bpf, lsm: Add check for BPF LSM return value"), `is_retval` field was added to the struct `bpf_insn_access_aux`, resulting in a kabi breakage. Fix this breakage by KABI_FILL_HOLE. Fixes: f7d4945550ef ("bpf, lsm: Add check for BPF LSM return value") Signed-off-by:Tengda Wu <wutengda2@huawei.com>