[PATCH 0/5] crypto: Drop stale usages in various help texts

Geert Uytterhoeven posted 5 patches 1 month, 2 weeks ago
crypto/Kconfig | 9 ---------
1 file changed, 9 deletions(-)
[PATCH 0/5] crypto: Drop stale usages in various help texts
Posted by Geert Uytterhoeven 1 month, 2 weeks ago
	Hi all,

This patch series drops stale references to subsystems that are using
various crypto algoritms.  It was triggered by "make oldconfig" in
v7.0-rc1 showing new prompts about BLAKE2b, SHA-256, xxHash, and CRC32c
algorithms.  When querying these symbols, the corresponding help texts
incorrectly claim they are used by btrfs.

Notw that even if correct, there is no need for such references, as all
users should select the needed symbols anyway.

Geert Uytterhoeven (5):
  crypto: Drop stale CRYPTO_BLAKE2B usage
  crypto: Drop stale CRYPTO_SHA256 usage
  crypto: Drop stale CRYPTO_XXHASH usage
  crypto: Drop stale CRYPTO_CRC32C usage
  crypto: Drop stale CRYPTO_CRC32 usage

 crypto/Kconfig | 9 ---------
 1 file changed, 9 deletions(-)

-- 
2.43.0

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds
Re: [PATCH 0/5] crypto: Drop stale usages in various help texts
Posted by Eric Biggers 1 month, 2 weeks ago
On Thu, Feb 26, 2026 at 03:46:04PM +0100, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> This patch series drops stale references to subsystems that are using
> various crypto algoritms.  It was triggered by "make oldconfig" in
> v7.0-rc1 showing new prompts about BLAKE2b, SHA-256, xxHash, and CRC32c
> algorithms.  When querying these symbols, the corresponding help texts
> incorrectly claim they are used by btrfs.
> 
> Notw that even if correct, there is no need for such references, as all
> users should select the needed symbols anyway.
> 
> Geert Uytterhoeven (5):
>   crypto: Drop stale CRYPTO_BLAKE2B usage
>   crypto: Drop stale CRYPTO_SHA256 usage
>   crypto: Drop stale CRYPTO_XXHASH usage
>   crypto: Drop stale CRYPTO_CRC32C usage
>   crypto: Drop stale CRYPTO_CRC32 usage
> 
>  crypto/Kconfig | 9 ---------
>  1 file changed, 9 deletions(-)

Thanks for cleaning this up!

If there are no objections I'd like take these through libcrypto-fixes,
given that they are related to the library conversions.

- Eric
Re: [PATCH 0/5] crypto: Drop stale usages in various help texts
Posted by Eric Biggers 1 month, 2 weeks ago
On Thu, Feb 26, 2026 at 11:54:40AM -0800, Eric Biggers wrote:
> On Thu, Feb 26, 2026 at 03:46:04PM +0100, Geert Uytterhoeven wrote:
> > 	Hi all,
> > 
> > This patch series drops stale references to subsystems that are using
> > various crypto algoritms.  It was triggered by "make oldconfig" in
> > v7.0-rc1 showing new prompts about BLAKE2b, SHA-256, xxHash, and CRC32c
> > algorithms.  When querying these symbols, the corresponding help texts
> > incorrectly claim they are used by btrfs.
> > 
> > Notw that even if correct, there is no need for such references, as all
> > users should select the needed symbols anyway.
> > 
> > Geert Uytterhoeven (5):
> >   crypto: Drop stale CRYPTO_BLAKE2B usage
> >   crypto: Drop stale CRYPTO_SHA256 usage
> >   crypto: Drop stale CRYPTO_XXHASH usage
> >   crypto: Drop stale CRYPTO_CRC32C usage
> >   crypto: Drop stale CRYPTO_CRC32 usage
> > 
> >  crypto/Kconfig | 9 ---------
> >  1 file changed, 9 deletions(-)
> 
> Thanks for cleaning this up!
> 
> If there are no objections I'd like take these through libcrypto-fixes,
> given that they are related to the library conversions.

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-fixes

I adjusted the commit titles to make it clear that the changes are to
the help text, not e.g. to selections of the symbols.

    crypto: Clean up help text for CRYPTO_CRC32

- Eric
Re: [PATCH 0/5] crypto: Drop stale usages in various help texts
Posted by Geert Uytterhoeven 1 month, 2 weeks ago
Hi Eric,

On Tue, 3 Mar 2026 at 00:42, Eric Biggers <ebiggers@kernel.org> wrote:
> On Thu, Feb 26, 2026 at 11:54:40AM -0800, Eric Biggers wrote:
> > On Thu, Feb 26, 2026 at 03:46:04PM +0100, Geert Uytterhoeven wrote:
> > > This patch series drops stale references to subsystems that are using
> > > various crypto algoritms.  It was triggered by "make oldconfig" in
> > > v7.0-rc1 showing new prompts about BLAKE2b, SHA-256, xxHash, and CRC32c
> > > algorithms.  When querying these symbols, the corresponding help texts
> > > incorrectly claim they are used by btrfs.
> > >
> > > Notw that even if correct, there is no need for such references, as all
> > > users should select the needed symbols anyway.
> > >
> > > Geert Uytterhoeven (5):
> > >   crypto: Drop stale CRYPTO_BLAKE2B usage
> > >   crypto: Drop stale CRYPTO_SHA256 usage
> > >   crypto: Drop stale CRYPTO_XXHASH usage
> > >   crypto: Drop stale CRYPTO_CRC32C usage
> > >   crypto: Drop stale CRYPTO_CRC32 usage
> > >
> > >  crypto/Kconfig | 9 ---------
> > >  1 file changed, 9 deletions(-)
> >
> > Thanks for cleaning this up!
> >
> > If there are no objections I'd like take these through libcrypto-fixes,
> > given that they are related to the library conversions.
>
> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-fixes
>
> I adjusted the commit titles to make it clear that the changes are to
> the help text, not e.g. to selections of the symbols.
>
>     crypto: Clean up help text for CRYPTO_CRC32

Thank you!

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds