This is a note to let you know that I've just added the patch titled selftests: add the missing CONFIG_IP_SCTP in net config to the 6.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: selftests-add-the-missing-config_ip_sctp-in-net-conf.patch and it can be found in the queue-6.2 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 66df70162618783f1b5098f5e5b5b70870f80ed6 Author: Xin Long <lucien.xin@xxxxxxxxx> Date: Wed Apr 12 11:13:06 2023 -0400 selftests: add the missing CONFIG_IP_SCTP in net config [ 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 <naresh.kamboju@xxxxxxxxxx> Signed-off-by: Xin Long <lucien.xin@xxxxxxxxx> Reviewed-by: Sridhar Samudrala <sridhar.samudrala@xxxxxxxxx> Link: https://lore.kernel.org/r/61dddebc4d2dd98fe7fb145e24d4b2430e42b572.1681312386.git.lucien.xin@xxxxxxxxx Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index bd89198cd8176..84833cb491998 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