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-12-14 16:23:14 linux-kernel [PATCH 21/43] kmsan: mark noinstr as __no_sanitize_memory
2021-12-14 16:23:05 linux-kernel [PATCH 20/43] instrumented.h: add KMSAN support
2021-12-14 16:23:01 linux-kernel [PATCH 18/43] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
2021-12-14 16:22:59 linux-kernel [PATCH 17/43] kmsan: handle task creation and exiting
2021-12-14 16:22:57 linux-kernel [PATCH 13/43] kmsan: add KMSAN runtime core
2021-12-14 16:22:53 linux-kernel [PATCH 14/43] MAINTAINERS: add entry for KMSAN
2021-12-14 16:22:50 linux-kernel [PATCH 15/43] kmsan: mm: maintain KMSAN metadata for page operations
2021-12-14 16:22:44 linux-kernel [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code
2021-12-14 16:22:43 linux-kernel [PATCH 12/43] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
2021-12-14 16:22:38 linux-kernel [PATCH 11/43] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
2021-12-14 16:22:34 linux-kernel [PATCH 10/43] kmsan: pgtable: reduce vmalloc space
2021-12-14 16:22:32 linux-kernel [PATCH 08/43] kmsan: add ReST documentation
2021-12-14 16:22:28 linux-kernel [PATCH 09/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
2021-12-14 16:22:25 linux-kernel [PATCH 07/43] compiler_attributes.h: add __disable_sanitizer_instrumentation
2021-12-14 16:22:23 linux-kernel [PATCH 06/43] asm-generic: instrument usercopy in cacheflush.h
2021-12-14 16:22:20 linux-kernel [PATCH 05/43] asm: x86: instrument usercopy in get_user() and __put_user_size()
2021-12-14 16:22:19 linux-kernel [PATCH 04/43] instrumented.h: allow instrumenting both sides of copy_from_user()
2021-12-14 16:22:16 linux-kernel [PATCH 03/43] kasan: common: adapt to the new prototype of __stack_depot_save()
2021-12-14 16:22:11 linux-kernel [PATCH 02/43] stackdepot: reserve 5 extra bits in depot_stack_handle_t
2021-12-14 16:22:02 linux-kernel [PATCH 01/43] arch/x86: add missing include to sparsemem.h
2021-12-14 16:22:00 linux-kernel [PATCH 00/43] Add KernelMemorySanitizer infrastructure
2021-12-13 15:01:55 linux-kernel [PATCH v2] Input: psmouse: check the result of ps2_command() when detecting devices
2021-12-09 21:12:00 linux-kernel Re: randomize_kstack: To init or not to init?
2021-12-02 16:14:45 linux-kernel Re: [PATCH 08/31] kasan, page_alloc: refactor init checks in post_alloc_hook
2021-12-02 15:41:04 linux-kernel Re: [PATCH 07/31] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
2021-12-02 15:32:55 linux-kernel Re: [PATCH 03/31] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
2021-12-02 15:25:35 linux-kernel Re: [PATCH 02/31] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
2021-11-30 21:39:25 linux-kernel Re: [PATCH] x86/fpu/signal: initialize sw_bytes in save_xstate_epilog()
2021-11-30 12:04:19 linux-kernel Re: [PATCH] lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()
2021-11-29 18:53:47 linux-kernel Re: [syzbot] KMSAN: uninit-value in from_kuid
2021-11-29 13:22:25 linux-kernel Re: [syzbot] KMSAN: uninit-value in from_kuid
2021-11-26 13:36:31 linux-kernel [PATCH] x86/fpu/signal: initialize sw_bytes in save_xstate_epilog()
2021-11-26 11:44:27 linux-kernel Potential information leak in save_xstate_epilog()
2021-11-23 10:20:24 linux-kernel Re: [PATCH v2 2/5] uaccess-buffer: add core code
2021-11-23 10:09:45 linux-kernel Re: [PATCH v2 1/5] fs: use raw_copy_from_user() to copy mount() data
2021-11-03 16:25:04 linux-kernel Re: [PATCH v2 3/3] ARM: Support KFENCE for ARM
2021-09-30 20:59:19 linux-kernel Re: [PATCH] kfence: shorten critical sections of alloc/free
2021-09-30 15:49:19 linux-kernel Re: [PATCH v4 07/11] mm: kasan: Use is_kernel() helper
2021-09-23 15:51:42 linux-kernel Re: [PATCH v3 5/5] kfence: add note to documentation about skipping covered allocations
2021-09-23 13:51:05 linux-kernel Re: [PATCH v3 4/5] kfence: limit currently covered allocations when pool nearly full
2021-09-23 13:26:33 linux-kernel Re: [PATCH v3 4/5] kfence: limit currently covered allocations when pool nearly full
2021-09-23 11:38:19 linux-kernel Re: [PATCH v3 3/5] kfence: move saving stack trace of allocations into __kfence_alloc()
2021-09-23 11:19:53 linux-kernel Re: [PATCH v3 2/5] kfence: count unexpectedly skipped allocations
2021-09-23 11:17:31 linux-kernel Re: [PATCH v3 1/5] stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
2021-09-22 17:51:30 linux-crypto Re: [PATCH 0/4] hwrng: virtio - add an internal buffer
2021-09-18 20:06:40 linux-kernel Re: [PATCH] arm64: remove page granularity limitation from KFENCE
2021-09-14 12:58:29 linux-kernel Re: [PATCH 0/6] stackdepot, kasan, workqueue: Avoid expanding stackdepot slabs when holding raw_spin_lock
2021-09-14 12:14:56 linux-kernel Re: [PATCH 2/6] lib/stackdepot: remove unused function argument
2021-09-14 12:14:25 linux-kernel Re: [PATCH 1/6] lib/stackdepot: include gfp.h
2021-09-03 16:22:53 linux-kernel Re: [RFC PATCH v2 2/2] lib, stackdepot: Add helper to print stack entries.
2021-08-25 11:28:44 linux-kernel Re: [PATCH] kfence: test: fail fast if disabled at boot