lkdtm: split remaining logic bug tests to separate file
authorKees Cook <keescook@chromium.org>
Mon, 27 Jun 2016 05:17:25 +0000 (22:17 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 7 Jul 2016 18:09:22 +0000 (11:09 -0700)
commit00f496c416122e7f5a572a4511cf87c7240ba761
tree9dcd50bcfbef07c47728c0b763b2fd56cd0ed914
parentffc514f3fcac4aa76735ada55228c814153943e6
lkdtm: split remaining logic bug tests to separate file

This splits all the remaining tests from lkdtm_core.c into the new
lkdtm_bugs.c file to help separate things better for readability.

Signed-off-by: Kees Cook <keescook@chromium.org>
drivers/misc/Makefile
drivers/misc/lkdtm.h
drivers/misc/lkdtm_bugs.c [new file with mode: 0644]
drivers/misc/lkdtm_core.c