From: Heiko Carstens Date: Mon, 31 Oct 2022 18:40:31 +0000 (+0100) Subject: s390/configs: add kasan.config addon config file X-Git-Tag: v6.1-rc5~10^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9afea696a04af29b114b38aec734e28b03e93dae;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Heiko Carstens Signed-off-by: Alexander Gordeev --- diff --git a/arch/s390/configs/kasan.config b/arch/s390/configs/kasan.config new file mode 100644 index 000000000000..700a8b25c3ff --- /dev/null +++ b/arch/s390/configs/kasan.config @@ -0,0 +1,3 @@ +CONFIG_KASAN=y +CONFIG_KASAN_INLINE=y +CONFIG_KASAN_VMALLOC=y