summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-1/+1
|\
| * lkdtm: use function_nocfiSami Tolvanen2021-04-081-1/+1
* | lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook2021-04-083-0/+19
|/
* drivers/misc/lkdtm: disable LTO for rodata.oSami Tolvanen2021-01-141-0/+1
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-174-0/+127
|\
| * lkdtm/powerpc: Add SLB multihit testGanesh Goudar2020-12-044-0/+127
* | drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in commentFrancis Laniel2020-12-151-7/+7
* | drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel2020-12-154-0/+87
* | lkdtm: tests for FORTIFY_SOURCEDaniel Axtens2020-12-153-0/+54
* | Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-152-2/+2
|\ \
| * | lkdtm: don't move ctors to .rodataMark Rutland2020-12-092-2/+2
| |/
* / lkdtm: disable KASAN for rodata.oMarco Elver2020-12-151-0/+1
|/
* lkdtm: remove set_fs-based testsChristoph Hellwig2020-09-084-29/+0
* misc: lkdtm: bugs: At least try to use popuated variableLee Jones2020-06-291-2/+2
* lkdtm: Make arch-specific tests always availableKees Cook2020-06-292-19/+21
* lkdtm/heap: Avoid edge and middle of slabsKees Cook2020-06-291-4/+5
* lkdtm: Avoid more compiler optimizations for bad writesKees Cook2020-06-293-15/+25
* lkdtm: bugs: Fix spelling mistakeGustavo A. R. Silva2020-04-231-1/+1
* drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook2020-04-073-0/+81
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-8/+17
|\
| * lkdtm/stackleak: Make the test more verboseAlexander Popov2020-02-101-8/+17
* | lkdtm: arm64: test kernel pointer authenticationAmit Daniel Kachhap2020-03-183-0/+38
|/
* lkdtm/bugs: fix build error in lkdtm_UNSET_SMEPBrendan Higgins2020-01-141-1/+1
* lkdtm/bugs: Make double-fault test always availableKees Cook2020-01-141-4/+6
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-013-0/+45
|\
| * lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski2019-11-263-0/+45
* | lkdtm: Remove references to CONFIG_REFCOUNT_FULLWill Deacon2019-11-251-2/+1
* | locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2019-11-251-8/+0
|/
* Merge 5.3-rc7 into char-misc-nextGreg Kroah-Hartman2019-09-021-2/+2
|\
| * lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACKRaul E Rangel2019-08-281-2/+2
* | lkdtm: Split WARNING into separate testsKees Cook2019-08-193-1/+8
* | lkdtm: Add Control Flow Integrity testKees Cook2019-08-124-0/+47
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-12/+3
|\
| * lkdtm: remove redundant initialization of retColin Ian King2019-06-231-1/+1
| * lkdtm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-121-11/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-123-0/+82
|\ \
| * | lkdtm/heap: add tests for freelist hardeningKees Cook2019-07-123-0/+82
* | | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-114-2/+69
|\ \ \ | |/ / |/| |
| * | lkdtm: Check for SMEP clearing protectionsKees Cook2019-06-233-0/+68
| * | Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-094-28/+28
| |\ \
| * | | lkdtm: support llvm-objcopyNick Desaulniers2019-05-241-2/+1
* | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \
| * | | | docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| | |/ / | |/| |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| |/ /
* | | Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-084-14/+27
|\ \ \ | |_|/ |/| |
| * | lkdtm/bugs: Adjust recursion test to avoid elisionKees Cook2019-04-073-10/+21
| * | lkdtm/usercopy: Moves the KERNEL_DS test to non-canonicalKees Cook2019-04-071-4/+6
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* lkdtm: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-181-2/+2