summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-08Merge 4.9.174 into android-4.9Greg Kroah-Hartman69-318/+612
2019-05-08kasan: remove redundant initialization of variable 'real_size'Colin Ian King1-1/+1
2018-03-15UPSTREAM: kasan: add tests for alloca poisoningPaul Lawrence1-0/+22
2017-12-18BACKPORT: kasan: report only the first error by defaultMark Rutland5-5/+55
2016-12-01kasan: support use-after-scope detectionDmitry Vyukov4-0/+52
2016-05-21kasan/tests: add tests for user memory access functionsAndrey Ryabinin1-0/+49
2016-05-21mm, kasan: add a ksize() testAlexander Potapenko1-0/+20
2016-03-25kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko1-0/+2
2016-03-25kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()Alexander Potapenko1-1/+27
2015-11-06lib: test_kasan: add some testcasesWang Long1-0/+69
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long1-1/+1
2015-09-10lib/test_kasan.c: fix a typoWang Long1-2/+2
2015-02-14lib: add kasan test moduleAndrey Ryabinin3-3/+289