summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/lkdtm/config
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <usama.anjum@collabora.com>2022-01-21 19:51:52 +0500
committerShuah Khan <skhan@linuxfoundation.org>2022-02-23 17:27:45 -0700
commitb22dfec72c377e350c4cafce4078977d3e5bee03 (patch)
treef785a15764e7546e3ef256caf7caa7b970a07258 /tools/testing/selftests/lkdtm/config
parent4893992b6de1be5e0c9f6df747912761e96b4271 (diff)
downloadlinux-b22dfec72c377e350c4cafce4078977d3e5bee03.tar.bz2
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>
Diffstat (limited to 'tools/testing/selftests/lkdtm/config')
-rw-r--r--tools/testing/selftests/lkdtm/config1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/lkdtm/config b/tools/testing/selftests/lkdtm/config
index a26a3fa9e925..a7a58f885f52 100644
--- a/tools/testing/selftests/lkdtm/config
+++ b/tools/testing/selftests/lkdtm/config
@@ -3,7 +3,6 @@ CONFIG_DEBUG_LIST=y
CONFIG_SLAB_FREELIST_HARDENED=y
CONFIG_FORTIFY_SOURCE=y
CONFIG_HARDENED_USERCOPY=y
-# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
CONFIG_UBSAN_BOUNDS=y