]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
selftests: net: Add tls config dependency for tls selftests
authorNaresh Kamboju <naresh.kamboju@linaro.org>
Mon, 28 Mar 2022 13:46:50 +0000 (19:16 +0530)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 20 May 2022 12:40:58 +0000 (14:40 +0200)
BugLink: https://bugs.launchpad.net/bugs/1969107
[ Upstream commit d9142e1cf3bbdaf21337767114ecab26fe702d47 ]

selftest net tls test cases need TLS=m without this the test hangs.
Enabling config TLS solves this problem and runs to complete.
  - CONFIG_TLS=m

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 30dd4af48a9e1f863c9f7fc4a3e34ef01ea5810e)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
tools/testing/selftests/net/config

index 86ab429fe7f3bf506cf28c05ec6bec37cc11cdc0..29fadd7512f7ce6cc73b4b5a84de88518a6fb513 100644 (file)
@@ -43,4 +43,5 @@ CONFIG_NET_ACT_TUNNEL_KEY=m
 CONFIG_NET_ACT_MIRRED=m
 CONFIG_BAREUDP=m
 CONFIG_IPV6_IOAM6_LWTUNNEL=y
+CONFIG_TLS=m
 CONFIG_CRYPTO_SM4=y