[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YrMbn54exFHzC2AJ@li-4a3a4a4c-28e5-11b2-a85c-a8d192c6f089.ibm.com>
Date: Wed, 22 Jun 2022 15:39:43 +0200
From: Alexander Gordeev <agordeev@...ux.ibm.com>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: Heiko Carstens <hca@...ux.ibm.com>,
Vasily Gorbik <gor@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ux.ibm.com>,
Sven Schnelle <svens@...ux.ibm.com>,
linux-s390@...r.kernel.org,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Philipp Rudo <prudo@...ux.ibm.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] s390: remove unneeded 'select BUILD_BIN2C'
On Tue, Jun 14, 2022 at 02:09:00AM +0900, Masahiro Yamada wrote:
> Since commit 4c0f032d4963 ("s390/purgatory: Omit use of bin2c"),
> s390 builds the purgatory without using bin2c.
>
> Remove 'select BUILD_BIN2C' to avoid the unneeded build of bin2c.
>
> Fixes: 4c0f032d4963 ("s390/purgatory: Omit use of bin2c")
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
>
> arch/s390/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
> index 91c0b80a8bf0..8cd9e56c629b 100644
> --- a/arch/s390/Kconfig
> +++ b/arch/s390/Kconfig
> @@ -484,7 +484,6 @@ config KEXEC
> config KEXEC_FILE
> bool "kexec file based system call"
> select KEXEC_CORE
> - select BUILD_BIN2C
> depends on CRYPTO
> depends on CRYPTO_SHA256
> depends on CRYPTO_SHA256_S390
Applied, thanks!
> --
> 2.32.0
>
Powered by blists - more mailing lists