diff options
author | Kees Cook <[email protected]> | 2021-06-23 13:39:35 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-06-24 15:32:08 +0200 |
commit | b61ce4d81ba29d0b70487635105e12ec44c3a873 (patch) | |
tree | 36753fa68e073da11be0d1087be8d36ffbd5be8b | |
parent | 5b777131bd8005acaf7e9d6e7690214155f42890 (diff) |
selftests/lkdtm: Enable various testable CONFIGs
Add a handful of LKDTM-testable features that depend on certain CONFIGs
so that they are visible in logs for CI systems that run the selftests.
Others could be added, but may be seen as having too high a trade-off
for general testing.
Cc: [email protected]
Suggested-by: Guillaume Tucker <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | tools/testing/selftests/lkdtm/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/testing/selftests/lkdtm/config b/tools/testing/selftests/lkdtm/config index d874990e442b..849799bcfa95 100644 --- a/tools/testing/selftests/lkdtm/config +++ b/tools/testing/selftests/lkdtm/config @@ -1 +1,7 @@ CONFIG_LKDTM=y +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 |