[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YqML6nrdohsG7gsR@gondor.apana.org.au>
Date: Fri, 10 Jun 2022 17:16:26 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: "Jason A. Donenfeld" <Jason@...c4.com>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
Zheng Bin <zhengbin13@...wei.com>,
Eric Biggers <ebiggers@...nel.org>, stable@...r.kernel.org
Subject: Re: [PATCH crypto] crypto: memneq - move into lib/
On Sat, May 28, 2022 at 12:24:29PM +0200, Jason A. Donenfeld wrote:
> This is used by code that doesn't need CONFIG_CRYPTO, so move this into
> lib/ with a Kconfig option so that it can be selected by whatever needs
> it.
>
> This fixes a linker error Zheng pointed out when
> CRYPTO_MANAGER_DISABLE_TESTS!=y and CRYPTO=m:
>
> lib/crypto/curve25519-selftest.o: In function `curve25519_selftest':
> curve25519-selftest.c:(.init.text+0x60): undefined reference to `__crypto_memneq'
> curve25519-selftest.c:(.init.text+0xec): undefined reference to `__crypto_memneq'
> curve25519-selftest.c:(.init.text+0x114): undefined reference to `__crypto_memneq'
> curve25519-selftest.c:(.init.text+0x154): undefined reference to `__crypto_memneq'
>
> Reported-by: Zheng Bin <zhengbin13@...wei.com>
> Cc: Eric Biggers <ebiggers@...nel.org>
> Cc: stable@...r.kernel.org
> Fixes: aa127963f1ca ("crypto: lib/curve25519 - re-add selftests")
> Signed-off-by: Jason A. Donenfeld <Jason@...c4.com>
> ---
> I'm traveling over the next week, and there are a few ways to skin this
> cat, so if somebody here sees issue, feel free to pick this v1 up and
> fashion a v2 out of it.
>
> crypto/Kconfig | 1 +
> crypto/Makefile | 2 +-
> lib/Kconfig | 3 +++
> lib/Makefile | 1 +
> lib/crypto/Kconfig | 1 +
> {crypto => lib}/memneq.c | 0
> 6 files changed, 7 insertions(+), 1 deletion(-)
> rename {crypto => lib}/memneq.c (100%)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists