summaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm
AgeCommit message (Expand)AuthorFilesLines
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+0
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-4/+0
2024-05-01lkdtm: Disable CFI checking for perms functionsKees Cook2-2/+2
2024-03-23lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor1-1/+1
2024-03-13Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-1/+1
2024-02-01lkdtm/bugs: In lkdtm_HUNG_TASK() use BUG(), not BUG_ON(1)Douglas Anderson1-1/+1
2024-02-01lkdtm/bugs: Adjust lkdtm_HUNG_TASK() to avoid tail call optimizationDouglas Anderson1-1/+2
2024-02-01lkdtm: Make lkdtm_do_action() return to avoid tail call optimizationDouglas Anderson1-8/+14
2024-01-22mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song1-1/+1
2023-12-01lkdtm: Add kfence read after free crash typeStephen Boyd1-0/+60
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+11
2023-10-28lkdtm: Fix CFI_BACKWARD on RISC-VSami Tolvanen1-2/+11
2023-09-29lkdtm/bugs: add test for panic() with stuck secondary CPUsMark Rutland1-1/+29
2023-08-18lkdtm: Add FAM_BOUNDS test for __counted_byKees Cook1-3/+44
2023-08-16list: Introduce CONFIG_LIST_HARDENEDMarco Elver1-2/+2
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-06-07lkdtm: Avoid objtool/ibt warningPeter Zijlstra1-0/+1
2023-05-31lkdtm: replace ll_rw_block with submit_bhYue Zhao1-1/+1
2023-05-31lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook1-2/+2
2023-04-14lkdtm/stackleak: Fix noinstr violationJosh Poimboeuf1-0/+6
2023-01-05fortify: Use __builtin_dynamic_object_size() when availableKees Cook1-0/+1
2022-12-15lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko1-1/+5
2022-10-04Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+83
2022-09-26treewide: Drop function_nocfiSami Tolvanen1-1/+1
2022-09-26lkdtm: Emit an indirect call for CFI testsSami Tolvanen1-6/+9
2022-09-08lkdtm: Update tests for memcpy() run-time warningsKees Cook1-13/+83
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-08-03Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-07-28drivers: lkdtm: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-27drivers: lkdtm: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-20lkdtm: Disable return thunks in rodata.cJosh Poimboeuf1-3/+6
2022-06-27lkdtm: cfi: use NULL for a null pointer rather than zeroColin Ian King1-1/+1
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-308/+560
2022-05-18lkdtm/heap: Hide allocation size from -Warray-boundsKees Cook1-0/+1
2022-05-18lkdtm/usercopy: Check vmalloc and >0-order foliosKees Cook1-0/+83
2022-05-12lkdtm/usercopy: Rename "heap" to "slab"Kees Cook1-15/+15
2022-05-08lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=nMark Rutland1-1/+11
2022-05-08lkdtm/stackleak: check stack boundariesMark Rutland1-0/+20
2022-05-08lkdtm/stackleak: prevent unexpected stack usageMark Rutland1-1/+23
2022-05-08lkdtm/stackleak: rework boundary managementMark Rutland1-39/+47
2022-05-08lkdtm/stackleak: avoid spurious failureMark Rutland1-7/+0
2022-04-27lkdtm: cfi: Fix type width for masking PAC bitsKees Cook1-1/+1
2022-04-16lkdtm: Add CFI_BACKWARD to test ROP mitigationsKees Cook1-0/+134
2022-04-13lkdtm: Move crashtype definitions into each categoryKees Cook11-292/+301
2022-04-13lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPChristophe Leroy2-5/+8
2022-04-13lkdtm/usercopy: Expand size of "out of frame" objectKees Cook1-3/+14
2022-04-13lkdtm/heap: Note conditions for SLAB_LINEAR_OVERFLOWKees Cook1-0/+6
2022-04-13lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang1-0/+5
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3