aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2022-10-31 19:40:31 +0100
committerAlexander Gordeev <agordeev@linux.ibm.com>2022-11-08 19:32:32 +0100
commit9afea696a04af29b114b38aec734e28b03e93dae (patch)
tree3f2e8faecfb91dbb3cd22bf8c1dc0306871ac1bf
parent6191de8b175fad1a877ae8ed4be699a5022b9c03 (diff)
downloadlinux-9afea696a04af29b114b38aec734e28b03e93dae.tar.gz
s390/configs: add kasan.config addon config file
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>
-rw-r--r--arch/s390/configs/kasan.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/configs/kasan.config b/arch/s390/configs/kasan.config
new file mode 100644
index 0000000000000..700a8b25c3ffc
--- /dev/null
+++ b/arch/s390/configs/kasan.config
@@ -0,0 +1,3 @@
+CONFIG_KASAN=y
+CONFIG_KASAN_INLINE=y
+CONFIG_KASAN_VMALLOC=y