summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-3/+3
|\
| * lkdtm/fortify: Swap memcpy() for strncpy()Kees Cook2022-02-251-3/+3
* | lkdtm: Add a test for function descriptors protectionChristophe Leroy2022-02-163-0/+24
* | lkdtm: Fix execute_[user]_location()Christophe Leroy2022-02-161-9/+28
* | lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy2022-02-161-3/+5
* | lkdtm: Force do_nothing() out of lineChristophe Leroy2022-02-161-2/+2
|/
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-143-9/+15
|\
| * lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()Christophe Leroy2021-12-161-1/+1
| * lkdtm: avoid printk() in recursive_loop()Ard Biesheuvel2021-12-161-7/+9
| * lkdtm: Note that lkdtm_kernel_info should be removed in the futureKees Cook2021-12-161-1/+5
* | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-1/+1
* | powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-1/+1
|/
* lkdtm/bugs: Check that a per-task stack canary existsKees Cook2021-10-253-0/+79
* lkdtm: Use init_uts_ns.name instead of macrosKees Cook2021-09-102-11/+27
* lkdtm: remove IDE_CORE_CP crashpointKevin Mitchell2021-08-191-1/+0
* lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQKevin Mitchell2021-08-191-1/+1
* lkdtm/heap: Avoid __alloc_size hint warning for VMALLOC_LINEAR_OVERFLOWKees Cook2021-08-181-1/+8
* lkdtm: Add kernel version to failure hintsKees Cook2021-08-181-8/+12
* lkdtm/fortify: Consolidate FORTIFY_SOURCE testsKees Cook2021-08-184-54/+57
* lkdtm/bugs: Add ARRAY_BOUNDS to selftestsKees Cook2021-08-181-0/+1
* lkdtm: remove duplicated include of init.hWan Jiabing2021-07-211-1/+0
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-058-16/+213
|\
| * lkdtm/heap: Add init_on_alloc testsKees Cook2021-06-243-0/+69
| * lkdtm: Add CONFIG hints in errors where possibleKees Cook2021-06-248-11/+116
| * lkdtm: Enable DOUBLE_FAULT on all architecturesKees Cook2021-06-241-2/+0
| * lkdtm/heap: Add vmalloc linear overflow testKees Cook2021-06-243-3/+25
| * lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITEKees Cook2021-06-241-0/+3
* | arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss2021-06-151-3/+3
|/
* 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
|/