Alexander Potapenko ([email protected])

Number of posts: 1403 (0.45 per day)
First post: 2015-11-02 17:03:54
Last post: 2024-06-04 15:27:12

Date List Subject
2021-01-15 13:54:22 linux-kernel Re: [PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk
2021-01-15 13:47:03 linux-kernel Re: [PATCH v3 15/15] kasan: don't run tests when KASAN is not enabled
2021-01-15 13:36:28 linux-kernel Re: [PATCH v3 05/15] kasan: add match-all tag tests
2021-01-15 13:30:55 linux-kernel Re: [PATCH v3 03/15] kasan: clean up comments in tests
2021-01-15 13:11:23 linux-kernel Re: [PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
2021-01-15 13:06:46 linux-kernel [PATCH v2 1/5] tracing: add error_report trace points
2021-01-15 13:06:43 linux-kernel [PATCH v2 4/5] kfence: use error_report_start and error_report_end tracepoints
2021-01-15 13:06:34 linux-kernel [PATCH v2 5/5] kasan: use error_report_start and error_report_end tracepoints
2021-01-15 13:06:18 linux-kernel [PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
2021-01-15 13:06:04 linux-kernel [PATCH v2 2/5] lib: add error_report_notify to collect debugging tools' reports
2021-01-15 13:06:02 linux-kernel [PATCH v2 3/5] docs: ABI: add /sys/kernel/error_report/ documentation
2021-01-15 12:56:40 linux-kernel Re: [PATCH 1/4] tracing: add error_report trace points
2021-01-15 10:23:23 linux-kernel Re: [PATCH 2/4] lib: add error_report_notify to collect debugging tools' reports
2021-01-14 09:54:10 linux-kernel Re: [PATCH 2/4] lib: add error_report_notify to collect debugging tools' reports
2021-01-14 07:55:24 linux-kernel Re: [PATCH 1/4] tracing: add error_report trace points
2021-01-13 16:48:08 linux-kernel Re: [PATCH v2 04/14] kasan: add macros to simplify checking test constraints
2021-01-13 16:36:12 linux-kernel Re: [PATCH v2 09/14] kasan: adapt kmalloc_uaf2 test to HW_TAGS mode
2021-01-13 12:32:22 linux-kernel Re: [PATCH 09/11] kasan: fix memory corruption in kasan_bitops_tags test
2021-01-13 09:21:37 linux-kernel [PATCH 4/4] kasan: use error_report_start and error_report_end tracepoints
2021-01-13 09:20:08 linux-kernel [PATCH 1/4] tracing: add error_report trace points
2021-01-13 09:19:46 linux-kernel [PATCH 3/4] kfence: use error_report_start and error_report_end tracepoints
2021-01-13 09:19:19 linux-kernel [PATCH 2/4] lib: add error_report_notify to collect debugging tools' reports
2021-01-13 09:19:05 linux-kernel [PATCH 0/4] Add sysfs interface to collect reports from debugging tools
2021-01-12 23:31:29 linux-kernel Re: [PATCH 11/11] kasan: add proper page allocator tests
2021-01-12 23:19:56 linux-kernel Re: [PATCH 09/11] kasan: fix memory corruption in kasan_bitops_tags test
2021-01-12 23:19:44 linux-kernel Re: [PATCH 08/11] kasan: adopt kmalloc_uaf2 test to HW_TAGS mode
2021-01-12 23:15:07 linux-kernel Re: [PATCH 04/11] kasan: add match-all tag tests
2021-01-12 11:48:29 linux-kernel Re: [PATCH 07/11] kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL
2021-01-12 11:44:57 linux-kernel Re: [PATCH 06/11] kasan: rename CONFIG_TEST_KASAN_MODULE
2021-01-12 11:41:29 linux-kernel Re: [PATCH 01/11] kasan: prefix exported functions with kasan_
2021-01-12 11:40:55 linux-kernel Re: [PATCH 03/11] kasan: clean up comments in tests
2021-01-12 11:39:49 linux-kernel Re: [PATCH 02/11] kasan: clarify HW_TAGS impact on TBI
2021-01-07 09:46:44 linux-kernel Re: [PATCH v4 1/2] lib: stackdepot: Add support to configure STACK_HASH_SIZE
2020-12-23 14:45:14 linux-kernel Re: [PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE
2020-12-21 19:21:22 linux-kernel Re: [PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE
2020-12-17 15:59:09 linux-kernel Re: [PATCH] kfence: fix typo in test
2020-12-17 10:57:38 linux-kernel Re: [PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE
2020-12-14 14:23:49 linux-kernel Re: [PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE
2020-12-12 04:17:25 linux-kernel Re: [PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE
2020-12-11 14:22:39 linux-kernel Re: [PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE
2020-12-04 12:34:17 linux-kernel Re: [PATCH] kfence: fix implicit function declaration
2020-11-18 16:11:52 linux-kernel Re: [PATCH mm v10 31/42] kasan, mm: untag page address in free_reserved_area
2020-11-18 16:06:20 linux-kernel Re: [PATCH mm v10 23/42] kasan: introduce CONFIG_KASAN_HW_TAGS
2020-11-18 15:52:13 linux-kernel Re: [PATCH mm v10 24/42] arm64: Enable armv8.5-a asm-arch option
2020-11-18 15:47:32 linux-kernel Re: [PATCH mm v10 41/42] kasan: add documentation for hardware tag-based mode
2020-11-18 15:41:22 linux-kernel Re: [PATCH mm v10 09/42] kasan: define KASAN_MEMORY_PER_SHADOW_PAGE
2020-11-18 15:33:36 linux-kernel Re: [PATCH mm v10 05/42] kasan: rename (un)poison_shadow to (un)poison_range
2020-11-12 17:39:43 linux-kernel Re: [PATCH v9 39/44] kasan, arm64: implement HW_TAGS runtime
2020-11-12 16:45:37 linux-kernel Re: [PATCH v9 44/44] kselftest/arm64: Check GCR_EL1 after context switch
2020-11-12 16:12:31 linux-kernel Re: [PATCH v9 41/44] kasan, mm: reset tags when accessing metadata
2020-11-12 16:04:41 linux-kernel Re: [PATCH v9 44/44] kselftest/arm64: Check GCR_EL1 after context switch