[GIT PULL drivers/misc] lkdtm updates for next

From: Kees Cook
Date: Wed Aug 28 2019 - 13:37:03 EST


Hi Greg,

Please pull these LKDTM updates for next.

Thanks!

-Kees

The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:

Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/lkdtm-next

for you to fetch changes up to 1ee170ea3f0dcf3a4b34f7e7c36559e84bb0d3d6:

lkdtm: Split WARNING into separate tests (2019-08-19 11:13:21 -0700)

----------------------------------------------------------------
Updates to LKDTM for -next

- split WARNING into two tests: with message and without
- add prototype-granularity forward CFI test

----------------------------------------------------------------
Kees Cook (2):
lkdtm: Add Control Flow Integrity test
lkdtm: Split WARNING into separate tests

drivers/misc/lkdtm/Makefile | 1 +
drivers/misc/lkdtm/bugs.c | 7 ++++++-
drivers/misc/lkdtm/cfi.c | 42 ++++++++++++++++++++++++++++++++++++++++++
drivers/misc/lkdtm/core.c | 2 ++
drivers/misc/lkdtm/lkdtm.h | 4 ++++
5 files changed, 55 insertions(+), 1 deletion(-)
create mode 100644 drivers/misc/lkdtm/cfi.c

--
Kees Cook