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-04-24 15:59:02 linux-kernel Re: [PATCH 1/2] kcsan: Add __kcsan_{enable,disable}_current() variants
2020-04-24 15:56:27 linux-kernel Re: [PATCH v4 00/11] Rework READ_ONCE() to improve codegen
2020-04-24 15:52:16 linux-kernel [PATCH 2/2] objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()
2020-04-24 15:49:53 linux-kernel [PATCH 1/2] kcsan: Add __kcsan_{enable,disable}_current() variants
2020-04-22 12:24:09 linux-kernel Re: [PATCH] kunit: Add missing newline in summary message
2020-04-21 09:35:55 linux-kernel Re: [RFC] WRITE_ONCE_INC() and friends
2020-04-20 23:01:06 linux-kernel Re: [RFC] WRITE_ONCE_INC() and friends
2020-04-17 09:26:57 linux-kernel Re: [PATCH -next] kcsan: Use GFP_ATOMIC under spin lock
2020-04-16 17:25:41 linux-kernel [PATCH] kunit: Add missing newline in summary message
2020-04-16 09:29:27 linux-kernel Re: [PATCH] checkpatch: Warn about data_race() without comment
2020-04-16 01:59:26 linux-kernel Re: [PATCH] slub: Avoid redzone when choosing freepointer location
2020-04-16 01:57:36 linux-kernel Re: [PATCH v8 kunit-next 1/4] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-04-15 12:55:24 linux-crypto Re: KCSAN: data-race in glue_cbc_decrypt_req_128bit / glue_cbc_decrypt_req_128bit
2020-04-13 09:43:03 linux-kernel Re: KCSAN + KVM = host reset
2020-04-10 16:46:44 linux-kernel [PATCH 2/2] kcsan: Make reporting aware of KCSAN tests
2020-04-10 16:45:35 linux-kernel [PATCH 1/2] kcsan: Fix function matching in report
2020-04-10 11:37:15 linux-kernel Re: KCSAN + KVM = host reset
2020-04-10 09:50:24 linux-kernel Re: KCSAN + KVM = host reset
2020-04-09 16:05:51 linux-kernel Re: KCSAN + KVM = host reset
2020-04-09 15:24:33 linux-kernel Re: KCSAN + KVM = host reset
2020-04-09 07:04:50 linux-kernel Re: KCSAN + KVM = host reset
2020-04-01 10:24:59 linux-crypto Re: KCSAN: data-race in glue_cbc_decrypt_req_128bit / glue_cbc_decrypt_req_128bit
2020-04-01 10:18:14 linux-kernel [PATCH] checkpatch: Warn about data_race() without comment
2020-04-01 06:35:42 linux-kernel Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race()
2020-03-31 19:36:07 linux-kernel [PATCH 2/2] kcsan: Change data_race() to no longer require marking racing accesses
2020-03-31 19:34:18 linux-kernel [PATCH 1/2] kcsan: Move kcsan_{disable,enable}_current() to kcsan-checks.h
2020-03-25 16:44:27 linux-kernel [PATCH 3/3] kcsan: Introduce scoped ASSERT_EXCLUSIVE macros
2020-03-25 16:44:15 linux-kernel [PATCH 2/3] objtool, kcsan: Add explicit check functions to uaccess whitelist
2020-03-25 16:42:50 linux-kernel [PATCH 1/3] kcsan: Add support for scoped accesses
2020-03-24 16:25:03 linux-kernel Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race()
2020-03-20 14:50:33 linux-kernel Re: [PATCH kcsan 17/32] kcsan: Introduce ASSERT_EXCLUSIVE_* macros
2020-03-19 18:08:52 linux-kernel Re: [PATCH 1/2] kcsan: Introduce report access_info and other_info
2020-03-18 17:43:07 linux-kernel Re: [PATCH kcsan 27/32] kcsan: Add option to allow watcher interruptions
2020-03-18 17:41:19 linux-kernel [PATCH 2/2] kcsan: Avoid blocking producers in prepare_report()
2020-03-18 17:40:19 linux-kernel [PATCH 1/2] kcsan: Introduce report access_info and other_info
2020-03-18 12:04:41 linux-kernel Re: [PATCH RESEND] drm/lease: fix potential race in fill_object_idr
2020-03-17 18:43:33 linux-kernel Re: [PATCH] mm/kmemleak: silence KCSAN splats in checksum
2020-03-17 17:46:53 linux-kernel Re: [PATCH kcsan 27/32] kcsan: Add option to allow watcher interruptions
2020-03-17 13:32:48 linux-kernel Re: [PATCH -next] mm/kmemleak: annotate a data race in checksum
2020-03-17 11:14:05 linux-kernel Re: [PATCH kcsan 17/32] kcsan: Introduce ASSERT_EXCLUSIVE_* macros
2020-03-16 16:24:19 linux-kernel Re: [PATCH kcsan 27/32] kcsan: Add option to allow watcher interruptions
2020-03-16 13:59:00 linux-kernel Re: [PATCH kcsan 27/32] kcsan: Add option to allow watcher interruptions
2020-03-13 16:17:33 linux-kernel Re: [PATCH kcsan 17/32] kcsan: Introduce ASSERT_EXCLUSIVE_* macros
2020-03-13 15:29:15 linux-kernel Re: [PATCH kcsan 27/32] kcsan: Add option to allow watcher interruptions
2020-03-10 14:11:20 linux-kernel Re: [PATCH] list: Prevent compiler reloads inside 'safe' list iteration
2020-03-06 20:06:05 linux-kernel Re: [PATCH -next] lib: disable KCSAN for XArray
2020-03-06 13:39:24 linux-kernel Re: [PATCH -next] lib: disable KCSAN for XArray
2020-03-05 14:27:24 linux-kernel Re: [PATCH 2/3] kcsan: Update Documentation/dev-tools/kcsan.rst
2020-03-05 14:23:07 linux-kernel [PATCH v2 2/3] kcsan: Update Documentation/dev-tools/kcsan.rst
2020-03-05 14:22:38 linux-kernel [PATCH v2 3/3] kcsan: Update API documentation in kcsan-checks.h
2020-03-05 14:22:14 linux-kernel [PATCH v2 1/3] kcsan: Fix a typo in a comment