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
2019-12-12 21:46:27 linux-kernel Re: Kernel Concurrency Sanitizer (KCSAN)
2019-12-12 21:14:33 linux-kernel Re: [PATCH v3 3/3] kcsan: Prefer __always_inline for fast-path
2019-12-12 00:09:15 linux-kernel [PATCH -rcu/kcsan 2/2] kcsan: Add __no_kcsan function attribute
2019-12-12 00:08:21 linux-kernel [PATCH -rcu/kcsan 1/2] kcsan: Document static blacklisting options
2019-12-06 13:47:02 linux-kernel Re: [PATCH v2] kcov: fix struct layout for kcov_remote_arg
2019-12-06 13:15:39 linux-kernel Re: [PATCH] kcov: fix struct layout for kcov_remote_arg
2019-12-03 12:12:45 linux-crypto Re: [PATCH v3 4/5] crypto: hisilicon - add DebugFS for HiSilicon SEC
2019-12-03 12:02:30 linux-crypto Re: [PATCH v3 1/5] crypto: hisilicon - add HiSilicon SEC V2 driver
2019-12-02 16:22:42 linux-crypto Re: linux-next: Tree for Dec 2 (drivers/crypto/hisilicon/sec2/sec_crypto.o +kcsan??)
2019-12-02 09:40:42 linux-kernel Re: KCSAN Support on ARM64 Kernel
2019-11-26 17:37:40 linux-kernel [PATCH v3 1/3] asm-generic/atomic: Use __always_inline for pure wrappers
2019-11-26 15:51:49 linux-kernel [PATCH v3 3/3] kcsan: Prefer __always_inline for fast-path
2019-11-26 14:34:12 linux-kernel Re: [PATCH v2 1/3] asm-generic/atomic: Use __always_inline for pure wrappers
2019-11-26 14:33:23 linux-kernel [PATCH v3 2/3] asm-generic/atomic: Use __always_inline for fallback wrappers
2019-11-26 13:55:29 linux-kernel [PATCH v2 2/3] asm-generic/atomic: Use __always_inline for fallback wrappers
2019-11-26 13:55:28 linux-kernel [PATCH v2 3/3] kcsan: Prefer __always_inline for fast-path
2019-11-26 12:46:03 linux-kernel [PATCH v2 1/3] asm-generic/atomic: Use __always_inline for pure wrappers
2019-11-26 12:45:12 linux-kernel Re: [PATCH 1/2] asm-generic/atomic: Prefer __always_inline for wrappers
2019-11-25 18:55:57 linux-kernel Re: [PATCH 1/2] asm-generic/atomic: Prefer __always_inline for wrappers
2019-11-22 15:50:14 linux-kernel Re: linux-next: Tree for Nov 20 (kcsan + objtool)
2019-11-22 15:48:00 linux-kernel [PATCH 1/2] asm-generic/atomic: Prefer __always_inline for wrappers
2019-11-22 15:46:03 linux-kernel [PATCH 2/2] kcsan: Prefer __always_inline for fast-path
2019-11-21 19:48:10 linux-kernel Re: [PATCH] spinlock_debug: Fix various data races
2019-11-21 18:45:37 linux-kernel Re: linux-next: Tree for Nov 20 (kcsan + objtool)
2019-11-20 21:04:05 linux-kernel Re: [GIT RFC PULL kcsan] KCSAN commits for 5.5
2019-11-20 19:50:20 linux-kernel Re: linux-next: Tree for Nov 20 (kcsan + objtool)
2019-11-20 17:34:09 linux-kernel [PATCH] spinlock_debug: Fix various data races
2019-11-20 17:33:49 linux-kernel Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-19 21:56:17 linux-kernel Re: [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
2019-11-19 21:52:06 linux-kernel Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-19 19:58:17 linux-kernel Re: [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
2019-11-19 19:07:29 linux-kernel Re: linux-next: Tree for Nov 19 (kcsan)
2019-11-19 19:01:37 linux-kernel [PATCH -next] kcsan, ubsan: Make KCSAN+UBSAN work together
2019-11-19 18:36:41 linux-kernel Re: linux-next: Tree for Nov 19 (kcsan)
2019-11-19 16:15:07 linux-kernel Re: linux-next: Tree for Nov 19 (kcsan)
2019-11-19 11:52:59 linux-kernel Re: linux-next: manual merge of the akpm tree with the rcu tree
2019-11-16 18:30:13 linux-kernel Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-16 08:23:44 linux-kernel Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-15 17:16:42 linux-kernel Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-15 12:03:48 linux-kernel Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-15 11:57:09 linux-kernel Re: [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
2019-11-14 21:42:43 linux-kernel Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-14 18:08:05 linux-kernel [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools
2019-11-14 18:07:25 linux-kernel Re: [PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-14 18:06:58 linux-kernel [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro
2019-11-14 18:06:46 linux-kernel [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation
2019-11-14 18:06:37 linux-kernel [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86
2019-11-14 18:06:23 linux-kernel [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
2019-11-14 18:06:21 linux-kernel [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
2019-11-14 18:06:19 linux-kernel [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN
2019-11-14 18:06:12 linux-kernel [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions