DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable ASan in GHA
@ 2022-04-15 17:31 David Marchand
  2022-04-15 17:31 ` [PATCH 1/3] test/mem: disable ASan when accessing unallocated mem David Marchand
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: David Marchand @ 2022-04-15 17:31 UTC (permalink / raw)
  To: dev; +Cc: john.mcnamara, dmitry.kozliuk

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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-05-11 12:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15 17:31 [PATCH 0/3] Enable ASan in GHA David Marchand
2022-04-15 17:31 ` [PATCH 1/3] test/mem: disable ASan when accessing unallocated mem David Marchand
2022-04-20 14:48   ` Burakov, Anatoly
2022-04-15 17:31 ` [PATCH 2/3] mem: fix ASan shadow for remapped memory segments David Marchand
2022-04-20 14:47   ` Burakov, Anatoly
2022-04-21  9:37     ` David Marchand
2022-04-21  9:50       ` David Marchand
2022-04-21 13:18       ` Burakov, Anatoly
2022-04-26 12:54         ` Burakov, Anatoly
2022-04-26 14:15           ` David Marchand
2022-04-26 16:07             ` Burakov, Anatoly
2022-04-27 15:32               ` Burakov, Anatoly
2022-04-15 17:31 ` [PATCH 3/3] ci: build some job with ASan David Marchand
2022-05-05  9:29 ` [PATCH v2 0/2] Enable ASan in GHA David Marchand
2022-05-05  9:29   ` [PATCH v2 1/2] test/mem: disable ASan when accessing unallocated mem David Marchand
2022-05-05  9:29   ` [PATCH v2 2/2] ci: build some job with ASan David Marchand
2022-05-10 19:22     ` Aaron Conole
2022-05-11 12:01   ` [PATCH v2 0/2] Enable ASan in GHA David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).