summaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm/core.c
AgeCommit message (Expand)Author
2023-05-31lkdtm: replace ll_rw_block with submit_bhYue Zhao
2022-04-12lkdtm: Move crashtype definitions into each categoryKees Cook
2022-02-16lkdtm: Add a test for function descriptors protectionChristophe Leroy
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-16lkdtm: Note that lkdtm_kernel_info should be removed in the futureKees Cook
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook
2021-09-10lkdtm: Use init_uts_ns.name instead of macrosKees Cook
2021-08-19lkdtm: remove IDE_CORE_CP crashpointKevin Mitchell
2021-08-19lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQKevin Mitchell
2021-08-18lkdtm/fortify: Consolidate FORTIFY_SOURCE testsKees Cook
2021-07-21lkdtm: remove duplicated include of init.hWan Jiabing
2021-06-24lkdtm/heap: Add init_on_alloc testsKees Cook
2021-06-24lkdtm: Add CONFIG hints in errors where possibleKees Cook
2021-06-24lkdtm: Enable DOUBLE_FAULT on all architecturesKees Cook
2021-06-24lkdtm/heap: Add vmalloc linear overflow testKees Cook
2021-04-08lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-15drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel
2020-12-15lkdtm: tests for FORTIFY_SOURCEDaniel Axtens
2020-12-04lkdtm/powerpc: Add SLB multihit testGanesh Goudar
2020-09-08lkdtm: remove set_fs-based testsChristoph Hellwig
2020-04-07drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook
2020-03-18lkdtm: arm64: test kernel pointer authenticationAmit Daniel Kachhap
2019-11-26lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski
2019-08-19lkdtm: Split WARNING into separate testsKees Cook
2019-08-12lkdtm: Add Control Flow Integrity testKees Cook
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-12lkdtm/heap: add tests for freelist hardeningKees Cook
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-23lkdtm: Check for SMEP clearing protectionsKees Cook
2019-06-23lkdtm: remove redundant initialization of retColin Ian King
2019-06-14docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-12lkdtm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-07lkdtm/bugs: Adjust recursion test to avoid elisionKees Cook
2019-01-18lkdtm: change snprintf to scnprintf for possible overflowSilvio Cesare
2019-01-09lkdtm: Add tests for NULL pointer dereferenceChristophe Leroy
2019-01-09lkdtm: Do not depend on BLOCK and clean up headersKees Cook
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-09-04lkdtm: Add a test for STACKLEAKAlexander Popov
2018-09-03lkdtm: Test copy_to_user() on bad kernel pointer under KERNEL_DSJann Horn
2018-03-06lkdtm: Relocate code to subdirectoryKees Cook