summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
Commit message (Expand)AuthorAgeFilesLines
* lkdtm/bugs: Check that a per-task stack canary existsKees Cook2021-10-253-0/+79
* lkdtm: Use init_uts_ns.name instead of macrosKees Cook2021-09-102-11/+27
* lkdtm: remove IDE_CORE_CP crashpointKevin Mitchell2021-08-191-1/+0
* lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQKevin Mitchell2021-08-191-1/+1
* lkdtm/heap: Avoid __alloc_size hint warning for VMALLOC_LINEAR_OVERFLOWKees Cook2021-08-181-1/+8
* lkdtm: Add kernel version to failure hintsKees Cook2021-08-181-8/+12
* lkdtm/fortify: Consolidate FORTIFY_SOURCE testsKees Cook2021-08-184-54/+57
* lkdtm/bugs: Add ARRAY_BOUNDS to selftestsKees Cook2021-08-181-0/+1
* lkdtm: remove duplicated include of init.hWan Jiabing2021-07-211-1/+0
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-058-16/+213
|\
| * lkdtm/heap: Add init_on_alloc testsKees Cook2021-06-243-0/+69
| * lkdtm: Add CONFIG hints in errors where possibleKees Cook2021-06-248-11/+116
| * lkdtm: Enable DOUBLE_FAULT on all architecturesKees Cook2021-06-241-2/+0
| * lkdtm/heap: Add vmalloc linear overflow testKees Cook2021-06-243-3/+25
| * lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITEKees Cook2021-06-241-0/+3
* | arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss2021-06-151-3/+3
|/
* Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-1/+1
|\
| * lkdtm: use function_nocfiSami Tolvanen2021-04-081-1/+1
* | lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook2021-04-083-0/+19
|/
* drivers/misc/lkdtm: disable LTO for rodata.oSami Tolvanen2021-01-141-0/+1
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-174-0/+127
|\
| * lkdtm/powerpc: Add SLB multihit testGanesh Goudar2020-12-044-0/+127
* | drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in commentFrancis Laniel2020-12-151-7/+7
* | drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel2020-12-154-0/+87
* | lkdtm: tests for FORTIFY_SOURCEDaniel Axtens2020-12-153-0/+54
* | Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-152-2/+2
|\ \
| * | lkdtm: don't move ctors to .rodataMark Rutland2020-12-092-2/+2
| |/
* / lkdtm: disable KASAN for rodata.oMarco Elver2020-12-151-0/+1
|/
* lkdtm: remove set_fs-based testsChristoph Hellwig2020-09-084-29/+0
* misc: lkdtm: bugs: At least try to use popuated variableLee Jones2020-06-291-2/+2
* lkdtm: Make arch-specific tests always availableKees Cook2020-06-292-19/+21
* lkdtm/heap: Avoid edge and middle of slabsKees Cook2020-06-291-4/+5
* lkdtm: Avoid more compiler optimizations for bad writesKees Cook2020-06-293-15/+25
* lkdtm: bugs: Fix spelling mistakeGustavo A. R. Silva2020-04-231-1/+1
* drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook2020-04-073-0/+81
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-8/+17
|\
| * lkdtm/stackleak: Make the test more verboseAlexander Popov2020-02-101-8/+17
* | lkdtm: arm64: test kernel pointer authenticationAmit Daniel Kachhap2020-03-183-0/+38
|/
* lkdtm/bugs: fix build error in lkdtm_UNSET_SMEPBrendan Higgins2020-01-141-1/+1
* lkdtm/bugs: Make double-fault test always availableKees Cook2020-01-141-4/+6
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-013-0/+45
|\
| * lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski2019-11-263-0/+45
* | lkdtm: Remove references to CONFIG_REFCOUNT_FULLWill Deacon2019-11-251-2/+1
* | locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2019-11-251-8/+0
|/
* Merge 5.3-rc7 into char-misc-nextGreg Kroah-Hartman2019-09-021-2/+2
|\
| * lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACKRaul E Rangel2019-08-281-2/+2
* | lkdtm: Split WARNING into separate testsKees Cook2019-08-193-1/+8
* | lkdtm: Add Control Flow Integrity testKees Cook2019-08-124-0/+47
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-12/+3
|\
| * lkdtm: remove redundant initialization of retColin Ian King2019-06-231-1/+1