Skip to content

Commit 41ee014

Browse files
alan-maguireAlexei Starovoitov
authored andcommitted
bpf: sync tools/ uapi header with
Seeing the following: Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version at 'include/uapi/linux/bpf.h' ...so sync tools version missing some list_node/rb_tree fields. Fixes: c3c510c ("bpf: Add 'owner' field to bpf_{list,rb}_node") Signed-off-by: Alan Maguire <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 24cc756 commit 41ee014

File tree

1 file changed

+2
-0
lines changed
  • tools/include/uapi/linux

1 file changed

+2
-0
lines changed

tools/include/uapi/linux/bpf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7098,6 +7098,7 @@ struct bpf_list_head {
70987098
struct bpf_list_node {
70997099
__u64 :64;
71007100
__u64 :64;
7101+
__u64 :64;
71017102
} __attribute__((aligned(8)));
71027103

71037104
struct bpf_rb_root {
@@ -7109,6 +7110,7 @@ struct bpf_rb_node {
71097110
__u64 :64;
71107111
__u64 :64;
71117112
__u64 :64;
7113+
__u64 :64;
71127114
} __attribute__((aligned(8)));
71137115

71147116
struct bpf_refcount {

0 commit comments

Comments
 (0)