[PATCH 0/3] crypto: x86/ghash cleanups

Eric Biggers posted 3 patches 2 years, 9 months ago
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(-)
[PATCH 0/3] crypto: x86/ghash cleanups
Posted by Eric Biggers 2 years, 9 months ago
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
Re: [PATCH 0/3] crypto: x86/ghash cleanups
Posted by Herbert Xu 2 years, 8 months ago
On Mon, Dec 19, 2022 at 09:40:39PM -0800, Eric Biggers wrote:
> 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

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Re: [PATCH 0/3] crypto: x86/ghash cleanups
Posted by Peter Zijlstra 2 years, 9 months ago
On Mon, Dec 19, 2022 at 09:40:39PM -0800, Eric Biggers wrote:
> 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(-)

Thanks! Lemme go rebase on top of this.