projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5950f
)
selftests: add the missing CONFIG_IP_SCTP in net config
author
Xin Long
<lucien.xin@gmail.com>
Wed, 12 Apr 2023 15:13:06 +0000
(11:13 -0400)
committer
Jakub Kicinski
<kuba@kernel.org>
Thu, 13 Apr 2023 17:04:55 +0000
(10:04 -0700)
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>
Link:
https://lore.kernel.org/r/61dddebc4d2dd98fe7fb145e24d4b2430e42b572.1681312386.git.lucien.xin@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/net/config
b/tools/testing/selftests/net/config
index
cc9fd55
..
2529226
100644
(file)
--- 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