From f70031c81c98bbf32e08a11c2d879ff8236398bc Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Apr 20 2023 11:00:38 +0000 Subject: selftests: add the missing CONFIG_IP_SCTP in net config (bsc#1012628). --- diff --git a/patches.kernel.org/6.2.12-072-selftests-add-the-missing-CONFIG_IP_SCTP-in-ne.patch b/patches.kernel.org/6.2.12-072-selftests-add-the-missing-CONFIG_IP_SCTP-in-ne.patch new file mode 100644 index 0000000..0ca22c2 --- /dev/null +++ b/patches.kernel.org/6.2.12-072-selftests-add-the-missing-CONFIG_IP_SCTP-in-ne.patch @@ -0,0 +1,36 @@ +From: Xin Long +Date: Wed, 12 Apr 2023 11:13:06 -0400 +Subject: [PATCH] selftests: add the missing CONFIG_IP_SCTP in net config +References: bsc#1012628 +Patch-mainline: 6.2.12 +Git-commit: 3a0385be133e7091cc9a9a998c7ec712bb9585db + +[ Upstream commit 3a0385be133e7091cc9a9a998c7ec712bb9585db ] + +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 +Signed-off-by: Xin Long +Reviewed-by: Sridhar Samudrala +Link: https://lore.kernel.org/r/61dddebc4d2dd98fe7fb145e24d4b2430e42b572.1681312386.git.lucien.xin@gmail.com +Signed-off-by: Jakub Kicinski +Signed-off-by: Sasha Levin +Signed-off-by: Jiri Slaby +--- + 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 bd89198c..84833cb4 100644 +--- a/tools/testing/selftests/net/config ++++ b/tools/testing/selftests/net/config +@@ -45,3 +45,4 @@ CONFIG_BAREUDP=m + CONFIG_IPV6_IOAM6_LWTUNNEL=y + CONFIG_CRYPTO_SM4_GENERIC=y + CONFIG_AMT=m ++CONFIG_IP_SCTP=m +-- +2.35.3 + diff --git a/series.conf b/series.conf index 107300d..807f97f 100644 --- a/series.conf +++ b/series.conf @@ -2299,6 +2299,7 @@ patches.kernel.org/6.2.12-069-RDMA-core-Fix-GID-entry-ref-leak-when-create_a.patch patches.kernel.org/6.2.12-070-selftests-openvswitch-adjust-datapath-NL-messa.patch patches.kernel.org/6.2.12-071-udp6-fix-potential-access-to-stale-information.patch + patches.kernel.org/6.2.12-072-selftests-add-the-missing-CONFIG_IP_SCTP-in-ne.patch ######################################################## # Build fixes that apply to the vanilla kernel too.