diff mbox series

selftests/tls: add SM4 algorithm dependency for tls selftests

Message ID 20211018064201.75308-1-tianjia.zhang@linux.alibaba.com (mailing list archive)
State Accepted
Commit d49fe5e8151711ed5276f049bc7f73e02dc141f8
Headers show
Series selftests/tls: add SM4 algorithm dependency for tls selftests | expand

Commit Message

tianjia.zhang Oct. 18, 2021, 6:42 a.m. UTC
Kernel TLS test has added SM4 GCM/CCM algorithm support, but SM4
algorithm is not compiled by default, this patch add SM4 config
dependency.

Reported-by: Hangbin Liu <liuhangbin@gmail.com>
Reported-by: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
---
 tools/testing/selftests/net/config | 1 +
 1 file changed, 1 insertion(+)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 18, 2021, 1 p.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 18 Oct 2021 14:42:01 +0800 you wrote:
> Kernel TLS test has added SM4 GCM/CCM algorithm support, but SM4
> algorithm is not compiled by default, this patch add SM4 config
> dependency.
> 
> Reported-by: Hangbin Liu <liuhangbin@gmail.com>
> Reported-by: kernel test robot <oliver.sang@intel.com>
> Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
> 
> [...]

Here is the summary with links:
  - selftests/tls: add SM4 algorithm dependency for tls selftests
    https://git.kernel.org/netdev/net/c/d49fe5e81517

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config
index 21b646d10b88..86ab429fe7f3 100644
--- a/tools/testing/selftests/net/config
+++ b/tools/testing/selftests/net/config
@@ -43,3 +43,4 @@  CONFIG_NET_ACT_TUNNEL_KEY=m
 CONFIG_NET_ACT_MIRRED=m
 CONFIG_BAREUDP=m
 CONFIG_IPV6_IOAM6_LWTUNNEL=y
+CONFIG_CRYPTO_SM4=y