linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: x86/ghash cleanups
@ 2022-12-20  5:40 Eric Biggers
  2022-12-20  5:40 ` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey() Eric Biggers
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Eric Biggers @ 2022-12-20  5:40 UTC (permalink / raw)
  To: linux-crypto
  Cc: Peter Zijlstra, corbet, will, boqun.feng, mark.rutland,
	catalin.marinas, dennis, tj, cl, hca, gor, agordeev, borntraeger,
	svens, Herbert Xu, davem, tglx, mingo, bp, dave.hansen, x86, hpa,
	joro, suravee.suthikulpanit, robin.murphy, dwmw2, baolu.lu,
	Arnd Bergmann, penberg, rientjes, iamjoonsoo.kim, Andrew Morton,
	vbabka, roman.gushchin, 42.hyeyoo, linux-doc, linux-kernel,
	linux-mm, linux-s390, iommu, linux-arch

These patches are a replacement for Peter Zijlstra's patch
"[RFC][PATCH 02/12] crypto/ghash-clmulni: Use (struct) be128"
(https://lore.kernel.org/r/20221219154118.955831880@infradead.org).

Eric Biggers (3):
  crypto: x86/ghash - fix unaligned access in ghash_setkey()
  crypto: x86/ghash - use le128 instead of u128
  crypto: x86/ghash - add comment and fix broken link

 arch/x86/crypto/ghash-clmulni-intel_asm.S  |  6 +--
 arch/x86/crypto/ghash-clmulni-intel_glue.c | 45 +++++++++++++++-------
 2 files changed, 35 insertions(+), 16 deletions(-)


base-commit: 6feb57c2fd7c787aecf2846a535248899e7b70fa
-- 
2.39.0



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

end of thread, other threads:[~2022-12-30 15:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20  5:40 [PATCH 0/3] crypto: x86/ghash cleanups Eric Biggers
2022-12-20  5:40 ` [PATCH 1/3] crypto: x86/ghash - fix unaligned access in ghash_setkey() Eric Biggers
2022-12-20  5:40 ` [PATCH 2/3] crypto: x86/ghash - use le128 instead of u128 Eric Biggers
2022-12-20  5:40 ` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link Eric Biggers
2022-12-20 10:09   ` Peter Zijlstra
2022-12-30  9:16     ` Herbert Xu
2022-12-20 10:06 ` [PATCH 0/3] crypto: x86/ghash cleanups Peter Zijlstra
2022-12-30 15:15 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox