On Thu, Dec 31, 2020 at 06:23:36PM +0100, Ard Biesheuvel wrote: > All dependencies on the x86 glue helper module have been replaced by > local instantiations of the new ECB/CBC preprocessor helper macros, so > the glue helper module can be retired. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/x86/crypto/Makefile | 2 - > arch/x86/crypto/glue_helper.c | 155 -------------------- > arch/x86/include/asm/crypto/glue_helper.h | 74 ---------- > crypto/Kconfig | 5 - > crypto/skcipher.c | 6 - > include/crypto/internal/skcipher.h | 1 - > 6 files changed, 243 deletions(-) Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>