summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
Commit message (Expand)AuthorAgeFilesLines
* refcount: Report UAF for refcount_sub_and_test(0) when counter==0Petr Pavlu11 days1-0/+16
* lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland2024-06-171-0/+30
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-4/+0
|\
| * Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-4/+0
* | lkdtm: Disable CFI checking for perms functionsKees Cook2024-05-012-2/+2
|/
* lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor2024-03-221-1/+1
* Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-121-1/+1
|\
| * mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song2024-01-221-1/+1
* | lkdtm/bugs: In lkdtm_HUNG_TASK() use BUG(), not BUG_ON(1)Douglas Anderson2024-02-011-1/+1
* | lkdtm/bugs: Adjust lkdtm_HUNG_TASK() to avoid tail call optimizationDouglas Anderson2024-02-011-1/+2
* | lkdtm: Make lkdtm_do_action() return to avoid tail call optimizationDouglas Anderson2024-02-011-8/+14
|/
* 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