[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e90e0d6e-b4e5-b708-a431-cec27379bf51@infradead.org>
Date: Mon, 18 Jul 2022 10:49:07 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Herbert Xu <herbert@...dor.apana.org.au>,
Eric Biggers <ebiggers@...nel.org>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, Jason@...c4.com
Subject: Re: [PATCH 0/2] crypto: make the sha1 library optional
On 7/15/22 01:50, Herbert Xu wrote:
> Eric Biggers <ebiggers@...nel.org> wrote:
>> This series makes it possible to build the kernel without SHA-1 support,
>> although for now this is only possible in minimal configurations, due to
>> the uses of SHA-1 in the networking subsystem.
>>
>> Eric Biggers (2):
>> crypto: move lib/sha1.c into lib/crypto/
>> crypto: make the sha1 library optional
>>
>> crypto/Kconfig | 1 +
>> init/Kconfig | 1 +
>> lib/Makefile | 2 +-
>> lib/crypto/Kconfig | 3 +++
>> lib/crypto/Makefile | 3 +++
>> lib/{ => crypto}/sha1.c | 0
>> net/ipv6/Kconfig | 1 +
>> 7 files changed, 10 insertions(+), 1 deletion(-)
>> rename lib/{ => crypto}/sha1.c (100%)
>>
>>
>> base-commit: 79e6e2f3f3ff345947075341781e900e4f70db81
>
> All applied. Thanks.
Eric,
linux-next-20220718 has a build error:
ERROR: modpost: missing MODULE_LICENSE() in lib/crypto/libsha1.o
--
~Randy
Powered by blists - more mailing lists