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-05-28 15:35:21 linux-kernel Re: [tip:locking/kcsan 12/12] /bin/bash: line 1: 61526 Segmentation fault sparse ...
2020-05-28 15:18:46 linux-kernel Re: [PATCH -tip] compiler_types.h: Optimize __unqual_scalar_typeof compilation time
2020-05-28 08:01:34 linux-kernel Re: [tip:locking/kcsan 12/12] /bin/bash: line 1: 61526 Segmentation fault sparse ...
2020-05-27 21:53:52 linux-kernel Re: [PATCH -tip] compiler_types.h: Optimize __unqual_scalar_typeof compilation time
2020-05-27 18:23:15 linux-kernel Re: [PATCH -tip] compiler_types.h: Optimize __unqual_scalar_typeof compilation time
2020-05-27 15:53:50 linux-kernel Re: [PATCH -tip] compiler_types.h: Optimize __unqual_scalar_typeof compilation time
2020-05-27 15:37:06 linux-kernel [PATCH -tip] compiler_types.h: Optimize __unqual_scalar_typeof compilation time
2020-05-27 10:31:40 linux-kernel Re: [PATCH -tip v3 09/11] data_race: Avoid nested statement expression
2020-05-26 17:38:33 linux-kernel Re: [PATCH -tip v3 09/11] data_race: Avoid nested statement expression
2020-05-26 13:22:03 linux-kernel Re: [PATCH -tip v3 09/11] data_race: Avoid nested statement expression
2020-05-25 16:22:46 linux-kernel Re: linux-next: build failure after merge of the tip tree
2020-05-23 09:17:06 linux-kernel Re: [PATCH v2] kasan: Disable branch tracing for core runtime
2020-05-22 10:36:35 linux-kernel Re: [PATCH -tip v3 03/11] kcsan: Support distinguishing volatile accesses
2020-05-22 07:58:26 linux-kernel Re: [PATCH] kasan: Disable branch tracing for core runtime
2020-05-22 07:55:02 linux-kernel [PATCH v2] kasan: Disable branch tracing for core runtime
2020-05-21 14:28:24 linux-kernel [PATCH -tip v3 02/11] kcsan: Avoid inserting __tsan_func_entry/exit if possible
2020-05-21 14:28:22 linux-kernel [PATCH -tip v3 01/11] ubsan, kcsan: don't combine sanitizer with kcov on clang
2020-05-21 14:27:26 linux-kernel [PATCH -tip v3 09/11] data_race: Avoid nested statement expression
2020-05-21 14:26:48 linux-kernel [PATCH -tip v3 05/11] kcsan: Remove 'noinline' from __no_kcsan_or_inline
2020-05-21 14:26:34 linux-kernel [PATCH -tip v3 04/11] kcsan: Pass option tsan-instrument-read-before-write to Clang
2020-05-21 14:26:22 linux-kernel [PATCH -tip v3 07/11] kcsan: Update Documentation to change supported compilers
2020-05-21 14:24:56 linux-kernel [PATCH -tip v3 11/11] compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to decide inlining
2020-05-21 14:24:51 linux-kernel [PATCH -tip v3 10/11] compiler.h: Move function attributes to compiler_types.h
2020-05-21 14:24:44 linux-kernel [PATCH -tip v3 08/11] READ_ONCE, WRITE_ONCE: Remove data_race() and unnecessary checks
2020-05-21 14:24:41 linux-kernel [PATCH -tip v3 06/11] kcsan: Restrict supported compilers
2020-05-21 14:24:24 linux-kernel [PATCH -tip v3 03/11] kcsan: Support distinguishing volatile accesses
2020-05-21 14:24:12 linux-kernel [PATCH -tip v3 00/11] Fix KCSAN for new ONCE (require Clang 11)
2020-05-21 13:44:37 linux-kernel Re: [PATCH -tip v2 00/11] Fix KCSAN for new ONCE (require Clang 11)
2020-05-21 13:43:58 linux-kernel Re: [PATCH -tip v2 09/11] data_race: Avoid nested statement expression
2020-05-21 13:39:27 linux-kernel Re: [PATCH -tip v2 07/11] kcsan: Update Documentation to change supported compilers
2020-05-21 13:29:50 linux-kernel Re: [PATCH -tip v2 03/11] kcsan: Support distinguishing volatile accesses
2020-05-21 11:16:04 linux-kernel [PATCH -tip v2 02/11] kcsan: Avoid inserting __tsan_func_entry/exit if possible
2020-05-21 11:14:38 linux-kernel [PATCH -tip v2 07/11] kcsan: Update Documentation to change supported compilers
2020-05-21 11:14:01 linux-kernel Re: [PATCH -tip 00/10] Fix KCSAN for new ONCE (require Clang 11)
2020-05-21 11:12:30 linux-kernel [PATCH -tip v2 11/11] compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to decide inlining
2020-05-21 11:12:24 linux-kernel [PATCH -tip v2 10/11] compiler.h: Move function attributes to compiler_types.h
2020-05-21 11:12:17 linux-kernel [PATCH -tip v2 09/11] data_race: Avoid nested statement expression
2020-05-21 11:12:15 linux-kernel [PATCH -tip v2 08/11] READ_ONCE, WRITE_ONCE: Remove data_race() and unnecessary checks
2020-05-21 11:12:09 linux-kernel [PATCH -tip v2 05/11] kcsan: Remove 'noinline' from __no_kcsan_or_inline
2020-05-21 11:12:06 linux-kernel [PATCH -tip v2 06/11] kcsan: Restrict supported compilers
2020-05-21 11:12:02 linux-kernel [PATCH -tip v2 04/11] kcsan: Pass option tsan-instrument-read-before-write to Clang
2020-05-21 11:11:58 linux-kernel [PATCH -tip v2 03/11] kcsan: Support distinguishing volatile accesses
2020-05-21 11:11:47 linux-kernel [PATCH -tip v2 01/11] ubsan, kcsan: don't combine sanitizer with kcov on clang
2020-05-21 11:11:40 linux-kernel [PATCH -tip v2 00/11] Fix KCSAN for new ONCE (require Clang 11)
2020-05-21 10:22:53 linux-kernel Re: [PATCH -tip 08/10] READ_ONCE, WRITE_ONCE: Remove data_race() wrapping
2020-05-21 09:50:50 linux-kernel Re: [PATCH -tip 08/10] READ_ONCE, WRITE_ONCE: Remove data_race() wrapping
2020-05-21 09:41:51 linux-kernel Re: [tip: locking/kcsan] READ_ONCE: Use data_race() to avoid KCSAN instrumentation
2020-05-20 22:32:39 linux-kernel Re: [tip: locking/kcsan] READ_ONCE: Use data_race() to avoid KCSAN instrumentation
2020-05-20 07:31:01 linux-kernel Re: [PATCH] READ_ONCE, WRITE_ONCE, kcsan: Perform checks in __*_ONCE variants
2020-05-19 21:28:16 linux-kernel Re: [PATCH] READ_ONCE, WRITE_ONCE, kcsan: Perform checks in __*_ONCE variants
2020-05-19 18:34:49 linux-kernel Re: [rcu] 2f08469563: BUG:kernel_reboot-without-warning_in_boot_stage