https://github.com/torvalds/linux
Revision d49fe5e8151711ed5276f049bc7f73e02dc141f8 authored by Tianjia Zhang on 18 October 2021, 06:42:01 UTC, committed by David S. Miller on 18 October 2021, 12:52:11 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5a20dd4
Raw File
Tip revision: d49fe5e8151711ed5276f049bc7f73e02dc141f8 authored by Tianjia Zhang on 18 October 2021, 06:42:01 UTC
selftests/tls: add SM4 algorithm dependency for tls selftests
Tip revision: d49fe5e
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top