[PATCH 0/9] Various ASAN & tests fixes

Marc-André Lureau posted 9 patches 2 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260906-nohmp-next-v1-0-2b21e63974f3@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Ani Sinha <anisinha@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>, Jared Rossi <jrossi@linux.ibm.com>, Zhuoying Cai <zycai@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Halil Pasic <pasic@linux.ibm.com>, Brian Cain <brian.cain@oss.qualcomm.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
backends/igvm.c                                   | 99 ++++++++++++++---------
hw/misc/bcm2835_powermgt.c                        |  8 ++
hw/s390x/ipl.c                                    | 10 +--
include/system/igvm-internal.h                    |  9 ++-
tests/functional/hexagon/test_systests.py         |  6 +-
tests/functional/x86_64/test_vhost_user_bridge.py | 13 +++
tests/qtest/launchupdate-test.c                   | 20 ++---
tests/qtest/libqos/libqos.h                       |  2 +
8 files changed, 104 insertions(+), 63 deletions(-)
[PATCH 0/9] Various ASAN & tests fixes
Posted by Marc-André Lureau 2 weeks, 6 days ago
Hi,

Along with Fabiano
fixes (https://patchew.org/QEMU/20260903220523.2849019-1-farosas@suse.de/)
This clears the asan-enabled tests of reports in my build configurations.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
Marc-André Lureau (9):
      tests: fix qemu:func-hexagon-linters
      tests/test_vhost_user_bridge: skip when running ASAN
      hw/misc/bcm2835_powermgt: free wdog timer on finalize
      tests/launchupdate-test: correct g_auto usage
      tests/launchupdate-test: correctly release qs
      tests/launchupdate-test: fix fw_cfg leak
      igvm: release found memory region on success
      igvm: make IgvmMemoryRegion a QOM
      hw/s390x/ipl: fix short SCSI loadparm buffer over-read

 backends/igvm.c                                   | 99 ++++++++++++++---------
 hw/misc/bcm2835_powermgt.c                        |  8 ++
 hw/s390x/ipl.c                                    | 10 +--
 include/system/igvm-internal.h                    |  9 ++-
 tests/functional/hexagon/test_systests.py         |  6 +-
 tests/functional/x86_64/test_vhost_user_bridge.py | 13 +++
 tests/qtest/launchupdate-test.c                   | 20 ++---
 tests/qtest/libqos/libqos.h                       |  2 +
 8 files changed, 104 insertions(+), 63 deletions(-)
---
base-commit: ff1d2d19d7e24893e2012d879f8e73077e17b9bd
change-id: 20260906-nohmp-next-771b029cc0f2

Best regards,
--  
Marc-André Lureau <marcandre.lureau@redhat.com>