aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/lkdtm
AgeCommit message (Expand)AuthorFilesLines
2019-01-18lkdtm: change snprintf to scnprintf for possible overflowGravatar Silvio Cesare 1-2/+2
2019-01-09lkdtm: Add tests for NULL pointer dereferenceGravatar Christophe Leroy 3-0/+22
2019-01-09lkdtm: Print real addressesGravatar Christophe Leroy 1-9/+9
2019-01-09lkdtm: Do not depend on BLOCK and clean up headersGravatar Kees Cook 1-9/+0
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-0/+79
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2018-09-12misc: lkdtm: fixed static variable initializationGravatar Parth Y Shah 1-1/+1
2018-09-04lkdtm: Add a test for STACKLEAKGravatar Alexander Popov 4-0/+79
2018-09-03lkdtm: Test copy_to_user() on bad kernel pointer under KERNEL_DSGravatar Jann Horn 3-0/+15
2018-03-06lkdtm: Add missing SPDX-License-Identifier lineGravatar Kees Cook 1-0/+1
2018-03-06lkdtm: Relocate code to subdirectoryGravatar Kees Cook 9-0/+1969