summaryrefslogtreecommitdiffstats
path: root/lib/test_kasan.c
AgeCommit message (Expand)Author
2021-07-08lib/test: fix spelling mistakesZhen Lei
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds
2021-06-29kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()David Gow
2021-06-25kasan: test: make use of kunit_skip()Marco Elver
2021-05-14kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabledPeter Collingbourne
2021-04-30kasan: detect false-positives in testsAndrey Konovalov
2021-04-30kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov
2021-04-11kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov
2021-04-11kasan: Add KASAN mode kernel parameterVincenzo Frascino
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov
2021-02-26kasan: rework krealloc testsAndrey Konovalov
2021-02-24kasan: don't run tests when KASAN is not enabledAndrey Konovalov
2021-02-24kasan: add a test for kmem_cache_alloc/free_bulkAndrey Konovalov
2021-02-24kasan: add proper page allocator testsAndrey Konovalov
2021-02-24kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov
2021-02-24kasan: fix memory corruption in kasan_bitops_tags testAndrey Konovalov
2021-02-24kasan: adapt kmalloc_uaf2 test to HW_TAGS modeAndrey Konovalov
2021-02-24kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov
2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov
2021-02-24kasan: add match-all tag testsAndrey Konovalov
2021-02-24kasan: add macros to simplify checking test constraintsAndrey Konovalov
2021-02-24kasan: clean up comments in testsAndrey Konovalov
2020-12-22kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*Andrey Konovalov
2020-11-02kasan: adopt KUNIT tests to SW_TAGS modeAndrey Konovalov
2020-10-13KASAN: port KASAN Tests to KUnitPatricia Alfonso
2020-10-13KUnit: KASAN IntegrationPatricia Alfonso
2020-08-07kasan: adjust kasan_stack_oob for tag-based modeAndrey Konovalov
2020-08-07lib/test_kasan.c: fix KASAN unit tests for tag-based KASANWalter Wu
2020-08-07kasan: add tests for call_rcu stack recordingWalter Wu
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens
2020-04-02kasan: add test for invalid size in memmoveWalter Wu
2020-01-31lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva
2019-12-01kasan: add test for vmallocDaniel Axtens
2019-09-24lib/test_kasan.c: add roundtrip testsMark Rutland
2019-07-12lib/test_kasan: Add test for double-kzfree detectionMarco Elver
2019-07-12lib/test_kasan: add bitops testsMarco Elver
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2018-10-26lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin
2018-04-11kasan: fix invalid-free test crashing the kernelAndrey Konovalov
2018-02-06kasan: remove redundant initialization of variable 'real_size'Colin Ian King
2018-02-06kasan: detect invalid freesDmitry Vyukov
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov
2018-02-06kasan: add tests for alloca poisoningPaul Lawrence
2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring
2017-03-31kasan: report only the first error by defaultMark Rutland
2017-02-24kasan: add memcg kmem_cache testGreg Thelen
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov
2016-05-20kasan/tests: add tests for user memory access functionsAndrey Ryabinin