s390/configs: add kasan.config addon config file
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 31 Oct 2022 18:40:31 +0000 (19:40 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 8 Nov 2022 18:32:32 +0000 (19:32 +0100)
Add kasan.config addon config file which allows to easily enable KASAN
into the current kernel config.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/configs/kasan.config [new file with mode: 0644]

diff --git a/arch/s390/configs/kasan.config b/arch/s390/configs/kasan.config
new file mode 100644 (file)
index 0000000..700a8b2
--- /dev/null
@@ -0,0 +1,3 @@
+CONFIG_KASAN=y
+CONFIG_KASAN_INLINE=y
+CONFIG_KASAN_VMALLOC=y