From: Paolo Abeni Date: Fri, 7 Aug 2020 09:32:04 +0000 (+0200) Subject: selftests: mptcp: fix dependecies X-Git-Tag: v5.9-rc1~36^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=158b47a65aa6b1e70424c3c9c0eda8577b831ea8;p=thirdparty%2Fkernel%2Flinux.git selftests: mptcp: fix dependecies Since commit df62f2ec3df6 ("selftests/mptcp: add diag interface tests") the MPTCP selftests relies on the MPTCP diag interface which is enabled by a specific kconfig knob: be sure to include it. Fixes: df62f2ec3df6 ("selftests/mptcp: add diag interface tests") Signed-off-by: Paolo Abeni Reviewed-by: Matthieu Baerts Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/net/mptcp/config b/tools/testing/selftests/net/mptcp/config index 2499824d9e1cf..8df5cb8f71ff9 100644 --- a/tools/testing/selftests/net/mptcp/config +++ b/tools/testing/selftests/net/mptcp/config @@ -1,4 +1,6 @@ CONFIG_MPTCP=y CONFIG_MPTCP_IPV6=y +CONFIG_INET_DIAG=m +CONFIG_INET_MPTCP_DIAG=m CONFIG_VETH=y CONFIG_NET_SCH_NETEM=m