Netdev List
 help / color / mirror / Atom feed
* [PATCH] selftests: net: Adding config fragment CONFIG_CGROUP_BPF=y
@ 2017-12-07 19:23 Naresh Kamboju
  2017-12-08 16:29 ` Daniel Borkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2017-12-07 19:23 UTC (permalink / raw)
  To: netdev; +Cc: shuahkh, guro, shuah, linux-kselftest

CONFIG_CGROUP_BPF=y is required for test_dev_cgroup test case.

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
---
 tools/testing/selftests/net/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config
index e57b4ac..02301c6 100644
--- a/tools/testing/selftests/net/config
+++ b/tools/testing/selftests/net/config
@@ -1,3 +1,4 @@
 CONFIG_USER_NS=y
 CONFIG_BPF_SYSCALL=y
 CONFIG_TEST_BPF=m
+CONFIG_CGROUP_BPF=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-08 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 19:23 [PATCH] selftests: net: Adding config fragment CONFIG_CGROUP_BPF=y Naresh Kamboju
2017-12-08 16:29 ` Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox