netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/tls: add SM4 algorithm dependency for tls selftests
@ 2021-10-18  6:42 Tianjia Zhang
  2021-10-18 13:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Tianjia Zhang @ 2021-10-18  6:42 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Shuah Khan, Boris Pismenny,
	John Fastabend, Daniel Borkmann, netdev, linux-kselftest,
	linux-kernel, Hangbin Liu, kernel test robot, Philip Li
  Cc: Tianjia Zhang

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(+)

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
-- 
2.19.1.3.ge56e4f7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests/tls: add SM4 algorithm dependency for tls selftests
  2021-10-18  6:42 [PATCH] selftests/tls: add SM4 algorithm dependency for tls selftests Tianjia Zhang
@ 2021-10-18 13:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-10-18 13:00 UTC (permalink / raw)
  To: Tianjia Zhang
  Cc: davem, kuba, shuah, borisp, john.fastabend, daniel, netdev,
	linux-kselftest, linux-kernel, liuhangbin, oliver.sang, philip.li

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-18 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-18  6:42 [PATCH] selftests/tls: add SM4 algorithm dependency for tls selftests Tianjia Zhang
2021-10-18 13:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).