aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm
AgeCommit message (Expand)AuthorFilesLines
2023-12-01lkdtm: Add kfence read after free crash typeGravatar Stephen Boyd 1-0/+60
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+11
2023-10-27lkdtm: Fix CFI_BACKWARD on RISC-VGravatar Sami Tolvanen 1-2/+11
2023-09-28lkdtm/bugs: add test for panic() with stuck secondary CPUsGravatar Mark Rutland 1-1/+29
2023-08-17lkdtm: Add FAM_BOUNDS test for __counted_byGravatar Kees Cook 1-3/+44
2023-08-15list: Introduce CONFIG_LIST_HARDENEDGravatar Marco Elver 1-2/+2
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2023-06-07lkdtm: Avoid objtool/ibt warningGravatar Peter Zijlstra 1-0/+1
2023-05-31lkdtm: replace ll_rw_block with submit_bhGravatar Yue Zhao 1-1/+1
2023-05-30lkdtm/bugs: Switch from 1-element array to flexible arrayGravatar Kees Cook 1-2/+2
2023-04-14lkdtm/stackleak: Fix noinstr violationGravatar Josh Poimboeuf 1-0/+6
2023-01-05fortify: Use __builtin_dynamic_object_size() when availableGravatar Kees Cook 1-0/+1
2022-12-14lkdtm: cfi: Make PAC test work with GCC 7 and 8Gravatar Kristina Martsenko 1-1/+5
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-13/+83
2022-09-26treewide: Drop function_nocfiGravatar Sami Tolvanen 1-1/+1
2022-09-26lkdtm: Emit an indirect call for CFI testsGravatar Sami Tolvanen 1-6/+9
2022-09-07lkdtm: Update tests for memcpy() run-time warningsGravatar Kees Cook 1-13/+83
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-08-02Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-07-28drivers: lkdtm: fix clang -Wformat warningGravatar Justin Stitt 1-1/+1
2022-07-27drivers: lkdtm: fix clang -Wformat warningGravatar Justin Stitt 1-1/+1
2022-07-20lkdtm: Disable return thunks in rodata.cGravatar Josh Poimboeuf 1-3/+6
2022-06-27lkdtm: cfi: use NULL for a null pointer rather than zeroGravatar Colin Ian King 1-1/+1
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-308/+560
2022-05-17lkdtm/heap: Hide allocation size from -Warray-boundsGravatar Kees Cook 1-0/+1
2022-05-17lkdtm/usercopy: Check vmalloc and >0-order foliosGravatar Kees Cook 1-0/+83
2022-05-11lkdtm/usercopy: Rename "heap" to "slab"Gravatar Kees Cook 1-15/+15
2022-05-08lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=nGravatar Mark Rutland 1-1/+11
2022-05-08lkdtm/stackleak: check stack boundariesGravatar Mark Rutland 1-0/+20
2022-05-08lkdtm/stackleak: prevent unexpected stack usageGravatar Mark Rutland 1-1/+23
2022-05-08lkdtm/stackleak: rework boundary managementGravatar Mark Rutland 1-39/+47
2022-05-08lkdtm/stackleak: avoid spurious failureGravatar Mark Rutland 1-7/+0
2022-04-26lkdtm: cfi: Fix type width for masking PAC bitsGravatar Kees Cook 1-1/+1
2022-04-16lkdtm: Add CFI_BACKWARD to test ROP mitigationsGravatar Kees Cook 1-0/+134
2022-04-12lkdtm: Move crashtype definitions into each categoryGravatar Kees Cook 11-292/+301
2022-04-12lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPGravatar Christophe Leroy 2-5/+8
2022-04-12lkdtm/usercopy: Expand size of "out of frame" objectGravatar Kees Cook 1-3/+14
2022-04-12lkdtm/heap: Note conditions for SLAB_LINEAR_OVERFLOWGravatar Kees Cook 1-0/+6
2022-04-12lkdtm/bugs: Check for the NULL pointer after calling kmallocGravatar Jiasheng Jiang 1-0/+5
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2022-02-25lkdtm/fortify: Swap memcpy() for strncpy()Gravatar Kees Cook 1-3/+3
2022-02-16lkdtm: Add a test for function descriptors protectionGravatar Christophe Leroy 3-0/+24
2022-02-16lkdtm: Fix execute_[user]_location()Gravatar Christophe Leroy 1-9/+28
2022-02-16lkdtm: Really write into kernel text in WRITE_KERNGravatar Christophe Leroy 1-3/+5
2022-02-16lkdtm: Force do_nothing() out of lineGravatar Christophe Leroy 1-2/+2
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-9/+15
2021-12-16lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()Gravatar Christophe Leroy 1-1/+1
2021-12-16lkdtm: avoid printk() in recursive_loop()Gravatar Ard Biesheuvel 1-7/+9
2021-12-16lkdtm: Note that lkdtm_kernel_info should be removed in the futureGravatar Kees Cook 1-1/+5