aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook1-0/+1
2021-09-10lkdtm: Use init_uts_ns.name instead of macrosKees Cook1-0/+10
2021-08-19lkdtm: remove IDE_CORE_CP crashpointKevin Mitchell1-1/+0
2021-08-19lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQKevin Mitchell1-1/+1
2021-08-18lkdtm/fortify: Consolidate FORTIFY_SOURCE testsKees Cook1-2/+2
2021-07-21lkdtm: remove duplicated include of init.hWan Jiabing1-1/+0
2021-06-24lkdtm/heap: Add init_on_alloc testsKees Cook1-0/+2
2021-06-24lkdtm: Add CONFIG hints in errors where possibleKees Cook1-0/+51
2021-06-24lkdtm: Enable DOUBLE_FAULT on all architecturesKees Cook1-2/+0
2021-06-24lkdtm/heap: Add vmalloc linear overflow testKees Cook1-1/+2
2021-04-08lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook1-0/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2020-12-15drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel1-0/+1
2020-12-15lkdtm: tests for FORTIFY_SOURCEDaniel Axtens1-0/+2
2020-12-04lkdtm/powerpc: Add SLB multihit testGanesh Goudar1-0/+3
2020-09-08lkdtm: remove set_fs-based testsChristoph Hellwig1-2/+0
2020-04-07drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook1-0/+3
2020-03-18lkdtm: arm64: test kernel pointer authenticationAmit Daniel Kachhap1-0/+1
2019-11-26lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski1-0/+3
2019-08-19lkdtm: Split WARNING into separate testsKees Cook1-0/+1
2019-08-12lkdtm: Add Control Flow Integrity testKees Cook1-0/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+3
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+5
2019-07-12lkdtm/heap: add tests for freelist hardeningKees Cook1-0/+5
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2019-06-23lkdtm: Check for SMEP clearing protectionsKees Cook1-0/+1
2019-06-23lkdtm: remove redundant initialization of retColin Ian King1-1/+1
2019-06-14docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-12lkdtm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+2
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-07lkdtm/bugs: Adjust recursion test to avoid elisionKees Cook1-3/+3
2019-01-18lkdtm: change snprintf to scnprintf for possible overflowSilvio Cesare1-2/+2
2019-01-09lkdtm: Add tests for NULL pointer dereferenceChristophe Leroy1-0/+2
2019-01-09lkdtm: Do not depend on BLOCK and clean up headersKees Cook1-9/+0
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2018-09-04lkdtm: Add a test for STACKLEAKAlexander Popov1-0/+1
2018-09-03lkdtm: Test copy_to_user() on bad kernel pointer under KERNEL_DSJann Horn1-0/+1
2018-03-06lkdtm: Relocate code to subdirectoryKees Cook1-0/+505