Message ID | 20211119201141.532377-1-philmd@redhat.com |
---|---|
Headers | show |
Series | hw/scsi/megasas: Avoid overflowing the SGL buffer | expand |
For the series: Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Thanks, Darren. On Friday, 2021-11-19 at 21:11:39 +01, Philippe Mathieu-Daudé wrote: > Fix issue #521 reported by Alex some months ago: > https://gitlab.com/qemu-project/qemu/-/issues/521 > > Philippe Mathieu-Daudé (2): > hw/scsi/megasas: Fails command if SGL buffer overflows > tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521 > > hw/scsi/megasas.c | 1 + > tests/qtest/fuzz-megasas-test.c | 30 ++++++++++++++++++++++++++++++ > 2 files changed, 31 insertions(+) > > -- > 2.31.1
Too late for 6.2 now, so Cc'ing qemu-trivial (series reviewed). On 11/19/21 21:11, Philippe Mathieu-Daudé wrote: > Fix issue #521 reported by Alex some months ago: > https://gitlab.com/qemu-project/qemu/-/issues/521 > > Philippe Mathieu-Daudé (2): > hw/scsi/megasas: Fails command if SGL buffer overflows > tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521
ping? On 12/13/21 13:32, Philippe Mathieu-Daudé wrote: > Too late for 6.2 now, so Cc'ing qemu-trivial (series reviewed). > > On 11/19/21 21:11, Philippe Mathieu-Daudé wrote: >> Fix issue #521 reported by Alex some months ago: >> https://gitlab.com/qemu-project/qemu/-/issues/521 >> >> Philippe Mathieu-Daudé (2): >> hw/scsi/megasas: Fails command if SGL buffer overflows >> tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521
On 11/19/21 21:11, Philippe Mathieu-Daudé wrote: > Fix issue #521 reported by Alex some months ago: > https://gitlab.com/qemu-project/qemu/-/issues/521 > > Philippe Mathieu-Daudé (2): > hw/scsi/megasas: Fails command if SGL buffer overflows > tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521 > > hw/scsi/megasas.c | 1 + > tests/qtest/fuzz-megasas-test.c | 30 ++++++++++++++++++++++++++++++ > 2 files changed, 31 insertions(+) > Queued, thanks. Paolo