[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250422104135.24507Bb1-hca@linux.ibm.com>
Date: Tue, 22 Apr 2025 12:41:35 +0200
From: Heiko Carstens <hca@...ux.ibm.com>
To: Eric Biggers <ebiggers@...nel.org>
Cc: linux-crypto@...r.kernel.org, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mips@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
linux-riscv@...ts.infradead.org, linux-s390@...r.kernel.org,
x86@...nel.org, "Jason A . Donenfeld" <Jason@...c4.com>,
Ard Biesheuvel <ardb@...nel.org>
Subject: Re: [PATCH v2 10/13] crypto: s390 - move library functions to
arch/s390/lib/crypto/
On Sun, Apr 20, 2025 at 12:26:06PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@...gle.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 <ebiggers@...gle.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 <hca@...ux.ibm.com>
Powered by blists - more mailing lists