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

Philippe Mathieu-Daudé posted 2 patches 4 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211119201141.532377-1-philmd@redhat.com
hw/scsi/megasas.c               |  1 +
tests/qtest/fuzz-megasas-test.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
[PATCH-for-6.2 0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer
Posted by Philippe Mathieu-Daudé 4 years, 2 months ago
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


Re: [PATCH-for-6.2 0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer
Posted by Philippe Mathieu-Daudé 4 years, 1 month ago
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


Re: [PATCH-for-6.2 0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer
Posted by Philippe Mathieu-Daudé 4 years, 1 month ago
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


Re: [PATCH-for-6.2 0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer
Posted by Paolo Bonzini 4 years, 1 month ago
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

Re: [PATCH-for-6.2 0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer
Posted by Darren Kenny 4 years, 2 months ago
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