aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm/bugs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor1-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
2023-09-28lkdtm/bugs: add test for panic() with stuck secondary CPUsMark Rutland1-1/+29
2023-08-17lkdtm: Add FAM_BOUNDS test for __counted_byKees Cook1-3/+44
2023-08-15list: Introduce CONFIG_LIST_HARDENEDMarco Elver1-2/+2
2023-06-27Merge 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-30lkdtm/bugs: Switch from 1-element array to flexible arrayKees Cook1-2/+2
2022-07-27drivers: lkdtm: fix clang -Wformat warningJustin Stitt1-1/+1
2022-04-12lkdtm: Move crashtype definitions into each categoryKees Cook1-26/+60
2022-04-12lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPChristophe Leroy1-1/+4
2022-04-12lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang1-0/+5
2021-12-16lkdtm: avoid printk() in recursive_loop()Ard Biesheuvel1-7/+9
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook1-0/+77
2021-08-18lkdtm/fortify: Consolidate FORTIFY_SOURCE testsKees Cook1-50/+0
2021-08-18lkdtm/bugs: Add ARRAY_BOUNDS to selftestsKees Cook1-0/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+9
2021-06-24lkdtm: Add CONFIG hints in errors where possibleKees Cook1-2/+6
2021-06-24lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITEKees Cook1-0/+3
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss1-3/+3
2021-04-08lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook1-0/+17
2020-12-15lkdtm: tests for FORTIFY_SOURCEDaniel Axtens1-0/+50
2020-09-08lkdtm: remove set_fs-based testsChristoph Hellwig1-10/+0
2020-06-29misc: lkdtm: bugs: At least try to use popuated variableLee Jones1-2/+2
2020-06-29lkdtm: Make arch-specific tests always availableKees Cook1-17/+21
2020-06-29lkdtm: Avoid more compiler optimizations for bad writesKees Cook1-6/+5
2020-04-23lkdtm: bugs: Fix spelling mistakeGustavo A. R. Silva1-1/+1
2020-04-07drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook1-0/+75
2020-03-18lkdtm: arm64: test kernel pointer authenticationAmit Daniel Kachhap1-0/+36
2020-01-14lkdtm/bugs: fix build error in lkdtm_UNSET_SMEPBrendan Higgins1-1/+1
2020-01-14lkdtm/bugs: Make double-fault test always availableKees Cook1-4/+6
2019-11-26lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski1-0/+39
2019-09-02Merge 5.3-rc7 into char-misc-nextGreg Kroah-Hartman1-2/+2
2019-08-28lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACKRaul E Rangel1-2/+2
2019-08-19lkdtm: Split WARNING into separate testsKees Cook1-1/+6
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+66
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-06-23lkdtm: Check for SMEP clearing protectionsKees Cook1-0/+66
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-04-07lkdtm/bugs: Adjust recursion test to avoid elisionKees Cook1-6/+17
2018-03-06lkdtm: Relocate code to subdirectoryKees Cook1-0/+257