]> git.baikalelectronics.ru Git - kernel.git/commit
lkdtm: split usercopy tests to separate file
authorKees Cook <keescook@chromium.org>
Sun, 26 Jun 2016 15:46:23 +0000 (08:46 -0700)
committerKees Cook <keescook@chromium.org>
Thu, 7 Jul 2016 18:09:20 +0000 (11:09 -0700)
commitfb56cba909ba99b135c063566871eea50e727d05
tree7d6fe391cedf8905280eb9038844bba06276142d
parente49e732c8416e1bd14f92ff4b1b6e8e06ee5868d
lkdtm: split usercopy tests to separate file

This splits the USERCOPY_* tests into the new lkdtm_usercopy.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_core.c
drivers/misc/lkdtm_usercopy.c [new file with mode: 0644]