Message ID | 20221220054042.188537-1-ebiggers@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | crypto: x86/ghash cleanups | expand |
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.
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.