summaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm/bugs.c
AgeCommit message (Expand)Author
2024-03-22lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor
2024-02-01lkdtm/bugs: In lkdtm_HUNG_TASK() use BUG(), not BUG_ON(1)Douglas Anderson
2024-02-01lkdtm/bugs: Adjust lkdtm_HUNG_TASK() to avoid tail call optimizationDouglas Anderson
2023-09-28lkdtm/bugs: add test for panic() with stuck secondary CPUsMark Rutland
2023-08-17lkdtm: Add FAM_BOUNDS test for __counted_byKees Cook
2023-08-15list: Introduce CONFIG_LIST_HARDENEDMarco Elver
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-07lkdtm: Avoid objtool/ibt warningPeter Zijlstra
2023-05-30lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook
2022-07-27drivers: lkdtm: fix clang -Wformat warningJustin Stitt
2022-04-12lkdtm: Move crashtype definitions into each categoryKees Cook
2022-04-12lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPChristophe Leroy
2022-04-12lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang
2021-12-16lkdtm: avoid printk() in recursive_loop()Ard Biesheuvel
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook
2021-08-18lkdtm/fortify: Consolidate FORTIFY_SOURCE testsKees Cook
2021-08-18lkdtm/bugs: Add ARRAY_BOUNDS to selftestsKees Cook
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-24lkdtm: Add CONFIG hints in errors where possibleKees Cook
2021-06-24lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITEKees Cook
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss
2021-04-08lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook
2020-12-15lkdtm: tests for FORTIFY_SOURCEDaniel Axtens
2020-09-08lkdtm: remove set_fs-based testsChristoph Hellwig
2020-06-29misc: lkdtm: bugs: At least try to use popuated variableLee Jones
2020-06-29lkdtm: Make arch-specific tests always availableKees Cook
2020-06-29lkdtm: Avoid more compiler optimizations for bad writesKees Cook
2020-04-23lkdtm: bugs: Fix spelling mistakeGustavo A. R. Silva
2020-04-07drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook
2020-03-18lkdtm: arm64: test kernel pointer authenticationAmit Daniel Kachhap
2020-01-14lkdtm/bugs: fix build error in lkdtm_UNSET_SMEPBrendan Higgins
2020-01-14lkdtm/bugs: Make double-fault test always availableKees Cook
2019-11-26lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski
2019-09-02Merge 5.3-rc7 into char-misc-nextGreg Kroah-Hartman
2019-08-28lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACKRaul E Rangel
2019-08-19lkdtm: Split WARNING into separate testsKees Cook
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-23lkdtm: Check for SMEP clearing protectionsKees Cook
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-04-07lkdtm/bugs: Adjust recursion test to avoid elisionKees Cook
2018-03-06lkdtm: Relocate code to subdirectoryKees Cook