mbox series

[PATCH-for-6.2,0/2] hw/scsi/lsi53c895a: Fix guest-triggerable assert() in lsi_do_dma()

Message ID 20211123111732.83137-1-philmd@redhat.com (mailing list archive)
Headers show
Series hw/scsi/lsi53c895a: Fix guest-triggerable assert() in lsi_do_dma() | expand

Message

Philippe Mathieu-Daudé Nov. 23, 2021, 11:17 a.m. UTC
Trivial fix for this long due bug.

Philippe Mathieu-Daudé (2):
  hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued
  tests/qtest: Add fuzz-lsi53c895a-test

 hw/scsi/lsi53c895a.c               |  3 +-
 tests/qtest/fuzz-lsi53c895a-test.c | 52 ++++++++++++++++++++++++++++++
 MAINTAINERS                        |  1 +
 tests/qtest/meson.build            |  1 +
 4 files changed, 55 insertions(+), 2 deletions(-)
 create mode 100644 tests/qtest/fuzz-lsi53c895a-test.c

Comments

Paolo Bonzini Nov. 23, 2021, 2:02 p.m. UTC | #1
On 11/23/21 12:17, Philippe Mathieu-Daudé wrote:
> Trivial fix for this long due bug.
> 
> Philippe Mathieu-Daudé (2):
>    hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued
>    tests/qtest: Add fuzz-lsi53c895a-test
> 
>   hw/scsi/lsi53c895a.c               |  3 +-
>   tests/qtest/fuzz-lsi53c895a-test.c | 52 ++++++++++++++++++++++++++++++
>   MAINTAINERS                        |  1 +
>   tests/qtest/meson.build            |  1 +
>   4 files changed, 55 insertions(+), 2 deletions(-)
>   create mode 100644 tests/qtest/fuzz-lsi53c895a-test.c
> 

Queued, thanks.

Paolo