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

2024-10-24 Thread Artur Paszkiewicz
Recheck-request: rebase=main,iol-compile-amd64-testing,iol-compile-arm64-testing,iol-unit-amd64-testing,iol-unit-arm64-testing

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

2024-10-18 Thread Artur Paszkiewicz
Recheck-request: iol-unit-amd64-testing

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

2024-10-17 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