summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-17lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDSKees Cook-8/+82
2025-12-19lkdtm/bugs: Do not confuse the clang/objtool with busy wait loopCatalin Marinas-4/+4
2025-12-15lkdtm/bugs: Add cases for BUG and PANIC occurring in hardirq contextArd Biesheuvel-0/+53
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+5
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook-1/+1
2025-09-08lkdtm: fortify: Fix potential NULL dereference on kmalloc failureJunjie Cao-0/+6
2025-08-18objtool: Validate kCFI callsPeter Zijlstra-0/+5
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-14/+14
2025-04-28lkdtm: use SLAB_NO_MERGE instead of an empty constructorHarry Yoo-14/+3
2025-03-28objtool, lkdtm: Obfuscate the do_nothing() pointerJosh Poimboeuf-3/+11
2024-11-19Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr-1/+1
2024-08-05refcount: Report UAF for refcount_sub_and_test(0) when counter==0Petr Pavlu-0/+16
2024-06-17lkdtm/bugs: add test for hung smp_call_function_single()Mark Rutland-0/+30
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-4/+0
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada-4/+0
2024-05-01lkdtm: Disable CFI checking for perms functionsKees Cook-2/+2
2024-03-22lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor-1/+1
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-1/+1
2024-02-01lkdtm/bugs: In lkdtm_HUNG_TASK() use BUG(), not BUG_ON(1)Douglas Anderson-1/+1
2024-02-01lkdtm/bugs: Adjust lkdtm_HUNG_TASK() to avoid tail call optimizationDouglas Anderson-1/+2
2024-02-01lkdtm: Make lkdtm_do_action() return to avoid tail call optimizationDouglas Anderson-8/+14
2024-01-22mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song-1/+1
2023-12-01lkdtm: Add kfence read after free crash typeStephen Boyd-0/+60
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+11
2023-10-27lkdtm: Fix CFI_BACKWARD on RISC-VSami Tolvanen-2/+11
2023-09-28lkdtm/bugs: add test for panic() with stuck secondary CPUsMark Rutland-1/+29
2023-08-17lkdtm: Add FAM_BOUNDS test for __counted_byKees Cook-3/+44
2023-08-15list: Introduce CONFIG_LIST_HARDENEDMarco Elver-2/+2
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-06-07lkdtm: Avoid objtool/ibt warningPeter Zijlstra-0/+1
2023-05-31lkdtm: replace ll_rw_block with submit_bhYue Zhao-1/+1
2023-05-30lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook-2/+2
2023-04-14lkdtm/stackleak: Fix noinstr violationJosh Poimboeuf-0/+6
2023-01-05fortify: Use __builtin_dynamic_object_size() when availableKees Cook-0/+1
2022-12-14lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko-1/+5
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+83
2022-09-26treewide: Drop function_nocfiSami Tolvanen-1/+1
2022-09-26lkdtm: Emit an indirect call for CFI testsSami Tolvanen-6/+9
2022-09-07lkdtm: Update tests for memcpy() run-time warningsKees Cook-13/+83
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-08-02Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-07-28drivers: lkdtm: fix clang -Wformat warningJustin Stitt-1/+1
2022-07-27drivers: lkdtm: fix clang -Wformat warningJustin Stitt-1/+1
2022-07-20lkdtm: Disable return thunks in rodata.cJosh Poimboeuf-3/+6
2022-06-27lkdtm: cfi: use NULL for a null pointer rather than zeroColin Ian King-1/+1
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-308/+560