mirror of
https://github.com/torvalds/linux.git
synced 2026-05-17 11:08:02 +02:00
API:
- Remove physical address skcipher walking.
- Fix boot-up self-test race.
Algorithms:
- Optimisations for x86/aes-gcm.
- Optimisations for x86/aes-xts.
- Remove VMAC.
- Remove keywrap.
Drivers:
- Remove n2.
Others:
- Fixes for padata UAF.
- Fix potential rhashtable deadlock by moving schedule_work outside lock.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEn51F/lCuNhUwmDeSxycdCkmxi6cFAmeSIvwACgkQxycdCkmx
i6dkYw//bJ6OxIXdtsDWVtJF4GnfxLYSU33GGGMWrbwxS/EihL12rkB3JPw2avJb
oFBP8rWl5Qv9tDF2gjn6TyBaydVnKMA9nUbsqKN6m/DZ/RcCpHigQ21HVzny3bhw
rHsZcWoy14TXMuni1DhLnYPftbF+7qZ/pdT5WYr4MEchQhzQc6XWaS2T5by16bjn
HHsPHNZj+kFDf4kKYab3jmnly8Qo0wpTMvuX1tsiUqt7YABcg3dobIisMPatxg8A
CIgdBZJRivC55Cqm4JT7P+y63PsJVGCyoLXOAGoZN5CLwdTSGND12DJ1awEcOswc
7fMlCk0gDrhniUTUzP8VsP8EUCezIIpaIfne9v/0OERo6DbiuX+NeEwxWJNdIHeS
vZocY5a6hS84iBdsuPrUaPqZI6oUSYFIwKPJUwbyaY4j1cfowHz8zbgmmPO5TUV7
NAI7/QpoMA3GNWn3p+64eeXekT2DcU5o3i14dbJ31FQhlFbzVWA7/2Z5ydu18Fex
ntTEplPCzYrsqwuxmFDb/3dsk3Z98RquZZJzIKAXKSXTNBOYJaFOCTyugdkn18Nq
p6dJNXEvl6lnjylgILa0ltv6TI8h7IRpuqi+FAqExOXR3H3gelVXUjMXnC0fmjrd
+ARAzq223xPWwsKEd00Rb3FEoq0XyChvxh4n3BqM4XhSenWggOc=
=/75o
-----END PGP SIGNATURE-----
Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu:
"API:
- Remove physical address skcipher walking
- Fix boot-up self-test race
Algorithms:
- Optimisations for x86/aes-gcm
- Optimisations for x86/aes-xts
- Remove VMAC
- Remove keywrap
Drivers:
- Remove n2
Others:
- Fixes for padata UAF
- Fix potential rhashtable deadlock by moving schedule_work outside
lock"
* tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (75 commits)
rhashtable: Fix rhashtable_try_insert test
dt-bindings: crypto: qcom,inline-crypto-engine: Document the SM8750 ICE
dt-bindings: crypto: qcom,prng: Document SM8750 RNG
dt-bindings: crypto: qcom-qce: Document the SM8750 crypto engine
crypto: asymmetric_keys - Remove unused key_being_used_for[]
padata: avoid UAF for reorder_work
padata: fix UAF in padata_reorder
padata: add pd get/put refcnt helper
crypto: skcipher - call cond_resched() directly
crypto: skcipher - optimize initializing skcipher_walk fields
crypto: skcipher - clean up initialization of skcipher_walk::flags
crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()
crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW
crypto: skcipher - remove redundant clamping to page size
crypto: skcipher - remove unnecessary page alignment of bounce buffer
crypto: skcipher - document skcipher_walk_done() and rename some vars
crypto: omap - switch from scatter_walk to plain offset
crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data
crypto: bcm - Drop unused setting of local 'ptr' variable
crypto: hisilicon/qm - support new function communication
...
|
||
|---|---|---|
| .. | ||
| generic | ||
| ath25_defconfig | ||
| ath79_defconfig | ||
| bcm47xx_defconfig | ||
| bcm63xx_defconfig | ||
| bigsur_defconfig | ||
| bmips_be_defconfig | ||
| bmips_stb_defconfig | ||
| cavium_octeon_defconfig | ||
| ci20_defconfig | ||
| cobalt_defconfig | ||
| cu1000-neo_defconfig | ||
| cu1830-neo_defconfig | ||
| db1xxx_defconfig | ||
| decstation_64_defconfig | ||
| decstation_defconfig | ||
| decstation_r4k_defconfig | ||
| eyeq5_defconfig | ||
| eyeq6_defconfig | ||
| fuloong2e_defconfig | ||
| gcw0_defconfig | ||
| generic_defconfig | ||
| gpr_defconfig | ||
| ip22_defconfig | ||
| ip27_defconfig | ||
| ip28_defconfig | ||
| ip30_defconfig | ||
| ip32_defconfig | ||
| jazz_defconfig | ||
| lemote2f_defconfig | ||
| loongson1b_defconfig | ||
| loongson1c_defconfig | ||
| loongson2k_defconfig | ||
| loongson3_defconfig | ||
| malta_defconfig | ||
| malta_kvm_defconfig | ||
| malta_qemu_32r6_defconfig | ||
| maltaaprp_defconfig | ||
| maltasmvp_defconfig | ||
| maltasmvp_eva_defconfig | ||
| maltaup_defconfig | ||
| maltaup_xpa_defconfig | ||
| mtx1_defconfig | ||
| omega2p_defconfig | ||
| pic32mzda_defconfig | ||
| qi_lb60_defconfig | ||
| rb532_defconfig | ||
| rbtx49xx_defconfig | ||
| rm200_defconfig | ||
| rs90_defconfig | ||
| rt305x_defconfig | ||
| sb1250_swarm_defconfig | ||
| vocore2_defconfig | ||
| xway_defconfig | ||