[PATCH 1/2] kasan, x86: move KASAN_SHADOW_OFFSET to the arch Kconfig

2015-03-24 Thread Andrey Ryabinin
KASAN_SHADOW_OFFSET is purely arch specific setting, so it should be in arch's Kconfig file. This simplifies porting KASan to other architectures and maintenance of it. Signed-off-by: Andrey Ryabinin --- arch/x86/Kconfig | 4 lib/Kconfig.kasan | 4 2 files changed, 4 insertions(+), 4

[PATCH 1/2] kasan, x86: move KASAN_SHADOW_OFFSET to the arch Kconfig

2015-03-24 Thread Andrey Ryabinin
KASAN_SHADOW_OFFSET is purely arch specific setting, so it should be in arch's Kconfig file. This simplifies porting KASan to other architectures and maintenance of it. Signed-off-by: Andrey Ryabinin a.ryabi...@samsung.com --- arch/x86/Kconfig | 4 lib/Kconfig.kasan | 4 2 files