summaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm
AgeCommit message (Expand)AuthorLines
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
2022-05-17lkdtm/heap: Hide allocation size from -Warray-boundsKees Cook-0/+1
2022-05-17lkdtm/usercopy: Check vmalloc and >0-order foliosKees Cook-0/+83
2022-05-11lkdtm/usercopy: Rename "heap" to "slab"Kees Cook-15/+15
2022-05-08lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=nMark Rutland-1/+11
2022-05-08lkdtm/stackleak: check stack boundariesMark Rutland-0/+20
2022-05-08lkdtm/stackleak: prevent unexpected stack usageMark Rutland-1/+23
2022-05-08lkdtm/stackleak: rework boundary managementMark Rutland-39/+47
2022-05-08lkdtm/stackleak: avoid spurious failureMark Rutland-7/+0
2022-04-26lkdtm: cfi: Fix type width for masking PAC bitsKees Cook-1/+1
2022-04-16lkdtm: Add CFI_BACKWARD to test ROP mitigationsKees Cook-0/+134
2022-04-12lkdtm: Move crashtype definitions into each categoryKees Cook-292/+301
2022-04-12lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAPChristophe Leroy-5/+8
2022-04-12lkdtm/usercopy: Expand size of "out of frame" objectKees Cook-3/+14
2022-04-12lkdtm/heap: Note conditions for SLAB_LINEAR_OVERFLOWKees Cook-0/+6
2022-04-12lkdtm/bugs: Check for the NULL pointer after calling kmallocJiasheng Jiang-0/+5
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2022-02-25lkdtm/fortify: Swap memcpy() for strncpy()Kees Cook-3/+3
2022-02-16lkdtm: Add a test for function descriptors protectionChristophe Leroy-0/+24
2022-02-16lkdtm: Fix execute_[user]_location()Christophe Leroy-9/+28
2022-02-16lkdtm: Really write into kernel text in WRITE_KERNChristophe Leroy-3/+5
2022-02-16lkdtm: Force do_nothing() out of lineChristophe Leroy-2/+2
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+15
2021-12-16lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()Christophe Leroy-1/+1
2021-12-16lkdtm: avoid printk() in recursive_loop()Ard Biesheuvel-7/+9
2021-12-16lkdtm: Note that lkdtm_kernel_info should be removed in the futureKees Cook-1/+5
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin-1/+1
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin-1/+1
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook-0/+79
2021-09-10lkdtm: Use init_uts_ns.name instead of macrosKees Cook-11/+27
2021-08-19lkdtm: remove IDE_CORE_CP crashpointKevin Mitchell-1/+0
2021-08-19lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQKevin Mitchell-1/+1
2021-08-18lkdtm/heap: Avoid __alloc_size hint warning for VMALLOC_LINEAR_OVERFLOWKees Cook-1/+8
2021-08-18lkdtm: Add kernel version to failure hintsKees Cook-8/+12
2021-08-18lkdtm/fortify: Consolidate FORTIFY_SOURCE testsKees Cook-54/+57
2021-08-18lkdtm/bugs: Add ARRAY_BOUNDS to selftestsKees Cook-0/+1
2021-07-21lkdtm: remove duplicated include of init.hWan Jiabing-1/+0
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-16/+213
2021-06-24lkdtm/heap: Add init_on_alloc testsKees Cook-0/+69
2021-06-24lkdtm: Add CONFIG hints in errors where possibleKees Cook-11/+116
2021-06-24lkdtm: Enable DOUBLE_FAULT on all architecturesKees Cook-2/+0
2021-06-24lkdtm/heap: Add vmalloc linear overflow testKees Cook-3/+25
2021-06-24lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITEKees Cook-0/+3
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss-3/+3