]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Apr 2022 18:03:11 +0000 (20:03 +0200)
commitf9dabacee7c20fa6e44a9786eefa291d9d9a4e4d
treed0b1175bd1a77deb881a1f642accd4ad6d8d80c4
parent1b3fa9a3c420c31e77b406ddc28f3a627100516c
selftests: net: Add tls config dependency for tls selftests

[ 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>
tools/testing/selftests/net/config