Revision 6e439bbd436e39f15abc9587cdd23d56257780cb authored by Linus Torvalds on 29 September 2021, 14:37:46 UTC, committed by Linus Torvalds on 29 September 2021, 14:37:46 UTC
Pull crypto fixes from Herbert Xu:
 "This contains fixes for a resource leak in ccp as well as stack
  corruption in x86/sm4"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: x86/sm4 - Fix frame pointer stack corruption
  crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()
2 parent s a4e6f95 + 0e14ef3
History
File Mode Size
Kconfig -rw-r--r-- 1003 bytes
Makefile -rw-r--r-- 421 bytes
crypto.c -rw-r--r-- 2.4 KB
crypto_test.c -rw-r--r-- 1.7 KB
ctrl.c -rw-r--r-- 4.4 KB
diag.c -rw-r--r-- 3.0 KB
mib.c -rw-r--r-- 3.4 KB
mib.h -rw-r--r-- 3.3 KB
mptcp_diag.c -rw-r--r-- 4.5 KB
options.c -rw-r--r-- 42.0 KB
pm.c -rw-r--r-- 9.4 KB
pm_netlink.c -rw-r--r-- 51.3 KB
protocol.c -rw-r--r-- 89.1 KB
protocol.h -rw-r--r-- 26.5 KB
sockopt.c -rw-r--r-- 19.8 KB
subflow.c -rw-r--r-- 49.7 KB
syncookies.c -rw-r--r-- 4.0 KB
token.c -rw-r--r-- 10.6 KB
token_test.c -rw-r--r-- 3.8 KB

back to top