On Sun, Apr 20, 2025 at 12:26:06PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebigg...@google.com> > > Continue disentangling the crypto library functions from the generic > crypto infrastructure by moving the s390 ChaCha library functions into a > new directory arch/s390/lib/crypto/ that does not depend on CRYPTO. > This mirrors the distinction between crypto/ and lib/crypto/. > > Signed-off-by: Eric Biggers <ebigg...@google.com> > --- > arch/s390/crypto/Kconfig | 6 ------ > arch/s390/crypto/Makefile | 3 --- > arch/s390/lib/Makefile | 1 + > arch/s390/lib/crypto/Kconfig | 7 +++++++ > arch/s390/lib/crypto/Makefile | 4 ++++ > arch/s390/{ => lib}/crypto/chacha-glue.c | 0 > arch/s390/{ => lib}/crypto/chacha-s390.S | 0 > arch/s390/{ => lib}/crypto/chacha-s390.h | 0 > lib/crypto/Kconfig | 3 +++ > 9 files changed, 15 insertions(+), 9 deletions(-) > create mode 100644 arch/s390/lib/crypto/Kconfig > create mode 100644 arch/s390/lib/crypto/Makefile > rename arch/s390/{ => lib}/crypto/chacha-glue.c (100%) > rename arch/s390/{ => lib}/crypto/chacha-s390.S (100%) > rename arch/s390/{ => lib}/crypto/chacha-s390.h (100%)
Acked-by: Heiko Carstens <h...@linux.ibm.com>