summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-031-13/+83
|\
| * lkdtm: Update tests for memcpy() run-time warningsKees Cook2022-09-071-13/+83
* | treewide: Drop function_nocfiSami Tolvanen2022-09-261-1/+1
* | lkdtm: Emit an indirect call for CFI testsSami Tolvanen2022-09-261-6/+9
|/
* Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-1/+1
|\
| * drivers: lkdtm: fix clang -Wformat warningJustin Stitt2022-07-281-1/+1
| * lkdtm: cfi: use NULL for a null pointer rather than zeroColin Ian King2022-06-271-1/+1
* | Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-021-1/+1
|\ \
| * | drivers: lkdtm: fix clang -Wformat warningJustin Stitt2022-07-271-1/+1
| |/
* / lkdtm: Disable return thunks in rodata.cJosh Poimboeuf2022-07-201-3/+6
|/
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-0311-308/+560
|\
| * lkdtm/heap: Hide allocation size from -Warray-boundsKees Cook2022-05-171-0/+1
| * lkdtm/usercopy: Check vmalloc and >0-order foliosKees Cook2022-05-171-0/+83
| * lkdtm/usercopy: Rename "heap" to "slab"Kees Cook2022-05-111-15/+15
| * lkdtm: cfi: Fix type width for masking PAC bitsKees Cook2022-04-261-1/+1
| * lkdtm: Add CFI_BACKWARD to test ROP mitigationsKees Cook2022-04-161-0/+134
| * lkdtm: Move crashtype definitions into each categoryKees Cook2022-04-1211-292/+301
| * lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPChristophe Leroy2022-04-122-5/+8
| * lkdtm/usercopy: Expand size of "out of frame" objectKees Cook2022-04-121-3/+14
| * lkdtm/heap: Note conditions for SLAB_LINEAR_OVERFLOWKees Cook2022-04-121-0/+6
| * lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang2022-04-121-0/+5
* | lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=nMark Rutland2022-05-081-1/+11
* | lkdtm/stackleak: check stack boundariesMark Rutland2022-05-081-0/+20
* | lkdtm/stackleak: prevent unexpected stack usageMark Rutland2022-05-081-1/+23
* | lkdtm/stackleak: rework boundary managementMark Rutland2022-05-081-39/+47
* | lkdtm/stackleak: avoid spurious failureMark Rutland2022-05-081-7/+0
|/
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-3/+3
|\
| * lkdtm/fortify: Swap memcpy() for strncpy()Kees Cook2022-02-251-3/+3
* | lkdtm: Add a test for function descriptors protectionChristophe Leroy2022-02-163-0/+24
* | lkdtm: Fix execute_[user]_location()Christophe Leroy2022-02-161-9/+28
* | lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy2022-02-161-3/+5
* | lkdtm: Force do_nothing() out of lineChristophe Leroy2022-02-161-2/+2
|/
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-143-9/+15
|\
| * lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()Christophe Leroy2021-12-161-1/+1
| * lkdtm: avoid printk() in recursive_loop()Ard Biesheuvel2021-12-161-7/+9
| * lkdtm: Note that lkdtm_kernel_info should be removed in the futureKees Cook2021-12-161-1/+5
* | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-1/+1
* | powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-1/+1
|/
* 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