Linus Torvalds
3604a7f568
This update includes the following changes:
...
API:
- Feed untrusted RNGs into /dev/random.
- Allow HWRNG sleeping to be more interruptible.
- Create lib/utils module.
- Setting private keys no longer required for akcipher.
- Remove tcrypt mode=1000.
- Reorganised Kconfig entries.
Algorithms:
- Load x86/sha512 based on CPU features.
- Add AES-NI/AVX/x86_64/GFNI assembler implementation of aria cipher.
Drivers:
- Add HACE crypto driver aspeed.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEn51F/lCuNhUwmDeSxycdCkmxi6cFAmM785cACgkQxycdCkmx
i6dveBAAmGVYtrPmcGfA6CmzZ8ps9KdZxhjHjzLKwuqrOMulZvE2IYeUV4QtNqpQ
6NLY2+TkqL0XIbCXoByIk32lMYIlXBaJdMYdHHDTeo7E2wqZn/46SPSWeNKazyJx
dkL8Oj62nqDc2s0LOi3vLvod+sENFQ69R+vkHOa0fZhX0UBsac3NIXo+74Y2A7bE
0+iQFKTWdNnoQzQ0j4q8WMiolKYh21iPZ9l5sjgMgichLCaE6PrITlRcaWrtPhey
U1OmJtbTPsg+5X1r9KyLtoAXtBDONl66GQyne+p/ZYD8cMhxomjJaPlMhwWE/n4d
d2KJKvoXoPPo4c+yNIS9hBav07ZriPl0q0jd2M1rd6oYTmFpaodTgIBfjvxO+wfV
GoqDS8PEc42U1uwkuKC/cvfr6pB8WiybfXy+vSXBm/jUgIOO3y+eqsC8Jx9ZoQeG
F+d34PYfJrJbmDRtcA6ZKdzN0OmKq7aCilx1kGKGPg0D+uq64FBo7zsT6XzTK8HL
2Za9AACPn87xLQwGrKDSBfyrlSSIJm2FaIIPayUXHEo7cyoiZwbTpXRRJ1mDR+v9
jzI+xPEXCthtjysuRmufNhTkiZUv3lZ8ORfQ0QFKR53tjZUm+dVQo0V/N/ZSXoSV
SyRvXYO+ToXePAofNWl1LcO1grX/vxtFNedMkDLHXooRcnCaIYo=
=rq2f
-----END PGP SIGNATURE-----
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu:
"API:
- Feed untrusted RNGs into /dev/random
- Allow HWRNG sleeping to be more interruptible
- Create lib/utils module
- Setting private keys no longer required for akcipher
- Remove tcrypt mode=1000
- Reorganised Kconfig entries
Algorithms:
- Load x86/sha512 based on CPU features
- Add AES-NI/AVX/x86_64/GFNI assembler implementation of aria cipher
Drivers:
- Add HACE crypto driver aspeed"
* tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (124 commits)
crypto: aspeed - Remove redundant dev_err call
crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()
crypto: aead - Remove unused inline functions from aead
crypto: bcm - Simplify obtain the name for cipher
crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()
hwrng: core - start hwrng kthread also for untrusted sources
crypto: zip - remove the unneeded result variable
crypto: qat - add limit to linked list parsing
crypto: octeontx2 - Remove the unneeded result variable
crypto: ccp - Remove the unneeded result variable
crypto: aspeed - Fix check for platform_get_irq() errors
crypto: virtio - fix memory-leak
crypto: cavium - prevent integer overflow loading firmware
crypto: marvell/octeontx - prevent integer overflows
crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabled
crypto: hisilicon/qm - fix the qos value initialization
crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfs
crypto: tcrypt - add async speed test for aria cipher
crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of aria cipher
crypto: aria - prepare generic module for optimized implementations
...
2022-10-10 13:04:25 -07:00
..
2022-09-24 16:14:44 +08:00
2022-07-08 15:21:16 +08:00
2022-08-26 18:50:40 +08:00
2022-09-30 13:59:13 +08:00
2022-09-24 16:14:43 +08:00
2022-09-30 13:59:13 +08:00
2022-07-15 16:43:21 +08:00
2022-09-30 13:57:50 +08:00
2022-09-30 13:57:50 +08:00
2022-08-26 18:50:40 +08:00
2021-10-18 12:28:53 -07:00
2022-09-02 18:15:53 +08:00
2022-09-24 16:14:44 +08:00
2022-09-24 16:14:43 +08:00
2022-08-19 18:39:36 +08:00
2022-09-30 13:59:13 +08:00
2022-09-09 16:18:33 +08:00
2022-09-30 13:57:50 +08:00
2022-08-26 18:50:39 +08:00
2022-02-18 16:21:10 +11:00
2022-03-25 16:21:05 +12:00
2022-06-30 15:56:57 +08:00
2022-09-30 13:57:49 +08:00
2022-07-08 15:21:15 +08:00
2022-03-09 15:12:31 +12:00
2022-07-15 16:43:20 +08:00
2020-11-20 14:45:33 +11:00
2022-08-16 12:46:26 +02:00
2022-05-06 18:16:55 +08:00
2022-05-06 18:16:55 +08:00
2022-08-16 12:46:26 +02:00
2022-07-15 16:43:22 +08:00
2022-07-15 16:43:22 +08:00
2021-04-16 21:16:31 +10:00
2020-10-02 18:02:15 +10:00
2021-09-17 11:06:14 +08:00
2022-02-12 18:20:04 +01:00
2022-08-26 18:50:41 +08:00
2022-08-26 18:50:37 +08:00
2022-01-31 11:21:46 +11:00
2022-09-02 18:37:23 +08:00
2022-07-15 16:43:21 +08:00
2020-07-16 21:49:02 +10:00
2021-08-21 15:44:53 +08:00
2022-07-15 16:43:21 +08:00
2022-07-15 16:43:21 +08:00
2020-08-20 14:04:28 +10:00
2020-11-20 14:45:33 +11:00
2022-08-19 18:39:35 +08:00
2022-07-15 16:43:21 +08:00
2022-07-15 16:43:22 +08:00
2022-07-15 16:43:22 +08:00
2022-08-26 18:50:39 +08:00
2022-05-13 17:24:49 +08:00
2021-01-29 15:57:58 +11:00