[dpdk-dev] [PATCH 0/3] Experiment ASAN in GHA

David Marchand david.marchand at redhat.com
Fri Sep 17 10:23:10 CEST 2021


Following fixes for ASAN, I added ASAN in GHA to see where we stand.
Here are two fixes that can be merged.

The last patch enables ASAN, but as we can see, there are still some
unit tests who fails because of ASAN:
- multiprocess is broken, we could flag the ut requiring/testing mp,
- hash tests have a lot of issues, I suspect bugs in the hash library,


-- 
David Marchand

David Marchand (3):
  bus/vmbus: fix leak on device scan
  test/latencystats: fix incorrect loop boundary
  ci: run unit tests with ASAN

 .ci/linux-build.sh                  | 9 ++++++++-
 app/test/test_latencystats.c        | 2 +-
 drivers/bus/vmbus/linux/vmbus_bus.c | 5 ++++-
 drivers/bus/vmbus/rte_bus_vmbus.h   | 1 +
 4 files changed, 14 insertions(+), 3 deletions(-)

-- 
2.23.0



More information about the dev mailing list