* [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
* Re: [PATCH] selftests: net: Adding config fragment CONFIG_CGROUP_BPF=y
2017-12-07 19:23 [PATCH] selftests: net: Adding config fragment CONFIG_CGROUP_BPF=y Naresh Kamboju
@ 2017-12-08 16:29 ` Daniel Borkmann
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2017-12-08 16:29 UTC (permalink / raw)
To: Naresh Kamboju, netdev; +Cc: shuahkh, guro, shuah, linux-kselftest
On 12/07/2017 08:23 PM, Naresh Kamboju wrote:
> 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 +
Did you mean to add this to tools/testing/selftests/bpf/config instead?
test_dev_cgroup is under bpf selftests. Please respin for the correct
test suite.
> 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
>
^ permalink raw reply [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