diff mbox series

[net] selftests: add the missing CONFIG_IP_SCTP in net config

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

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/fixes_present success Fixes tag present in non-next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 18 this patch: 18
netdev/cc_maintainers warning 2 maintainers not CCed: shuah@kernel.org linux-kselftest@vger.kernel.org
netdev/build_clang success Errors and warnings before: 18 this patch: 18
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 18 this patch: 18
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 4 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Xin Long April 12, 2023, 3:13 p.m. UTC
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(+)

Comments

Samudrala, Sridhar April 12, 2023, 9:19 p.m. UTC | #1
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>
patchwork-bot+netdevbpf@kernel.org April 13, 2023, 5:20 p.m. UTC | #2
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 mbox series

Patch

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