hulk inclusion category: bugfix bugzilla: https://atomgit.com/openeuler/kernel/issues/8335 -------------------------------- Fix kabi-breakage by using KABI_BROKEN_INSERT. Fixes: 0d52d64ea93d ("bpf: add btf pointer to struct bpf_ctx_arg_aux.") Signed-off-by: Luo Gengkun <luogengkun2@huawei.com> --- include/linux/bpf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 686bbba17fac..8a8fa5f721fe 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -1488,8 +1488,8 @@ struct bpf_jit_poke_descriptor { struct bpf_ctx_arg_aux { u32 offset; enum bpf_reg_type reg_type; - struct btf *btf; u32 btf_id; + KABI_BROKEN_INSERT(struct btf *btf) }; struct btf_mod_pair { -- 2.34.1