summaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04lkdtm: Add a test for STACKLEAKAlexander Popov1-0/+2
Introduce an lkdtm test for the STACKLEAK feature: check that the current task stack is properly erased (filled with STACKLEAK_POISON). Signed-off-by: Alexander Popov <alex.popov@linux.com> Signed-off-by: Tycho Andersen <tycho@tycho.ws> Tested-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org>
2018-03-07lkdtm: Relocate code to subdirectoryKees Cook1-0/+20
The LKDTM modules keep expanding, and it's getting weird to have each file get a prefix. Instead, move to a subdirectory for cleaner handling. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>