From mboxrd@z Thu Jan 1 00:00:00 1970 From: Coly Li Subject: Re: [PATCH 1/4] lib/crc64: add crc64 option to lib/Kconfig Date: Tue, 17 Jul 2018 11:16:06 +0800 Message-ID: References: <20180716165507.23100-1-colyli@suse.de> <20180716165507.23100-2-colyli@suse.de> <9a57ba5a-ec33-b275-43f8-1fa103966d1d@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9a57ba5a-ec33-b275-43f8-1fa103966d1d@infradead.org> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: linux-bcache@vger.kernel.org, linux-block@vger.kernel.org, Andy Shevchenko , Greg Kroah-Hartman , "Luis R . Rodriguez" , Linus Torvalds , Thomas Gleixner , Kate Stewart List-Id: linux-bcache@vger.kernel.org On 2018/7/17 1:48 AM, Randy Dunlap wrote: > On 07/16/2018 09:55 AM, Coly Li wrote: >> From: Andy Shevchenko >> >> This patch adds crc64 option entry in lib/Kconfig. This patch is part of >> a patch originally written by Andy Shevchenko, Coly Li cherry-picks it >> and compose the commit log for a re-written crc64 source code. >> >> Signed-off-by: Andy Shevchenko >> Signed-off-by: Coly Li >> Cc: Greg Kroah-Hartman >> Cc: Luis R. Rodriguez >> Cc: Linus Torvalds >> Cc: Thomas Gleixner >> Cc: Kate Stewart >> --- >> lib/Kconfig | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/lib/Kconfig b/lib/Kconfig >> index 706836ec314d..4059df9ec4c7 100644 >> --- a/lib/Kconfig >> +++ b/lib/Kconfig >> @@ -170,6 +170,14 @@ config CRC32_BIT >> >> endchoice >> >> +config CRC64 >> + tristate "CRC64 functions" >> + help >> + This option is provided for the case where no in-kernel-tree >> + modules require CRC64 functions, but a module built outside >> + the kernel tree does. Such modules that use library CRC64 >> + functions require M he > Hi Randy, > eh? missing something here. > Fix it in v2 series. Thanks. Coly Li