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
2024-03-13 19:08:10 linux-kernel Re: [PATCH] ubsan: Disable signed integer overflow sanitizer on GCC < 8
2024-03-13 14:42:08 linux-kernel Re: [PATCH v2 2/4] perf: Enqueue SIGTRAP always via task_work.
2024-03-13 14:37:20 linux-kernel Re: [PATCH v2 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT.
2024-03-13 14:18:16 linux-kernel Re: [PATCH v2 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT.
2024-03-11 16:33:15 linux-kernel Re: [PATCH 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT.
2024-03-11 10:35:02 linux-kernel Re: [PATCH 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT.
2024-03-08 09:40:04 linux-kernel Re: [BUG] kmsan: instrumentation recursion problems
2024-03-05 13:03:22 linux-kernel Re: [linux-next:master] [mm,page_owner] 4bedfb314b: BUG:KASAN:null-ptr-deref_in_init_page_owner
2024-03-04 20:34:56 linux-kernel Re: hw_breakpoint unit test failures with various architectures/platforms in qemu
2024-02-29 09:32:20 linux-kernel Re: [PATCH 00/30] RSEQ node id and mm concurrency id extensions
2024-02-28 18:52:26 linux-kernel Re: [PATCH 00/30] RSEQ node id and mm concurrency id extensions
2024-02-26 09:57:15 linux-kernel Re: regression/bisected commit 773688a6cb24b0b3c2ba40354d883348a2befa38 make my system completely unusable under high load
2024-02-20 18:51:55 linux-kernel Re: regression/bisected commit 773688a6cb24b0b3c2ba40354d883348a2befa38 make my system completely unusable under high load
2024-02-19 09:53:06 linux-kernel Re: regression/bisected commit 773688a6cb24b0b3c2ba40354d883348a2befa38 make my system completely unusable under high load
2024-02-15 19:13:12 linux-kernel Re: [PATCH v7 3/3] overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()
2024-02-15 12:54:56 linux-kernel Re: [PATCH v9 7/7] mm,page_owner: Update Documentation regarding page_owner_stacks
2024-02-15 12:53:14 linux-kernel Re: [PATCH v9 3/7] mm,page_owner: Maintain own list of stack_records structs
2024-02-15 09:34:42 linux-kernel Re: [PATCH v9 2/7] lib/stackdepot: Move stack_record struct definition into the header
2024-02-15 08:18:02 linux-kernel Re: [PATCH v9 2/7] lib/stackdepot: Move stack_record struct definition into the header
2024-02-13 12:59:31 linux-kernel Re: [PATCH v8 2/5] mm,page_owner: Implement the tracking of the stacks count
2024-02-13 09:22:02 linux-kernel Re: [PATCH v8 2/5] mm,page_owner: Implement the tracking of the stacks count
2024-02-13 08:49:58 linux-kernel Re: [PATCH v8 5/5] mm,page_owner: Update Documentation regarding page_owner_stacks
2024-02-13 08:49:30 linux-kernel Re: [PATCH v8 4/5] mm,page_owner: Filter out stacks by a threshold
2024-02-13 08:43:22 linux-kernel Re: [PATCH v8 4/5] mm,page_owner: Filter out stacks by a threshold
2024-02-13 08:31:12 linux-kernel Re: [PATCH v8 2/5] mm,page_owner: Implement the tracking of the stacks count
2024-02-13 08:30:57 linux-kernel Re: [PATCH v8 1/5] lib/stackdepot: Move stack_record struct definition into the header
2024-02-12 13:14:21 linux-kernel [PATCH] hardening: Enable KFENCE in the hardening config
2024-02-10 07:53:11 linux-kernel Re: [PATCH v7 3/4] mm,page_owner: Display all stacks and their count
2024-02-09 22:07:13 linux-kernel Re: [PATCH v7 2/4] mm,page_owner: Implement the tracking of the stacks count
2024-02-09 21:45:25 linux-kernel Re: [PATCH v7 2/4] mm,page_owner: Implement the tracking of the stacks count
2024-02-09 08:04:21 linux-kernel Re: [PATCH v7 0/4] page_owner: print stacks and their outstanding allocations
2024-02-09 08:01:30 linux-kernel Re: [PATCH v7 3/4] mm,page_owner: Display all stacks and their count
2024-02-09 07:46:06 linux-kernel Re: [PATCH v7 1/4] lib/stackdepot: Move stack_record struct definition into the header
2024-02-09 07:45:48 linux-kernel Re: [PATCH v7 2/4] mm,page_owner: Implement the tracking of the stacks count
2024-02-09 07:38:36 linux-kernel Re: [PATCH v7 2/4] mm,page_owner: Implement the tracking of the stacks count
2024-02-08 11:02:20 linux-kernel Re: [PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup()
2024-02-08 07:38:12 linux-kernel Re: [PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup()
2024-02-07 18:13:36 linux-kernel Re: [PATCH v5 2/3] overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
2024-02-07 12:27:06 linux-kernel [PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup()
2024-02-07 09:57:33 linux-kernel Re: [PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
2024-02-06 17:04:55 linux-kernel Re: [PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
2024-02-05 15:03:23 linux-kernel Re: [PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
2024-02-05 14:10:09 linux-kernel Re: [PATCH] kasan: add atomic tests
2024-02-05 13:31:52 linux-kernel Re: [PATCH v3 2/3] overflow: Introduce add_wrap(), sub_wrap(), and mul_wrap()
2024-02-05 13:14:19 linux-kernel Re: [PATCH v3] ubsan: Reintroduce signed overflow sanitizer
2024-02-05 13:00:56 linux-kernel Re: [PATCH 2/2] kasan: Rename test_kasan_module_init to kasan_test_module_init
2024-02-05 12:35:46 linux-kernel Re: [PATCH 1/2] kasan: docs: Update descriptions about test file and module
2024-02-05 11:30:17 linux-kernel Re: [PATCH v3] ubsan: Reintroduce signed overflow sanitizer
2024-02-05 11:09:30 linux-kernel Re: [PATCH v2] ubsan: Silence W=1 warnings in self-test
2024-02-02 13:45:17 linux-crypto Re: [PATCH v2 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
2024-02-02 11:03:24 linux-kernel Re: [PATCH v2 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers