1. 88e96b8 ANDROID: fix up merge error in kasan_test.c by Greg Kroah-Hartman · 7 months ago
  2. 01c0bfa Merge 764929accff3 ("x86/static_call: Add support for Jcc tail-calls") into android13-5.15-lts by Greg Kroah-Hartman · 7 months ago
  3. 218e261 kasan/test: avoid gcc warning for intentional overflow by Arnd Bergmann · 11 months ago
  4. 76645e0 kasan: test: add memcpy test that avoids out-of-bounds write by Peter Collingbourne · 11 months ago
  5. bc92053 UPSTREAM: kasan: test: prevent cache merging in kmem_cache_double_destroy by Andrey Konovalov · 2 years, 3 months ago
  6. 8fd5b33 Merge 5.15.61 into android13-5.15-lts by Greg Kroah-Hartman · 2 years, 7 months ago
  7. abd3622 kasan: test: Silence GCC 12 warnings by Kees Cook · 2 years, 7 months ago
  8. 52c83986 BACKPORT: kasan: test: support async (again) and asymm modes for HW_TAGS by Andrey Konovalov · 2 years, 11 months ago
  9. 4b6f018 ANDROID: kasan: sync vmalloc support with linux-next/akpm by Andrey Konovalov · 3 years ago
  10. acccc2a FROMLIST: kasan: improve vmalloc tests by Andrey Konovalov · 3 years, 1 month ago
  11. b35dd8c UPSTREAM: kasan: test: fix compatibility with FORTIFY_SOURCE by Marco Elver · 3 years, 1 month ago
  12. 2ad8d9d UPSTREAM: kasan: test: add test case for double-kmem_cache_destroy() by Marco Elver · 3 years, 1 month ago
  13. ac3107b UPSTREAM: kasan: test: add globals left-out-of-bounds test by Marco Elver · 3 years, 1 month ago
  14. 3457cc5 UPSTREAM: kasan: test: silence intentional read overflow warnings by Kees Cook · 3 years, 1 month ago
  15. 6b8cc5f UPSTREAM: kasan: test: bypass __alloc_size checks by Kees Cook · 3 years, 1 month ago
  16. 0c32aa8 UPSTREAM: kasan: test: add memcpy test that avoids out-of-bounds write by Peter Collingbourne · 3 years, 1 month ago
  17. 54e7498 UPSTREAM: kasan: Extend KASAN mode kernel parameter by Vincenzo Frascino · 3 years, 1 month ago
  18. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  19. b38fcca kasan: test: clean up ksize_uaf by Andrey Konovalov · 3 years, 6 months ago
  20. 25b12a5 kasan: test: only do kmalloc_uaf_memset for generic mode by Andrey Konovalov · 3 years, 6 months ago
  21. 1b0668b kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS by Andrey Konovalov · 3 years, 6 months ago
  22. 555999a kasan: test: avoid corrupting memory via memset by Andrey Konovalov · 3 years, 6 months ago
  23. 8fbad19 kasan: test: avoid writing invalid memory by Andrey Konovalov · 3 years, 6 months ago
  24. ab51280 kasan: test: rework kmalloc_oob_right by Andrey Konovalov · 3 years, 6 months ago
  25. 7672150 arm64: kasan: mte: remove redundant mte_report_once logic by Mark Rutland · 3 years, 7 months ago
  26. 53b0fe3 lib/test: fix spelling mistakes by Zhen Lei · 3 years, 8 months ago
  27. a48ad6e Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 8 months ago
  28. 3ff16d3 kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() by David Gow · 3 years, 9 months ago
  29. 40eb5cf kasan: test: make use of kunit_skip() by Marco Elver · 3 years, 9 months ago
  30. f649dc0 kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled by Peter Collingbourne · 3 years, 10 months ago
  31. 99734b5 kasan: detect false-positives in tests by Andrey Konovalov · 3 years, 11 months ago
  32. aa5c219 kasan: init memory in kasan_(un)poison for HW_TAGS by Andrey Konovalov · 3 years, 11 months ago
  33. e80a76a kasan, arm64: tests supports for HW_TAGS async mode by Andrey Konovalov · 4 years ago
  34. 2603f8a kasan: Add KASAN mode kernel parameter by Vincenzo Frascino · 4 years ago
  35. 26a5ca7 kasan, mm: fail krealloc on freed objects by Andrey Konovalov · 4 years, 1 month ago
  36. b87c28b9 kasan: rework krealloc tests by Andrey Konovalov · 4 years, 1 month ago
  37. d82dc3a kasan: don't run tests when KASAN is not enabled by Andrey Konovalov · 4 years, 1 month ago
  38. 1151613 kasan: add a test for kmem_cache_alloc/free_bulk by Andrey Konovalov · 4 years, 1 month ago
  39. 858bdeb kasan: add proper page allocator tests by Andrey Konovalov · 4 years, 1 month ago
  40. 611806b kasan: fix bug detection via ksize for HW_TAGS mode by Andrey Konovalov · 4 years, 1 month ago
  41. e66e179 kasan: fix memory corruption in kasan_bitops_tags test by Andrey Konovalov · 4 years, 1 month ago
  42. 1b1df4c kasan: adapt kmalloc_uaf2 test to HW_TAGS mode by Andrey Konovalov · 4 years, 1 month ago
  43. 2e4bde6 kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL by Andrey Konovalov · 4 years, 1 month ago
  44. f05842c kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 4 years, 1 month ago
  45. 573a480 kasan: add match-all tag tests by Andrey Konovalov · 4 years, 1 month ago
  46. da17e37 kasan: add macros to simplify checking test constraints by Andrey Konovalov · 4 years, 1 month ago
  47. 0fd3792 kasan: clean up comments in tests by Andrey Konovalov · 4 years, 1 month ago
  48. 1f60062 kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* by Andrey Konovalov · 4 years, 3 months ago
  49. 58b999d kasan: adopt KUNIT tests to SW_TAGS mode by Andrey Konovalov · 4 years, 4 months ago
  50. 73228c7 KASAN: port KASAN Tests to KUnit by Patricia Alfonso · 4 years, 5 months ago
  51. 83c4e7a KUnit: KASAN Integration by Patricia Alfonso · 4 years, 5 months ago
  52. 51dcc81 kasan: adjust kasan_stack_oob for tag-based mode by Andrey Konovalov · 4 years, 7 months ago
  53. f33a014 lib/test_kasan.c: fix KASAN unit tests for tag-based KASAN by Walter Wu · 4 years, 7 months ago
  54. 387d6e4 kasan: add tests for call_rcu stack recording by Walter Wu · 4 years, 7 months ago
  55. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
  56. adb72ae kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE by Daniel Axtens · 4 years, 9 months ago
  57. 98f3b56 kasan: add test for invalid size in memmove by Walter Wu · 5 years ago
  58. 3e21d9a lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() by Gustavo A. R. Silva · 5 years ago
  59. 0651391 kasan: add test for vmalloc by Daniel Axtens · 5 years ago
  60. b92a953 lib/test_kasan.c: add roundtrip tests by Mark Rutland · 5 years ago
  61. bb104ed lib/test_kasan: Add test for double-kzfree detection by Marco Elver · 6 years ago
  62. 19a33ca lib/test_kasan: add bitops tests by Marco Elver · 6 years ago
  63. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  64. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  65. 0c96350 lib/test_kasan.c: add tests for several string/memory API functions by Andrey Ryabinin · 6 years ago
  66. 91c93ed kasan: fix invalid-free test crashing the kernel by Andrey Konovalov · 7 years ago
  67. 48c2323 kasan: remove redundant initialization of variable 'real_size' by Colin Ian King · 7 years ago
  68. b1d5728 kasan: detect invalid frees by Dmitry Vyukov · 7 years ago
  69. 47adccc kasan: detect invalid frees for large objects by Dmitry Vyukov · 7 years ago
  70. 00a1429 kasan: add tests for alloca poisoning by Paul Lawrence · 7 years ago
  71. dc2bf000 lib/test: delete five error messages for failed memory allocations by Markus Elfring · 7 years ago
  72. b0845ce kasan: report only the first error by default by Mark Rutland · 8 years ago
  73. 0386bf3 kasan: add memcg kmem_cache test by Greg Thelen · 8 years ago
  74. 828347f kasan: support use-after-scope detection by Dmitry Vyukov · 8 years ago
  75. eae08dc kasan/tests: add tests for user memory access functions by Andrey Ryabinin · 9 years ago
  76. 96fe805 mm, kasan: add a ksize() test by Alexander Potapenko · 9 years ago
  77. 9dcadd3 kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2 by Alexander Potapenko · 9 years ago
  78. e6e8379 kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right() by Alexander Potapenko · 9 years ago
  79. f523e73 lib: test_kasan: add some testcases by Wang Long · 9 years ago
  80. 6b4a35f lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly by Wang Long · 10 years ago
  81. 9789d8e lib/test_kasan.c: fix a typo by Wang Long · 10 years ago
  82. 3f15801 lib: add kasan test module by Andrey Ryabinin · 10 years ago