diff options
author | Suren Baghdasaryan <surenb@google.com> | 2022-07-31 13:19:09 -0700 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-03-14 20:27:43 -0400 |
commit | 3bda3089c4c3290b735e870eb6300ded563ed553 (patch) | |
tree | b969bd33b7636dec63d8c5f8c3fac3e1adb05a69 | |
parent | f0a11501b431901ca48a5deedc1fff287f31cc97 (diff) |
TESTING: set required configurations and request some context captures
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
-rw-r--r-- | lib/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2ae711e86722..a58c40d3268b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1036,6 +1036,15 @@ config MEM_ALLOC_PROFILING_DEBUG Adds warnings with helpful error messages for memory allocation profiling. +config CODE_TAG_TESTING + bool "Enable code tag testing" + default y + select MEM_ALLOC_PROFILING + select MEM_ALLOC_PROFILING_DEBUG + select STAGING + help + Enable to test code tagging. + source "lib/Kconfig.kasan" source "lib/Kconfig.kfence" source "lib/Kconfig.kmsan" |