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:
97c5058
)
selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=y
author
Naresh Kamboju
<naresh.kamboju@linaro.org>
Mon, 11 Dec 2017 19:25:23 +0000
(
00:55
+0530)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Tue, 12 Dec 2017 01:32:45 +0000
(
02:32
+0100)
CONFIG_CGROUP_BPF=y is required for test_dev_cgroup test case.
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/config
b/tools/testing/selftests/bpf/config
index 52d53ed087690e2b44b154bc6724390a9dc57ccc..9d4897317c775b4c6a153918af53d593660e95e4 100644
(file)
--- a/
tools/testing/selftests/bpf/config
+++ b/
tools/testing/selftests/bpf/config
@@
-3,3
+3,4
@@
CONFIG_BPF_SYSCALL=y
CONFIG_NET_CLS_BPF=m
CONFIG_BPF_EVENTS=y
CONFIG_TEST_BPF=m
+CONFIG_CGROUP_BPF=y