lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aAMW0dy2GJb7sf2q@gondor.apana.org.au>
Date: Sat, 19 Apr 2025 11:21:53 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Eric Biggers <ebiggers@...nel.org>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] crypto: lib/poly1305 - restore ability to remove modules

Eric Biggers <ebiggers@...nel.org> wrote:
> From: Eric Biggers <ebiggers@...gle.com>
> 
> Though the module_exit functions are now no-ops, they should still be
> defined, since otherwise the modules become unremovable.
> 
> Fixes: 1f81c58279c7 ("crypto: arm/poly1305 - remove redundant shash algorithm")
> Fixes: f4b1a73aec5c ("crypto: arm64/poly1305 - remove redundant shash algorithm")
> Fixes: 378a337ab40f ("crypto: powerpc/poly1305 - implement library instead of shash")
> Fixes: 21969da642a2 ("crypto: x86/poly1305 - remove redundant shash algorithm")
> Signed-off-by: Eric Biggers <ebiggers@...gle.com>
> ---
> arch/arm/crypto/poly1305-glue.c         | 5 +++++
> arch/arm64/crypto/poly1305-glue.c       | 5 +++++
> arch/powerpc/crypto/poly1305-p10-glue.c | 5 +++++
> arch/x86/crypto/poly1305_glue.c         | 5 +++++
> 4 files changed, 20 insertions(+)

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ