projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85fab0
)
tools, bpf: Sync bpf.h uapi header
author
Jiri Olsa
<jolsa@kernel.org>
Wed, 25 Apr 2018 17:41:07 +0000
(19:41 +0200)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Thu, 26 Apr 2018 20:38:38 +0000
(22:38 +0200)
Syncing the bpf.h uapi header with tools.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/include/uapi/linux/bpf.h
patch
|
blob
|
history
diff --git
a/tools/include/uapi/linux/bpf.h
b/tools/include/uapi/linux/bpf.h
index e6679393b6877801651640d66857c4899c41beea..da8801860c7d98f889a96ca1e0421c57c81159b6 100644
(file)
--- a/
tools/include/uapi/linux/bpf.h
+++ b/
tools/include/uapi/linux/bpf.h
@@
-1060,6
+1060,7
@@
struct bpf_prog_info {
__aligned_u64 map_ids;
char name[BPF_OBJ_NAME_LEN];
__u32 ifindex;
+ __u32 gpl_compatible:1;
__u64 netns_dev;
__u64 netns_ino;
} __attribute__((aligned(8)));