Date |
List |
Subject |
2021-01-15 17:57:11
|
linux-kernel
|
[PATCH v4 14/15] kasan: add a test for kmem_cache_alloc/free_bulk |
2021-01-15 17:56:45
|
linux-kernel
|
[PATCH v4 13/15] kasan: add proper page allocator tests |
2021-01-15 17:56:43
|
linux-kernel
|
[PATCH v4 08/15] kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL |
2021-01-15 17:56:41
|
linux-kernel
|
[PATCH v4 12/15] kasan: fix bug detection via ksize for HW_TAGS mode |
2021-01-15 17:56:34
|
linux-kernel
|
[PATCH v4 11/15] kasan: move _RET_IP_ to inline wrappers |
2021-01-15 17:55:31
|
linux-kernel
|
[PATCH v4 10/15] kasan: fix memory corruption in kasan_bitops_tags test |
2021-01-15 17:55:28
|
linux-kernel
|
[PATCH v4 07/15] kasan: rename CONFIG_TEST_KASAN_MODULE |
2021-01-15 17:55:23
|
linux-kernel
|
[PATCH v4 05/15] kasan: add match-all tag tests |
2021-01-15 17:55:12
|
linux-kernel
|
[PATCH v4 03/15] kasan: clean up comments in tests |
2021-01-15 17:55:05
|
linux-kernel
|
[PATCH v4 02/15] kasan: clarify HW_TAGS impact on TBI |
2021-01-15 17:55:05
|
linux-kernel
|
[PATCH v4 01/15] kasan: prefix global functions with kasan_ |
2021-01-15 17:55:01
|
linux-kernel
|
[PATCH v4 00/15] kasan: HW_TAGS tests support and fixes |
2021-01-15 17:45:09
|
linux-kernel
|
[PATCH v3 0/2] kasan: fixes for 5.11-rc |
2021-01-15 17:45:01
|
linux-kernel
|
[PATCH v3 2/2] kasan, arm64: fix pointer tags in KASAN reports |
2021-01-15 17:44:26
|
linux-kernel
|
[PATCH v3 1/2] kasan, mm: fix conflicts with init_on_alloc/free |
2021-01-15 17:42:06
|
linux-kernel
|
Re: [PATCH 2/2] kasan, arm64: fix pointer tags in KASAN reports |
2021-01-15 17:27:10
|
linux-kernel
|
Re: [PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk |
2021-01-15 17:05:14
|
linux-kernel
|
Re: [PATCH 2/2] kasan, arm64: fix pointer tags in KASAN reports |
2021-01-15 16:33:10
|
linux-kernel
|
Re: [PATCH 2/2] kasan, arm64: fix pointer tags in KASAN reports |
2021-01-15 16:27:37
|
linux-kernel
|
Re: [PATCH 2/2] kasan, arm64: fix pointer tags in KASAN reports |
2021-01-15 13:16:13
|
linux-kernel
|
Re: [PATCH 2/2] kasan, arm64: fix pointer tags in KASAN reports |
2021-01-15 13:13:23
|
linux-kernel
|
Re: [PATCH 05/11] kasan, arm64: allow using KUnit tests with HW_TAGS mode |
2021-01-15 12:50:57
|
linux-kernel
|
Re: [PATCH v2 2/2] kasan, arm64: fix pointer tags in KASAN reports |
2021-01-15 01:08:57
|
linux-kernel
|
[PATCH v2 2/2] kasan, arm64: fix pointer tags in KASAN reports |
2021-01-14 19:43:12
|
linux-kernel
|
[PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk |
2021-01-14 19:42:35
|
linux-kernel
|
[PATCH v3 12/15] kasan: fix bug detection via ksize for HW_TAGS mode |
2021-01-14 19:42:10
|
linux-kernel
|
[PATCH v3 07/15] kasan: rename CONFIG_TEST_KASAN_MODULE |
2021-01-14 19:41:53
|
linux-kernel
|
[PATCH v3 08/15] kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL |
2021-01-14 19:41:44
|
linux-kernel
|
[PATCH v3 09/15] kasan: adapt kmalloc_uaf2 test to HW_TAGS mode |
2021-01-14 19:41:37
|
linux-kernel
|
[PATCH v3 11/15] kasan: move _RET_IP_ to inline wrappers |
2021-01-14 19:41:26
|
linux-kernel
|
[PATCH v3 13/15] kasan: add proper page allocator tests |
2021-01-14 19:40:55
|
linux-kernel
|
[PATCH v3 15/15] kasan: don't run tests when KASAN is not enabled |
2021-01-14 19:40:25
|
linux-kernel
|
[PATCH v3 05/15] kasan: add match-all tag tests |
2021-01-14 19:40:18
|
linux-kernel
|
[PATCH v3 06/15] kasan, arm64: allow using KUnit tests with HW_TAGS mode |
2021-01-14 19:40:14
|
linux-kernel
|
[PATCH v3 02/15] kasan: clarify HW_TAGS impact on TBI |
2021-01-14 19:40:09
|
linux-kernel
|
[PATCH v3 10/15] kasan: fix memory corruption in kasan_bitops_tags test |
2021-01-14 19:39:49
|
linux-kernel
|
[PATCH v3 04/15] kasan: add macros to simplify checking test constraints |
2021-01-14 19:39:22
|
linux-kernel
|
[PATCH v3 00/15] kasan: HW_TAGS tests support and fixes |
2021-01-14 19:39:21
|
linux-kernel
|
[PATCH v3 01/15] kasan: prefix global functions with kasan_ |
2021-01-14 19:39:11
|
linux-kernel
|
[PATCH v3 03/15] kasan: clean up comments in tests |
2021-01-14 19:37:06
|
linux-kernel
|
[PATCH v2 0/2] kasan: fixes for 5.11-rc |
2021-01-14 19:36:59
|
linux-kernel
|
[PATCH v2 1/2] kasan, mm: fix conflicts with init_on_alloc/free |
2021-01-14 18:04:31
|
linux-kernel
|
Re: [PATCH v2 11/14] kasan: fix bug detection via ksize for HW_TAGS mode |
2021-01-14 18:01:58
|
linux-kernel
|
Re: [PATCH v2 11/14] kasan: fix bug detection via ksize for HW_TAGS mode |
2021-01-14 15:35:01
|
linux-kernel
|
Re: [PATCH v2 13/14] kasan: add a test for kmem_cache_alloc/free_bulk |
2021-01-14 15:34:26
|
linux-kernel
|
Re: [PATCH v2 14/14] kasan: don't run tests when KASAN is not enabled |
2021-01-14 15:34:00
|
linux-kernel
|
Re: [PATCH 1/2] kasan, mm: fix conflicts with init_on_alloc/free |
2021-01-13 16:27:40
|
linux-kernel
|
[PATCH v2 14/14] kasan: don't run tests when KASAN is not enabled |
2021-01-13 16:26:58
|
linux-kernel
|
[PATCH v2 10/14] kasan: fix memory corruption in kasan_bitops_tags test |
2021-01-13 16:26:48
|
linux-kernel
|
[PATCH v2 12/14] kasan: add proper page allocator tests |
2021-01-13 16:26:35
|
linux-kernel
|
[PATCH v2 11/14] kasan: fix bug detection via ksize for HW_TAGS mode |