Marco Elver ([email protected])

Number of posts: 2668 (1.44 per day)
First post: 2019-05-17 13:21:47
Last post: 2024-06-14 14:32:11

Date List Subject
2021-12-01 12:25:43 linux-kernel Re: [PATCH v2] arm64: Enable KCSAN
2021-12-01 11:35:40 linux-kernel Re: [PATCH 29/31] kasan, arm64: allow KASAN_VMALLOC with HW_TAGS
2021-12-01 10:17:54 linux-kernel Re: [PATCH v2] arm64: Enable KCSAN
2021-11-30 23:29:57 linux-kernel Re: [PATCH] x86/fpu/signal: initialize sw_bytes in save_xstate_epilog()
2021-11-30 11:47:52 linux-kernel [PATCH v3 22/25] objtool, kcsan: Add memory barrier instrumentation to whitelist
2021-11-30 11:47:48 linux-kernel [PATCH v3 21/25] sched, kcsan: Enable memory barrier instrumentation
2021-11-30 11:47:16 linux-kernel [PATCH v3 25/25] kcsan: Support WEAK_MEMORY with Clang where no objtool support exists
2021-11-30 11:47:13 linux-kernel [PATCH v3 24/25] compiler_attributes.h: Add __disable_sanitizer_instrumentation
2021-11-30 11:47:06 linux-kernel [PATCH v3 23/25] objtool, kcsan: Remove memory barrier instrumentation from noinstr
2021-11-30 11:47:03 linux-kernel [PATCH v3 20/25] mm, kcsan: Enable barrier instrumentation
2021-11-30 11:46:59 linux-kernel [PATCH v3 19/25] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
2021-11-30 11:46:42 linux-kernel [PATCH v3 18/25] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
2021-11-30 11:46:38 linux-kernel [PATCH v3 17/25] asm-generic/bitops, kcsan: Add instrumentation for barriers
2021-11-30 11:46:36 linux-kernel [PATCH v3 16/25] locking/atomics, kcsan: Add instrumentation for barriers
2021-11-30 11:46:30 linux-kernel [PATCH v3 15/25] locking/barriers, kcsan: Support generic instrumentation
2021-11-30 11:46:27 linux-kernel [PATCH v3 14/25] locking/barriers, kcsan: Add instrumentation for barriers
2021-11-30 11:46:23 linux-kernel [PATCH v3 13/25] kcsan: selftest: Add test case to check memory barrier instrumentation
2021-11-30 11:46:01 linux-kernel [PATCH v3 12/25] kcsan: Ignore GCC 11+ warnings about TSan runtime support
2021-11-30 11:45:57 linux-kernel [PATCH v3 11/25] kcsan: test: Add test cases for memory barrier instrumentation
2021-11-30 11:45:52 linux-kernel [PATCH v3 10/25] kcsan: test: Match reordered or normal accesses
2021-11-30 11:45:49 linux-kernel [PATCH v3 07/25] kcsan: Call scoped accesses reordered in reports
2021-11-30 11:45:46 linux-kernel [PATCH v3 09/25] kcsan: Document modeling of weak memory
2021-11-30 11:45:42 linux-kernel [PATCH v3 08/25] kcsan: Show location access was reordered to
2021-11-30 11:45:35 linux-kernel [PATCH v3 06/25] kcsan, kbuild: Add option for barrier instrumentation only
2021-11-30 11:45:31 linux-kernel [PATCH v3 04/25] kcsan: Add core support for a subset of weak memory modeling
2021-11-30 11:45:28 linux-kernel [PATCH v3 05/25] kcsan: Add core memory barrier instrumentation functions
2021-11-30 11:45:26 linux-kernel [PATCH v3 03/25] kcsan: Avoid checking scoped accesses from nested contexts
2021-11-30 11:45:23 linux-kernel [PATCH v3 02/25] kcsan: Remove redundant zero-initialization of globals
2021-11-30 11:45:16 linux-kernel [PATCH v3 01/25] kcsan: Refactor reading of instrumented memory
2021-11-30 11:45:14 linux-kernel [PATCH v3 00/25] kcsan: Support detecting a subset of missing memory barriers
2021-11-30 10:14:22 linux-kernel [PATCH] lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()
2021-11-29 18:11:31 linux-kernel Re: [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts
2021-11-29 11:54:46 linux-kernel Re: [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts
2021-11-26 11:26:12 linux-kernel Re: [PATCH] arm64: Enable KCSAN
2021-11-24 18:07:03 linux-kernel Re: [PATCH] kasan: distinguish kasan report from generic BUG()
2021-11-24 08:50:12 linux-kernel Re: [PATCH] mm/rmap: fix potential batched TLB flush race
2021-11-24 08:11:17 linux-kernel Re: [PATCH] mm/rmap: fix potential batched TLB flush race
2021-11-23 11:29:51 linux-kernel Re: [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr
2021-11-23 09:33:55 linux-kernel Re: [PATCH] mm/rmap: fix potential batched TLB flush race
2021-11-20 12:17:28 linux-kernel Re: [PATCH v2 0/2] Introduce the pkill_on_warn parameter
2021-11-19 21:32:15 linux-kernel Re: [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr
2021-11-19 14:22:42 linux-kernel [PATCH 2/2] kasan: test: add test case for double-kmem_cache_destroy()
2021-11-19 14:22:39 linux-kernel [PATCH 1/2] kasan: add ability to detect double-kmem_cache_destroy()
2021-11-18 14:49:17 linux-kernel Re: [syzbot] KCSAN: data-race in flush_tlb_batched_pending / try_to_unmap_one
2021-11-18 08:16:48 linux-kernel [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr
2021-11-18 08:16:34 linux-kernel [PATCH v2 21/23] sched, kcsan: Enable memory barrier instrumentation
2021-11-18 08:16:13 linux-kernel [PATCH v2 22/23] objtool, kcsan: Add memory barrier instrumentation to whitelist
2021-11-18 08:15:54 linux-kernel [PATCH v2 20/23] mm, kcsan: Enable barrier instrumentation
2021-11-18 08:15:42 linux-kernel [PATCH v2 19/23] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
2021-11-18 08:14:59 linux-kernel [PATCH v2 18/23] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
2021-11-18 08:14:51 linux-kernel [PATCH v2 17/23] asm-generic/bitops, kcsan: Add instrumentation for barriers