From 63fdfba9f727418818136b7e8486f1074a93f8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=98=E6=80=80?= Date: Tue, 10 Feb 2026 13:36:15 +0800 Subject: [PATCH] Revert "deepin: bpf: Fix kabi in bpf_map_owner by using KABI_EXTEND" This reverts commit 3ab9823bda45f4157b4374c5478dc925a2d26ced. --- 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 3805433cbd855..eb8deaed82126 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -276,7 +276,7 @@ struct bpf_map_owner { bool xdp_has_frags; u64 storage_cookie[MAX_BPF_CGROUP_STORAGE_TYPE]; const struct btf_type *attach_func_proto; - DEEPIN_KABI_EXTEND(enum bpf_attach_type expected_attach_type) + enum bpf_attach_type expected_attach_type; }; struct bpf_map {