Marco Elver ([email protected])

Number of posts: 2645 (1.46 per day)
First post: 2019-05-17 13:21:47
Last post: 2024-05-02 19:37:14

Date List Subject
2023-08-07 13:28:43 linux-kernel Re: [PATCH v2 1/3] compiler_types: Introduce the Clang __preserve_most function attribute
2023-08-07 07:58:42 linux-kernel Re: [PATCH v2 3/3] lib/vsprintf: Declare no_hash_pointers in sprintf.h
2023-08-04 18:47:03 linux-kernel Re: [PATCH v2 2/3] list_debug: Introduce inline wrappers for debug checks
2023-08-04 18:15:12 linux-kernel Re: [PATCH v2 2/3] list_debug: Introduce inline wrappers for debug checks
2023-08-04 10:25:26 linux-kernel [PATCH v2 1/3] compiler_types: Introduce the Clang __preserve_most function attribute
2023-08-04 09:35:20 linux-kernel [PATCH v2 3/3] list_debug: Introduce CONFIG_DEBUG_LIST_MINIMAL
2023-08-04 09:34:58 linux-kernel [PATCH v2 2/3] list_debug: Introduce inline wrappers for debug checks
2023-08-04 09:04:04 linux-kernel Re: [PATCH v1 1/4] lib/vsprintf: Declare no_hash_pointers in a local header
2023-08-02 19:39:58 linux-kernel Re: [PATCH 1/3] Compiler attributes: Introduce the __preserve_most function attribute
2023-08-02 17:30:15 linux-kernel Re: [PATCH 1/3] Compiler attributes: Introduce the __preserve_most function attribute
2023-08-02 16:36:58 linux-kernel [PATCH 1/3] Compiler attributes: Introduce the __preserve_most function attribute
2023-08-02 15:16:32 linux-kernel [PATCH 2/3] list_debug: Introduce inline wrappers for debug checks
2023-08-02 15:16:27 linux-kernel [PATCH 3/3] list_debug: Introduce CONFIG_DEBUG_LIST_MINIMAL
2023-07-27 09:00:07 linux-kernel Re: mm/kfence/kfence_test.c:287 test_alloc() warn: use 'gfp' here instead of GFP_KERNEL?
2023-07-18 13:02:36 linux-kernel Re: [PATCH v3] mm: kfence: allocate kfence_metadata at runtime
2023-07-17 10:21:19 linux-kernel Re: [PATCH v2] mm: kfence: allocate kfence_metadata at runtime
2023-07-13 10:20:25 linux-kernel Re: [PATCH] kasan: Fix tests by removing -ffreestanding
2023-07-13 09:07:41 linux-kernel Re: [PATCH] kasan: Fix tests by removing -ffreestanding
2023-07-10 10:53:18 linux-kernel Re: [PATCH] mm: kfence: allocate kfence_metadata at runtime
2023-07-10 10:44:44 linux-kernel Re: [PATCH] mm: kfence: allocate kfence_metadata at runtime
2023-07-05 13:05:42 linux-kernel Re: [PATCH] kasan, slub: fix HW_TAGS zeroing with slub_debug
2023-06-20 18:08:31 linux-kernel Re: [PATCH] kasan: add support for kasan.fault=panic_on_write
2023-06-20 17:29:07 linux-kernel [PATCH] kasan, doc: note kasan.fault=panic_on_write behaviour for async modes
2023-06-20 15:20:38 linux-kernel Re: [PATCH] kasan: add support for kasan.fault=panic_on_write
2023-06-20 12:36:40 linux-kernel Re: [PATCH] kasan: add support for kasan.fault=panic_on_write
2023-06-20 11:44:14 linux-kernel Re: [PATCH] kasan: add support for kasan.fault=panic_on_write
2023-06-19 12:13:39 linux-kernel Re: [PATCH] kasan: fix mention for KASAN_HW_TAGS
2023-06-14 10:08:14 linux-kernel [PATCH] kasan: add support for kasan.fault=panic_on_write
2023-05-30 07:59:49 linux-kernel Re: [PATCH] powerpc/kcsan: Properly instrument arch_spin_unlock()
2023-05-12 16:37:38 linux-kernel Re: [PATCH 1/3] kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures
2023-05-12 16:31:15 linux-kernel Re: [PATCH 0/3] Extend KCSAN to all powerpc
2023-05-05 07:58:32 linux-kernel Re: [PATCH] mm: kfence: Fix false positives on big endian
2023-04-24 12:50:42 linux-kernel Re: [PATCH] string: use __builtin_memcpy() in strlcpy/strlcat
2023-04-24 07:39:53 linux-kernel Re: [PATCH] [v2] kasan: use internal prototypes matching gcc-13 builtins
2023-04-21 09:31:24 linux-kernel Re: [PATCH] kasan: use internal prototypes matching gcc-13 builtins
2023-04-19 07:37:49 linux-kernel Re: [PATCH v2] kasan: Fix lockdep report invalid wait context
2023-04-18 13:12:54 linux-kernel Re: [PATCH] [v2] kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14
2023-04-18 12:15:29 linux-kernel Re: [PATCH v5 1/4] kasan: Emit different calls for instrumentable memintrinsics
2023-04-18 12:13:08 linux-kernel Re: [PATCH] kasan: remove hwasan-kernel-mem-intrinsic-prefix=1 for clang-14
2023-04-18 10:14:31 linux-kernel Re: [PATCH v2 3/4] mm: kmsan: apply __must_check to non-void functions
2023-04-18 10:14:30 linux-kernel Re: [PATCH v2 4/4] mm: apply __must_check to vmap_pages_range_noflush()
2023-04-18 10:13:53 linux-kernel Re: [PATCH v2 2/4] mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
2023-04-18 10:13:16 linux-kernel Re: [PATCH v2 1/4] mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
2023-04-18 10:12:18 linux-kernel Re: [PATCH] locking/atomic: correct (cmp)xhcg instrumentation
2023-04-18 06:01:02 linux-kernel Re: [PATCH] posix-cpu-timers: Implement the missing timer_wait_running callback
2023-04-11 14:37:49 linux-kernel Re: WARNING in timer_wait_running
2023-04-06 14:14:31 linux-kernel Re: [PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
2023-04-06 11:35:49 linux-kernel Re: [PATCH v2 03/13] rust: lock: introduce `Mutex`
2023-04-05 21:09:31 linux-kernel Re: WARNING in timer_wait_running
2023-04-04 10:37:23 linux-kernel Re: [PATCH v2] mm: kfence: Improve the performance of __kfence_alloc() and __kfence_free()
2023-04-03 09:23:27 linux-kernel Re: [PATCH] mm: kfence: Improve the performance of __kfence_alloc() and __kfence_free()