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
2020-06-16 12:39:51 linux-kernel [PATCH 3/4] kcsan: Remove existing special atomic rules
2020-06-16 12:39:43 linux-kernel [PATCH 4/4] kcsan: Add jiffies test to test suite
2020-06-16 12:39:30 linux-kernel [PATCH 1/4] kcsan: Silence -Wmissing-prototypes warning with W=1
2020-06-16 12:39:17 linux-kernel [PATCH 2/4] kcsan: Rename test.c to selftest.c
2020-06-16 12:39:12 linux-kernel [PATCH 0/4] kcsan: Minor cleanups
2020-06-16 09:52:29 linux-kernel [PATCH] torture: Pass --kmake-arg to all make invocations
2020-06-15 23:17:51 linux-kernel [PATCH] compiler_attributes.h: Support no_sanitize_undefined check with GCC 4
2020-06-15 18:45:40 linux-kernel [PATCH] kcov: Unconditionally add -fno-stack-protector to compiler options
2020-06-15 15:32:56 linux-kernel Re: KCSAN Support on ARM64 Kernel
2020-06-15 14:56:06 linux-kernel Re: [PATCH -tip v3 1/2] kcov: Make runtime functions noinstr-compatible
2020-06-15 10:10:44 linux-kernel Re: [PATCH 0/8] x86/entry: KCSAN/KASAN/UBSAN vs noinstr
2020-06-15 07:57:45 linux-kernel Re: [PATCH -tip v3 1/2] kcov: Make runtime functions noinstr-compatible
2020-06-15 06:58:17 linux-kernel Re: [PATCH 09/29] kcsan: fix a kernel-doc warning
2020-06-12 11:53:28 linux-kernel Re: [PATCH -tip v3 1/2] kcov: Make runtime functions noinstr-compatible
2020-06-09 19:01:59 linux-kernel Re: [PATCH v5 00/18] Rework READ_ONCE() to improve codegen
2020-06-08 19:59:54 linux-kernel Re: [PATCH v5 00/18] Rework READ_ONCE() to improve codegen
2020-06-08 07:51:29 linux-kernel Re: [PATCH -tip v3 1/2] kcov: Make runtime functions noinstr-compatible
2020-06-05 08:33:00 linux-kernel [PATCH -tip v3 1/2] kcov: Make runtime functions noinstr-compatible
2020-06-05 08:31:44 linux-kernel [PATCH -tip v3 2/2] kcov: Unconditionally add -fno-stack-protector to compiler options
2020-06-04 18:43:55 linux-kernel Re: [PATCH -tip] kcov: Make runtime functions noinstr-compatible
2020-06-04 15:02:03 linux-kernel [PATCH v2 1/2] kcov, objtool: Make runtime functions noinstr-compatible
2020-06-04 14:59:34 linux-kernel [PATCH v2 2/2] kcov: Pass -fno-stack-protector with Clang
2020-06-04 11:31:27 linux-kernel Re: [PATCH -tip] kcov: Make runtime functions noinstr-compatible
2020-06-04 11:10:54 linux-kernel Re: [PATCH 0/8] x86/entry: KCSAN/KASAN/UBSAN vs noinstr
2020-06-04 10:08:59 linux-kernel [PATCH -tip] kcov: Make runtime functions noinstr-compatible
2020-06-04 09:56:47 linux-kernel Re: [PATCH 0/9] x86/entry fixes
2020-06-04 06:28:51 linux-kernel [PATCH -tip v2 1/2] kasan: Bump required compiler version
2020-06-04 06:05:13 linux-kernel Re: [PATCH 2/9] rcu: Fixup noinstr warnings
2020-06-04 06:03:07 linux-kernel Re: [PATCH 0/9] x86/entry fixes
2020-06-04 06:02:48 linux-kernel Re: [PATCH -tip 1/2] Kconfig: Bump required compiler version of KASAN and UBSAN
2020-06-04 06:00:56 linux-kernel [PATCH -tip v2 2/2] compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr
2020-06-03 19:26:20 linux-kernel Re: [PATCH v5 00/18] Rework READ_ONCE() to improve codegen
2020-06-03 19:12:59 linux-kernel Re: [PATCH 0/9] x86/entry fixes
2020-06-03 17:29:36 linux-kernel Re: [PATCH 0/9] x86/entry fixes
2020-06-03 14:50:16 linux-kernel Re: [PATCH 0/9] x86/entry fixes
2020-06-03 13:37:22 linux-kernel Re: [PATCH 0/9] x86/entry fixes
2020-06-03 12:13:23 linux-kernel Re: [PATCH 0/9] x86/entry fixes
2020-06-03 07:58:46 linux-kernel Re: [PATCH] kcsan: Prefer '__no_kcsan inline' in test
2020-06-02 19:30:43 linux-kernel Re: [PATCH -tip 1/2] Kconfig: Bump required compiler version of KASAN and UBSAN
2020-06-02 19:09:37 linux-kernel Re: [PATCH -tip 1/2] Kconfig: Bump required compiler version of KASAN and UBSAN
2020-06-02 19:04:22 linux-kernel Re: [PATCH -tip 1/2] Kconfig: Bump required compiler version of KASAN and UBSAN
2020-06-02 19:00:35 linux-kernel Re: [PATCH -tip 2/2] compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr
2020-06-02 18:50:05 linux-kernel [PATCH -tip 2/2] compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr
2020-06-02 18:48:55 linux-kernel Re: [PATCH 0/3] KCSAN cleanups and noinstr
2020-06-02 18:47:24 linux-kernel [PATCH -tip 1/2] Kconfig: Bump required compiler version of KASAN and UBSAN
2020-06-02 17:54:34 linux-kernel Re: PANIC: double fault in fixup_bad_iret
2020-06-02 14:39:19 linux-kernel [PATCH] kcsan: Prefer '__no_kcsan inline' in test
2020-06-01 12:42:54 linux-kernel Re: PANIC: double fault in fixup_bad_iret
2020-05-29 19:19:19 linux-kernel Re: [PATCH v2] kasan: fix clang compilation warning due to stack protector
2020-05-29 18:39:16 linux-kernel Re: [PATCH -tip v3 05/11] kcsan: Remove 'noinline' from __no_kcsan_or_inline
2020-05-29 15:01:06 linux-kernel Re: [PATCH] kasan: fix clang compilation warning due to stack protector