qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] esp: fix for fuzzer issues on gitlab
@ 2021-11-01 18:35 Mark Cave-Ayland
  2021-11-01 18:35 ` [PATCH 1/2] esp: ensure in-flight SCSI requests are always cancelled Mark Cave-Ayland
  2021-11-01 18:35 ` [PATCH 2/2] qtest/am53c974-test: add test for cancelling in-flight requests Mark Cave-Ayland
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Cave-Ayland @ 2021-11-01 18:35 UTC (permalink / raw)
  To: pbonzini, fam, thuth, lvivier, qemu-devel

This patchset contains a simple fix for 2 ESP fuzzer issues reported on gitlab
as https://gitlab.com/qemu-project/qemu/-/issues/662 and
https://gitlab.com/qemu-project/qemu/-/issues/663.

The first patch contains the fix itself, whilst the second patch contains a
qtest based upon issue 663 (the qtest reproducer posted on issue 662 didn't
trigger the issue for me, however this fix does prevent the attached hyfuzz
image from triggering the assert).

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Mark Cave-Ayland (2):
  esp: ensure in-flight SCSI requests are always cancelled
  qtest/am53c974-test: add test for cancelling in-flight requests

 hw/scsi/esp.c               | 10 +++++-----
 tests/qtest/am53c974-test.c | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 5 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2021-11-02 10:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01 18:35 [PATCH 0/2] esp: fix for fuzzer issues on gitlab Mark Cave-Ayland
2021-11-01 18:35 ` [PATCH 1/2] esp: ensure in-flight SCSI requests are always cancelled Mark Cave-Ayland
2021-11-01 18:35 ` [PATCH 2/2] qtest/am53c974-test: add test for cancelling in-flight requests Mark Cave-Ayland
2021-11-01 19:54   ` Philippe Mathieu-Daudé
2021-11-02 10:50   ` Paolo Bonzini

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