Message ID | 61dddebc4d2dd98fe7fb145e24d4b2430e42b572.1681312386.git.lucien.xin@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3a0385be133e7091cc9a9a998c7ec712bb9585db |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] selftests: add the missing CONFIG_IP_SCTP in net config | expand |
On 4/12/2023 10:13 AM, Xin Long wrote: > The selftest sctp_vrf needs CONFIG_IP_SCTP set in config > when building the kernel, so add it. > > Fixes: a61bd7b9fef3 ("selftests: add a selftest for sctp vrf") > Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> > Signed-off-by: Xin Long <lucien.xin@gmail.com> Reviewed-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 12 Apr 2023 11:13:06 -0400 you wrote: > The selftest sctp_vrf needs CONFIG_IP_SCTP set in config > when building the kernel, so add it. > > Fixes: a61bd7b9fef3 ("selftests: add a selftest for sctp vrf") > Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> > Signed-off-by: Xin Long <lucien.xin@gmail.com> > > [...] Here is the summary with links: - [net] selftests: add the missing CONFIG_IP_SCTP in net config https://git.kernel.org/netdev/net/c/3a0385be133e You are awesome, thank you!
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index cc9fd55ab869..2529226ce87c 100644 --- a/tools/testing/selftests/net/config +++ b/tools/testing/selftests/net/config @@ -48,3 +48,4 @@ CONFIG_BAREUDP=m CONFIG_IPV6_IOAM6_LWTUNNEL=y CONFIG_CRYPTO_SM4_GENERIC=y CONFIG_AMT=m +CONFIG_IP_SCTP=m
The selftest sctp_vrf needs CONFIG_IP_SCTP set in config when building the kernel, so add it. Fixes: a61bd7b9fef3 ("selftests: add a selftest for sctp vrf") Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Xin Long <lucien.xin@gmail.com> --- tools/testing/selftests/net/config | 1 + 1 file changed, 1 insertion(+)