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@xxxxxxxxxxxxx). > > 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.