mbox series

[PATCH-for-6.2,0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer

Message ID 20211119201141.532377-1-philmd@redhat.com (mailing list archive)
Headers show
Series hw/scsi/megasas: Avoid overflowing the SGL buffer | expand

Message

Philippe Mathieu-Daudé Nov. 19, 2021, 8:11 p.m. UTC
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(+)

Comments

Darren Kenny Nov. 22, 2021, 11:17 a.m. UTC | #1
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
Philippe Mathieu-Daudé Dec. 13, 2021, 12:32 p.m. UTC | #2
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
Philippe Mathieu-Daudé Dec. 15, 2021, 10:30 a.m. UTC | #3
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
Paolo Bonzini Dec. 17, 2021, 9:22 a.m. UTC | #4
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