Commit 51914230 authored by Pu Lehui's avatar Pu Lehui
Browse files

bpf: Add kabi reserve padding for uapi struct bpf_link_info

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/IBC248



--------------------------------

Add kabi reserve padding for uapi struct bpf_link_info

Signed-off-by: default avatarPu Lehui <pulehui@huawei.com>
parent 46064348
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -6573,6 +6573,15 @@ struct bpf_link_info {
					__u64 config;
					__u32 type;
				} event; /* BPF_PERF_EVENT_EVENT */
				struct {
					__u64:64;
					__u32:32;
					__u32:32;
					__u64:64;
					__u64:64;
					__u64:64;
					__u64:64;
				} kabi_reserve;
			};
		} perf_event;
		struct {
+9 −0
Original line number Diff line number Diff line
@@ -6576,6 +6576,15 @@ struct bpf_link_info {
					__u64 config;
					__u32 type;
				} event; /* BPF_PERF_EVENT_EVENT */
				struct {
					__u64:64;
					__u32:32;
					__u32:32;
					__u64:64;
					__u64:64;
					__u64:64;
					__u64:64;
				} kabi_reserve;
			};
		} perf_event;
		struct {