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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 17 Aug 2022 19:47:30 -0700
From:   Eric Biggers <ebiggers@...nel.org>
To:     Robert Elliott <elliott@....com>
Cc:     herbert@...dor.apana.org.au, davem@...emloft.net,
        linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 00/10] crypto: Kconfig - simplify menus and help text

On Wed, Aug 17, 2022 at 06:20:47PM -0500, Robert Elliott wrote:
> Improve the "make menuconfig" experience under the
> Cryptographic API page.
> 
> The first of two patch series. This series extracts all the
> architecture-specific entries from
>     crypto/Kconfig
> into
>     arch/*/crypto/Kconfig
> 
> A subsequent series will work on the entry titles and help text.
> 
> Tested by running commands like these for arm, arm64, mips, powerpc,
> sparc, s390, and x86:
>     make ARCH=arm O=build-arm allmodconfig
>     cd build-arm
>     make ARCH=arm menuconfig
>     make ARCH=arm CROSS_COMPILE=arm-linux-gnu- -j 55
> 
> Notes: 
> 1. powerpc doesn't build for reasons unrelated to this series.
> 
> 2. arm (32-bit) requires the fix to the SA2UL driver included
> in this series.
> 
> 3. arm (32-bit) and mips require increasing the following value
> from 1024. That change is not included in the series.
>     CONFIG_FRAME_SIZE=2048
> 
> 
> Robert Elliott (10):
>   crypto: Kconfig - move mips entries to a submenu
>   crypto: Kconfig - move powerpc entries to a submenu
>   crypto: Kconfig - move s390 entries to a submenu
>   crypto: Kconfig - move sparc entries to a submenu
>   crypto: Kconfig - move x86 entries to a submenu
>   crypto: Kconfig - remove AES_ARM64 selection by SA2UL entry
>   crypto: Kconfig - move arm and arm64 menus to Crypto API page
>   crypto: Kconfig - sort the arm64 entries
>   crypto: Kconfig - sort the arm entries
>   crypto: Kconfig - add submenus

What commit does this series apply to?

- Eric

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ