aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/lkdtm/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-08lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook1-0/+1
For validating the stack offset behavior, report the offset from a given process's first seen stack address. Add s script to calculate the results to the LKDTM kselftests. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210401232347.2791257-7-keescook@chromium.org
2020-01-10selftests/lkdtm: Add tests for LKDTM targetsKees Cook1-0/+12
This adds a basic framework for running all the "safe" LKDTM tests. This will allow easy introspection into any selftest logs to examine the results of most LKDTM tests. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>