Re: [PATCH v3 0/7] hw/scsi/spapr_vscsi: Fix time bomb buffer overflow

2020-03-06 Thread Philippe Mathieu-Daudé
On 3/6/20 12:03 AM, David Gibson wrote: On Thu, Mar 05, 2020 at 01:12:46PM +0100, Philippe Mathieu-Daudé wrote: This series fixes a possible buffer overflow. Simples patches first (dissociate the buffer holding DMA requests with pointer to SRP Information Unit packets) to clean the issue in the

Re: [PATCH v3 0/7] hw/scsi/spapr_vscsi: Fix time bomb buffer overflow

2020-03-05 Thread David Gibson
On Thu, Mar 05, 2020 at 01:12:46PM +0100, Philippe Mathieu-Daudé wrote: > This series fixes a possible buffer overflow. > > Simples patches first (dissociate the buffer holding DMA > requests with pointer to SRP Information Unit packets) to > clean the issue in the penultimate patch. > Applied to

Re: [PATCH v3 0/7] hw/scsi/spapr_vscsi: Fix time bomb buffer overflow

2020-03-05 Thread Paolo Bonzini
On 05/03/20 13:12, Philippe Mathieu-Daudé wrote: > This series fixes a possible buffer overflow. > > Simples patches first (dissociate the buffer holding DMA > requests with pointer to SRP Information Unit packets) to > clean the issue in the penultimate patch. > > v3: > - Fixed typo reported by

Re: [PATCH v3 0/7] hw/scsi/spapr_vscsi: Fix time bomb buffer overflow

2020-03-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200305121253.19078-1-phi...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

Re: [PATCH v3 0/7] hw/scsi/spapr_vscsi: Fix time bomb buffer overflow

2020-03-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200305121253.19078-1-phi...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #

[PATCH v3 0/7] hw/scsi/spapr_vscsi: Fix time bomb buffer overflow

2020-03-05 Thread Philippe Mathieu-Daudé
This series fixes a possible buffer overflow. Simples patches first (dissociate the buffer holding DMA requests with pointer to SRP Information Unit packets) to clean the issue in the penultimate patch. v3: - Fixed typo reported by Greg Kurz - Addressed Paolo Bonzini review comments as an extra p