Re: [PATCH] eal/linux: clear asan after allocation and before prefaulting

2024-10-22 Thread David Marchand
Hello Alex, On Tue, Oct 22, 2024 at 5:40 PM Alex Michon wrote: > > I ran some more tests and it turns out that this issue was already fixed by > this commit: > 4d8bdd8b56 malloc: fix ASan handling for unmapped memory > > Sorry about the noise, No problem. Thanks for the update. -- David Marc

Re: [PATCH] eal/linux: clear asan after allocation and before prefaulting

2024-10-22 Thread Alex Michon
: Thomas Monjalon ; Anatoly Burakov ; dev@dpdk.org Subject: Re: [PATCH] eal/linux: clear asan after allocation and before prefaulting On Thu, Jul 25, 2024 at 9:25 AM Alex Michon wrote: > > Prefaulting may generate asan error. I am a bit surprised of this fix. Could you give details on

Re: [PATCH] eal/linux: clear asan after allocation and before prefaulting

2024-10-08 Thread David Marchand
On Thu, Jul 25, 2024 at 9:25 AM Alex Michon wrote: > > Prefaulting may generate asan error. I am a bit surprised of this fix. Could you give details on how to reproduce this issue? -- David Marchand

[PATCH] eal/linux: clear asan after allocation and before prefaulting

2024-07-25 Thread Alex Michon
Prefaulting may generate asan error. Signed-off-by: Alex Michon --- .mailmap | 1 + lib/eal/linux/eal_memalloc.c | 5 + 2 files changed, 6 insertions(+) diff --git a/.mailmap b/.mailmap index 3f3f0442e5..b1655a4080 100644 --- a/.mailmap +++ b/.mailmap @@ -60,6 +60,7 @@ A