Skip to content

Commit

Permalink
selftests/lkdtm: Remove dead config option
Browse files Browse the repository at this point in the history
CONFIG_HARDENED_USERCOPY_FALLBACK config option has been removed in
commit 53944f1 ("mm: remove HARDENED_USERCOPY_FALLBACK"). Remove it
from the lkdtm selftest config.

Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Link: https://lore.kernel.org/r/20220121145154.1795447-1-usama.anjum@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Muhammad Usama Anjum authored and Greg Kroah-Hartman committed Jan 26, 2022
1 parent ee8ed01 commit b05bd3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/testing/selftests/lkdtm/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b05bd3e

Please sign in to comment.