Re: [PATCH v3] mem: allow using ASan in multi-process mode

2024-10-17 Thread Artur Paszkiewicz
On 10/3/24 23:18, Stephen Hemminger wrote: Makes sense, but patch has some fuzz against current main branch. There is also another patch that address the ASAN touch issue. https://patchwork.dpdk.org/project/dpdk/patch/20240723083419.12435-1-amic...@kalrayinc.com/ I just sent a new version of t

[PATCH v3] mem: allow using ASan in multi-process mode

2023-10-25 Thread Artur Paszkiewicz
Multi-process applications operate on shared hugepage memory but each process has its own ASan shadow region which is not synchronized with the other processes. This causes issues when different processes try to use the same memory because they have their own view of which addresses are valid. Fix