[Qemu-devel] [PULL 0/3] NBD patches through 2018-01-08

Eric Blake posted 3 patches 7 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180108153137.5195-1-eblake@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
block/nbd.c      |  1 +
nbd/server.c     | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
nbd/trace-events |  1 +
3 files changed, 78 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/3] NBD patches through 2018-01-08
Posted by Eric Blake 7 years, 8 months ago
The following changes since commit 799044b6a3a0fc63e1e020e4d9266786a2dc7a0b:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-01-08 13:44:01 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-01-08

for you to fetch changes up to c4365735a7d38f4355c6f77e6670d3972315f7c2:

  block/nbd: fix segmentation fault when .desc is not null-terminated (2018-01-08 09:12:23 -0600)

Careful readers may note that I'm abondoning my earlier pull
request from 20 Dec:
https://lists.gnu.org/archive/html/qemu-devel/2017-12/msg04517.html
This pull request includes the first two patches from that one,
but the second half of that request has a v2 posted by Vladimir,
which I'm letting bake a bit longer rather than including today.

----------------------------------------------------------------
nbd patches for 2018-01-08

- Eric Blake: 0/2 Optimize sparse reads over NBD
- Murilo Opsfelder Araujo: block/nbd: fix segmentation fault when .desc is not null-terminated

----------------------------------------------------------------
Eric Blake (2):
      nbd/server: Implement sparse reads atop structured reply
      nbd/server: Optimize final chunk of sparse read

Murilo Opsfelder Araujo (1):
      block/nbd: fix segmentation fault when .desc is not null-terminated

 block/nbd.c      |  1 +
 nbd/server.c     | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 nbd/trace-events |  1 +
 3 files changed, 78 insertions(+), 3 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/3] NBD patches through 2018-01-08
Posted by Peter Maydell 7 years, 8 months ago
On 8 January 2018 at 15:31, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit 799044b6a3a0fc63e1e020e4d9266786a2dc7a0b:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-01-08 13:44:01 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-01-08
>
> for you to fetch changes up to c4365735a7d38f4355c6f77e6670d3972315f7c2:
>
>   block/nbd: fix segmentation fault when .desc is not null-terminated (2018-01-08 09:12:23 -0600)
>
> Careful readers may note that I'm abondoning my earlier pull
> request from 20 Dec:
> https://lists.gnu.org/archive/html/qemu-devel/2017-12/msg04517.html
> This pull request includes the first two patches from that one,
> but the second half of that request has a v2 posted by Vladimir,
> which I'm letting bake a bit longer rather than including today.
>
> ----------------------------------------------------------------
> nbd patches for 2018-01-08
>
> - Eric Blake: 0/2 Optimize sparse reads over NBD
> - Murilo Opsfelder Araujo: block/nbd: fix segmentation fault when .desc is not null-terminated
>
> ----------------------------------------------------------------
> Eric Blake (2):
>       nbd/server: Implement sparse reads atop structured reply
>       nbd/server: Optimize final chunk of sparse read
>
> Murilo Opsfelder Araujo (1):
>       block/nbd: fix segmentation fault when .desc is not null-terminated

Applied, thanks.

-- PMM