mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
selftests/lkdtm: Add configs for stackleak and "after free" tests
Add config options which are needed for LKDTM sub-tests: STACKLEAK_ERASING test needs GCC_PLUGIN_STACKLEAK config. READ_AFTER_FREE and READ_BUDDY_AFTER_FREE tests need INIT_ON_FREE_DEFAULT_ON config. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Signed-off-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20220517132932.1484719-1-usama.anjum@collabora.com
This commit is contained in:
parent
fc34eec686
commit
38c84c997d
1 changed files with 2 additions and 0 deletions
|
@ -2,8 +2,10 @@ CONFIG_LKDTM=y
|
|||
CONFIG_DEBUG_LIST=y
|
||||
CONFIG_SLAB_FREELIST_HARDENED=y
|
||||
CONFIG_FORTIFY_SOURCE=y
|
||||
CONFIG_GCC_PLUGIN_STACKLEAK=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
|
||||
CONFIG_INIT_ON_FREE_DEFAULT_ON=y
|
||||
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
|
||||
CONFIG_UBSAN=y
|
||||
CONFIG_UBSAN_BOUNDS=y
|
||||
|
|
Loading…
Add table
Reference in a new issue