[PATCH 0/3] Enable ASan in GHA
David Marchand
david.marchand at redhat.com
Fri Apr 15 19:31:24 CEST 2022
This series fixes two issues that were revealed while running unit tests
with ASan in GHA.
There are still some outstanding issues for which bz have been created.
The last patch enables ASan in GHA, skipping tests which have issues.
--
David Marchand
David Marchand (3):
test/mem: disable ASan when accessing unallocated mem
mem: fix ASan shadow for remapped memory segments
ci: build some job with ASan
.ci/linux-build.sh | 8 ++
.github/workflows/build.yml | 3 +-
app/test/meson.build | 208 ++++++++++++++++++-----------------
app/test/test_memory.c | 5 +
lib/eal/common/malloc_elem.h | 12 +-
lib/eal/common/malloc_heap.c | 12 +-
lib/eal/include/rte_common.h | 13 +++
7 files changed, 152 insertions(+), 109 deletions(-)
--
2.23.0
More information about the dev
mailing list