build: Add option KERNEL_KASAN_SW_TAGS and HW_TAGS
authorZhen XIN <zhen.xin@nokia-sbell.com>
Tue, 4 Jul 2023 09:44:01 +0000 (09:44 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 10 Aug 2023 21:09:37 +0000 (23:09 +0200)
commitd2af5ab850ce673e2c00cefd07727b9206904af3
treea786cd1d3da37ac0896b0822ca099d89449e7616
parent5e6bab661a1028d583338c5823f6a3b9d6444ce0
build: Add option KERNEL_KASAN_SW_TAGS and HW_TAGS

Currently KASAN is supported but only the generic one. SW-tag and HW-tag
based KASAN have less impact on memory footprint or performance, and are
worth supporting.

Add choice menu for software and hardware Tag-Based KASAN, in addition
to the generic one.

Signed-off-by: Zhen XIN <zhen.xin@nokia-sbell.com>
[Restructure commit message]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config/Config-kernel.in