mbox series

[v2,0/2] Enable ASan in GHA

Message ID 20220505092952.11818-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Enable ASan in GHA |

Message

David Marchand May 5, 2022, 9:29 a.m. UTC
  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.
  

Comments

David Marchand May 11, 2022, 12:01 p.m. UTC | #1
On Thu, May 5, 2022 at 11:30 AM David Marchand
<david.marchand@redhat.com> 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
>
> Changes since v1:
> - dropped patch 2 in favor of Anatoly fix,
> - rebased the last patch after other unit tests fixes have been merged,
>
> David Marchand (2):
>   test/mem: disable ASan when accessing unallocated mem
>   ci: build some job with ASan
>

Series applied.
Thanks for the reviews.