Hi, On 10/18/19 2:43 AM, glider@xxxxxxxxxx wrote: > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > index 6d2b0fb3a871..dfec655d1a7a 100644 > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -272,6 +272,11 @@ config GENERIC_ISA_DMA > def_bool y > depends on ISA_DMA_API > > +config GENERIC_CSUM > + bool > + default y if KMSAN || KASAN > + default n Drop the "default n". It's already the default default and we prefer not to repeat the default default. > + > config GENERIC_BUG > def_bool y > depends on BUG ta. -- ~Randy