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