Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/lkdtm: Remove dead config option

CONFIG_HARDENED_USERCOPY_FALLBACK config option has been removed in
commit 53944f171a89 ("mm: remove HARDENED_USERCOPY_FALLBACK"). Remove it
from the lkdtm selftest config.

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Muhammad Usama Anjum and committed by
Shuah Khan
b22dfec7 4893992b

-1
-1
tools/testing/selftests/lkdtm/config
··· 3 3 CONFIG_SLAB_FREELIST_HARDENED=y 4 4 CONFIG_FORTIFY_SOURCE=y 5 5 CONFIG_HARDENED_USERCOPY=y 6 - # CONFIG_HARDENED_USERCOPY_FALLBACK is not set 7 6 CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y 8 7 CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y 9 8 CONFIG_UBSAN_BOUNDS=y