[PATCH v2 0/2] Enable ASan in GHA

2022-05-05 Thread David Marchand
Now that rte_malloc instrumentations are fixed, we can enable ASan in GHA. There are still some unit tests (relying on multiprocess) that can't reliably run with ASan enabled. Those unit tests are skipped. -- David Marchand Changes since v1: - dropped patch 2 in favor of Anatoly fix, - rebased t

Re: [PATCH v2 0/2] Enable ASan in GHA

2022-05-11 Thread David Marchand
On Thu, May 5, 2022 at 11:30 AM David Marchand wrote: > > Now that rte_malloc instrumentations are fixed, we can enable ASan in > GHA. > There are still some unit tests (relying on multiprocess) that can't > reliably run with ASan enabled. Those unit tests are skipped. > > -- > David Marchand > >