aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/lkdtm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-14drivers/misc/lkdtm: disable LTO for rodata.oSami Tolvanen1-0/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-0/+127
2020-12-15drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in commentFrancis Laniel1-7/+7
2020-12-15drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel4-0/+87
2020-12-15lkdtm: tests for FORTIFY_SOURCEDaniel Axtens3-0/+54
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+2
2020-12-15lkdtm: disable KASAN for rodata.oMarco Elver1-0/+1
2020-12-09lkdtm: don't move ctors to .rodataMark Rutland2-2/+2
2020-12-04lkdtm/powerpc: Add SLB multihit testGanesh Goudar4-0/+127
2020-09-08lkdtm: remove set_fs-based testsChristoph Hellwig4-29/+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 Cook2-19/+21
2020-06-29lkdtm/heap: Avoid edge and middle of slabsKees Cook1-4/+5
2020-06-29lkdtm: Avoid more compiler optimizations for bad writesKees Cook3-15/+25
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 Cook3-0/+81
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-8/+17
2020-03-18lkdtm: arm64: test kernel pointer authenticationAmit Daniel Kachhap3-0/+38
2020-02-10lkdtm/stackleak: Make the test more verboseAlexander Popov1-8/+17
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-12-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+45
2019-11-26lkdtm: Add a DOUBLE_FAULT crash type on x86Andy Lutomirski3-0/+45
2019-11-25lkdtm: Remove references to CONFIG_REFCOUNT_FULLWill Deacon1-2/+1
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon1-8/+0
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 Cook3-1/+8
2019-08-12lkdtm: Add Control Flow Integrity testKees Cook4-0/+47
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+3
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+82
2019-07-12lkdtm/heap: add tests for freelist hardeningKees Cook3-0/+82
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-2/+69
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-06-23lkdtm: Check for SMEP clearing protectionsKees Cook3-0/+68
2019-06-23lkdtm: remove redundant initialization of retColin Ian King1-1/+1
2019-06-14docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-12lkdtm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+2
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman4-28/+28
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-14/+27
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-24lkdtm: support llvm-objcopyNick Desaulniers1-2/+1
2019-04-07lkdtm/bugs: Adjust recursion test to avoid elisionKees Cook3-10/+21
2019-04-07lkdtm/usercopy: Moves the KERNEL_DS test to non-canonicalKees Cook1-4/+6
2019-01-18lkdtm: change snprintf to scnprintf for possible overflowSilvio Cesare1-2/+2
2019-01-09lkdtm: Add tests for NULL pointer dereferenceChristophe Leroy3-0/+22
2019-01-09lkdtm: Print real addressesChristophe Leroy1-9/+9
2019-01-09lkdtm: Do not depend on BLOCK and clean up headersKees Cook1-9/+0