Merge tag 'lkdtm-next-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Aug 2017 01:11:23 +0000 (18:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Aug 2017 01:11:23 +0000 (18:11 -0700)
commit5f972797b1b97ab94ef48188321bff6cc190a2e0
tree473df72e44e14bde381f59f29cd00929392c47d5
parentd985524680b77a1cf90738db9a2d72065a746afa
parent93e78c6b14c42abe4018c815aeea2aa491522fae
Merge tag 'lkdtm-next-part2' of git://git./linux/kernel/git/kees/linux into char-misc-next

Kees writes:

- Add new CORRUPT_STACK_STRONG to test -fstack-protector-strong, since
  the existing CORRUPT_STACK test only tested regular -fstack-protector.
- Add pair of tests for checking kernel stack leading/trailing guard pages
  under VMAP_STACK: STACK_GUARD_PAGE_LEADING and STACK_GUARD_PAGE_TRAILING.