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
2020-11-12 15:19:02 linux-kernel Re: [PATCH v9 21/44] kasan: kasan_non_canonical_hook only for software modes
2020-11-12 15:11:58 linux-kernel Re: [PATCH v9 17/44] kasan, arm64: move initialization message
2020-11-11 16:59:12 linux-kernel Re: [PATCH v9 43/44] kasan: add documentation for hardware tag-based mode
2020-11-11 16:53:36 linux-kernel Re: [PATCH v9 42/44] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
2020-11-11 16:45:28 linux-kernel Re: [PATCH v9 40/44] kasan, arm64: print report from tag fault handler
2020-11-11 16:25:28 linux-kernel Re: [PATCH v9 38/44] kasan, arm64: expand CONFIG_KASAN checks
2020-11-11 16:21:26 linux-kernel Re: [PATCH v9 23/44] kasan: separate metadata_fetch_row for each mode
2020-11-11 16:19:55 linux-kernel Re: [PATCH v9 37/44] kasan, x86, s390: update undef CONFIG_KASAN
2020-11-11 16:17:25 linux-kernel Re: [PATCH v9 36/44] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
2020-11-11 16:13:34 linux-kernel Re: [PATCH v9 34/44] arm64: kasan: Align allocations for HW_TAGS
2020-11-11 16:00:53 linux-kernel Re: [PATCH v9 25/44] kasan: introduce CONFIG_KASAN_HW_TAGS
2020-11-11 15:57:09 linux-kernel Re: [PATCH v9 24/44] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
2020-11-11 15:26:39 linux-kernel Re: [PATCH v9 23/44] kasan: separate metadata_fetch_row for each mode
2020-11-11 15:23:50 linux-kernel Re: [PATCH v9 22/44] kasan: rename SHADOW layout macros to META
2020-11-11 15:14:10 linux-kernel Re: [PATCH v9 21/44] kasan: kasan_non_canonical_hook only for software modes
2020-11-11 15:12:00 linux-kernel Re: [PATCH v9 20/44] kasan: rename print_shadow_for_address to print_memory_metadata
2020-11-11 15:09:09 linux-kernel Re: [PATCH v9 19/44] kasan: rename addr_has_shadow to addr_has_metadata
2020-11-11 15:08:48 linux-kernel Re: [PATCH v9 17/44] kasan, arm64: move initialization message
2020-11-11 15:08:26 linux-kernel Re: [PATCH v9 18/44] kasan, arm64: rename kasan_init_tags and mark as __init
2020-11-11 15:04:08 linux-kernel Re: [PATCH v9 16/44] kasan, arm64: only use kasan_depth for software modes
2020-11-11 14:32:27 linux-kernel Re: [PATCH v9 15/44] kasan, arm64: only init shadow for software modes
2020-11-11 14:28:31 linux-kernel Re: [PATCH v9 13/44] kasan: hide invalid free check implementation
2020-11-11 14:27:38 linux-kernel Re: [PATCH v9 14/44] kasan: decode stack frame only with KASAN_STACK_ENABLE
2020-11-11 14:22:22 linux-kernel Re: [PATCH v9 12/44] kasan: don't duplicate config dependencies
2020-11-11 14:20:10 linux-kernel Re: [PATCH v9 11/44] kasan: rename report and tags files
2020-11-11 14:15:50 linux-kernel Re: [PATCH v9 10/44] kasan: define KASAN_GRANULE_PAGE
2020-11-11 14:12:54 linux-kernel Re: [PATCH v9 09/44] kasan: split out shadow.c from common.c
2020-11-11 13:53:31 linux-kernel Re: [PATCH v9 08/44] kasan: only build init.c for software modes
2020-11-11 13:48:43 linux-kernel Re: [PATCH v9 07/44] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
2020-11-11 13:29:46 linux-kernel Re: [PATCH v9 06/44] kasan: rename (un)poison_shadow to (un)poison_memory
2020-11-11 13:27:27 linux-kernel Re: [PATCH v9 05/44] kasan: shadow declarations only for software modes
2020-11-11 13:25:05 linux-kernel Re: [PATCH v9 03/44] kasan: group vmalloc code
2020-11-11 13:23:49 linux-kernel Re: [PATCH v9 02/44] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
2020-11-11 13:19:01 linux-kernel Re: [PATCH v9 01/44] kasan: drop unnecessary GPL text from comment headers
2020-11-11 11:50:04 linux-kernel Re: [PATCH v4 1/2] security: add fault injection capability
2020-11-06 12:22:03 linux-kernel Re: [PATCH] kfence: Fix parameter description for kfence_object_start()
2020-11-04 15:19:26 linux-kernel Re: [PATCH v7 0/9] KFENCE: A low-overhead sampling-based memory safety error detector
2020-10-30 10:02:00 linux-kernel Re: [PATCH v6 7/9] kfence, Documentation: add KFENCE documentation
2020-10-29 17:40:10 linux-kernel Re: [PATCH 3/3] mm, page_alloc: reduce static keys in prep_new_page()
2020-10-29 15:27:35 linux-kernel [PATCH v5] x86: add failure injection to get/put/clear_user
2020-10-23 16:52:55 linux-kernel [PATCH v4] x86: add failure injection to get/put/clear_user
2020-10-23 08:29:54 linux-kernel Re: [PATCH v4] x86: add failure injection to get/put/clear_user
2020-10-05 16:04:45 linux-kernel Re: [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure
2020-10-05 09:33:16 linux-kernel Re: [PATCH v4 05/11] mm, kfence: insert KFENCE hooks for SLUB
2020-10-01 11:26:39 linux-kernel Re: [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
2020-09-29 17:06:23 linux-kernel Re: [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
2020-09-29 16:54:28 linux-kernel Re: [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
2020-09-29 13:15:24 linux-kernel Re: [PATCH v3 06/10] kfence, kasan: make KFENCE compatible with KASAN
2020-09-25 15:28:48 linux-kernel Re: [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
2020-09-24 12:15:28 linux-kernel Re: [PATCH v4 3/6] kasan: print timer and workqueue stack
2020-09-24 11:52:51 linux-kernel Re: [PATCH v4 0/6] kasan: add workqueue and timer stack for generic KASAN