Re: [PATCH -next] x86_64: tidy up KASAN_EXTRA

2019-02-11 Thread Ingo Molnar
* Qian Cai wrote: > The commit 585a4c1f9978 ("kasan: remove use after scope bugs > detection.") removed KASAN_EXTRA, so tidy up leftovers. > > Signed-off-by: Qian Cai > --- > arch/x86/include/asm/page_64_types.h | 4 > 1 file changed, 4 deletions(-) > > diff --git a/arch/x86/include/as

[PATCH -next] x86_64: tidy up KASAN_EXTRA

2019-02-05 Thread Qian Cai
The commit 585a4c1f9978 ("kasan: remove use after scope bugs detection.") removed KASAN_EXTRA, so tidy up leftovers. Signed-off-by: Qian Cai --- arch/x86/include/asm/page_64_types.h | 4 1 file changed, 4 deletions(-) diff --git a/arch/x86/include/asm/page_64_types.h b/arch/x86/include/as