summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
Commit message (Expand)AuthorAgeFilesLines
* lkdtm: Add kfence read after free crash typeStephen Boyd2023-12-011-0/+60
* Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-081-2/+11
|\
| * lkdtm: Fix CFI_BACKWARD on RISC-VSami Tolvanen2023-10-271-2/+11
* | lkdtm/bugs: add test for panic() with stuck secondary CPUsMark Rutland2023-09-281-1/+29
|/
* lkdtm: Add FAM_BOUNDS test for __counted_byKees Cook2023-08-171-3/+44
* list: Introduce CONFIG_LIST_HARDENEDMarco Elver2023-08-151-2/+2
* Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-031-1/+1
|\
| * lkdtm: replace ll_rw_block with submit_bhYue Zhao2023-05-311-1/+1
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-2/+2
|\ \
| * | lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook2023-05-301-2/+2
| |/
* / lkdtm: Avoid objtool/ibt warningPeter Zijlstra2023-06-071-0/+1
|/
* lkdtm/stackleak: Fix noinstr violationJosh Poimboeuf2023-04-141-0/+6
* fortify: Use __builtin_dynamic_object_size() when availableKees Cook2023-01-051-0/+1
* lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko2022-12-141-1/+5
* 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