summaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-01lkdtm: Make lkdtm_do_action() return to avoid tail call optimizationDouglas Anderson1-8/+14
2023-05-31lkdtm: replace ll_rw_block with submit_bhYue Zhao1-1/+1
2022-04-13lkdtm: Move crashtype definitions into each categoryKees Cook1-107/+31
2022-02-16lkdtm: Add a test for function descriptors protectionChristophe Leroy1-0/+1
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+5
2021-12-17lkdtm: Note that lkdtm_kernel_info should be removed in the futureKees Cook1-1/+5
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin1-1/+1
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-18Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+3
2020-12-16drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel1-0/+1
2020-12-16lkdtm: tests for FORTIFY_SOURCEDaniel Axtens1-0/+2
2020-12-03lkdtm/powerpc: Add SLB multihit testGanesh Goudar1-0/+3
2020-09-09lkdtm: 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-13lkdtm: 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/...Linus 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-12Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/gi...Linus 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/...Linus 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-07lkdtm: Relocate code to subdirectoryKees Cook1-0/+505