qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] vhost-user-test and leak fixes
@ 2018-02-15 21:25 Marc-André Lureau
  2018-02-15 21:25 ` [Qemu-devel] [PATCH 1/6] build-sys: fix -fsanitize=address check Marc-André Lureau
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Marc-André Lureau @ 2018-02-15 21:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, Marc-André Lureau

Hi,

The following patches fix a regression introduced in commit
218bb57dd79d that prevent ASAN from being detected & used.  There is
also a works around for a GCC ASAN optimization bug. A few test leaks
are fixed, and a few patches reenable vhost-user memfd test fixing the
recent race bug that was identified in the previous version.

Marc-André Lureau (6):
  build-sys: fix -fsanitize=address check
  lockable: workaround GCC link issue with ASAN
  vhost-user-test: add back memfd check
  vhost-user-test: do not hang if chardev creation failed
  ahci-test: fix opts leak of skip tests
  sdhci-test: fix leaks

 include/qemu/lockable.h |  2 +-
 tests/ahci-test.c       |  1 +
 tests/sdhci-test.c      |  2 ++
 tests/vhost-user-test.c | 94 +++++++++++++++++++++++++++++++++++--------------
 configure               | 22 ++++++------
 5 files changed, 83 insertions(+), 38 deletions(-)

-- 
2.16.1.73.g5832b7e9f2

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

end of thread, other threads:[~2018-03-16 14:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 21:25 [Qemu-devel] [PATCH 0/6] vhost-user-test and leak fixes Marc-André Lureau
2018-02-15 21:25 ` [Qemu-devel] [PATCH 1/6] build-sys: fix -fsanitize=address check Marc-André Lureau
2018-02-21 19:11   ` Emilio G. Cota
2018-02-15 21:25 ` [Qemu-devel] [PATCH 2/6] lockable: workaround GCC link issue with ASAN Marc-André Lureau
2018-02-15 21:25 ` [Qemu-devel] [PATCH 3/6] vhost-user-test: add back memfd check Marc-André Lureau
2018-02-23 14:23   ` Maxime Coquelin
2018-03-16 14:17     ` Marc-André Lureau
2018-03-16 14:41       ` Paolo Bonzini
2018-02-15 21:25 ` [Qemu-devel] [PATCH 4/6] vhost-user-test: do not hang if chardev creation failed Marc-André Lureau
2018-02-23 14:16   ` Maxime Coquelin
2018-02-15 21:25 ` [Qemu-devel] [PATCH 5/6] ahci-test: fix opts leak of skip tests Marc-André Lureau
2018-02-16 20:58   ` John Snow
2018-02-15 21:25 ` [Qemu-devel] [PATCH 6/6] sdhci-test: fix leaks Marc-André Lureau
2018-02-15 21:48   ` Philippe Mathieu-Daudé
2018-02-23 11:37 ` [Qemu-devel] [PATCH 0/6] vhost-user-test and leak fixes Paolo Bonzini
2018-02-23 12:25   ` Marc-André Lureau

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).