[PULL 0/2] NBD patches for 6.2-rc2, 2021-11-22

Eric Blake posted 2 patches 3 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211122140212.1511814-1-eblake@redhat.com
Maintainers: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>, Eric Blake <eblake@redhat.com>
nbd/server.c | 26 ++++++--------------------
1 file changed, 6 insertions(+), 20 deletions(-)
[PULL 0/2] NBD patches for 6.2-rc2, 2021-11-22
Posted by Eric Blake 3 years, 10 months ago
The following changes since commit 49aaac3548bc5a4632a14de939d5312b28dc1ba2:

  Merge tag 'linux-user-for-6.2-pull-request' of git://github.com/vivier/qemu into staging (2021-11-22 10:33:13 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2021-11-22

for you to fetch changes up to e35574226a63f29e32eda8da5cc14832f19850e2:

  nbd/server: Simplify zero and trim (2021-11-22 07:37:15 -0600)

----------------------------------------------------------------
nbd patches for 2021-11-22

- Eric Blake: Avoid uninitialized memory on client hard disconnect
- Eric Blake: Take advantage of block layer 64-bit zero/trim

----------------------------------------------------------------
Eric Blake (2):
      nbd/server: Don't complain on certain client disconnects
      nbd/server: Simplify zero and trim

 nbd/server.c | 26 ++++++--------------------
 1 file changed, 6 insertions(+), 20 deletions(-)

-- 
2.33.1


Re: [PULL 0/2] NBD patches for 6.2-rc2, 2021-11-22
Posted by Richard Henderson 3 years, 10 months ago
On 11/22/21 3:02 PM, Eric Blake wrote:
> The following changes since commit 49aaac3548bc5a4632a14de939d5312b28dc1ba2:
> 
>    Merge tag 'linux-user-for-6.2-pull-request' of git://github.com/vivier/qemu into staging (2021-11-22 10:33:13 +0100)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2021-11-22
> 
> for you to fetch changes up to e35574226a63f29e32eda8da5cc14832f19850e2:
> 
>    nbd/server: Simplify zero and trim (2021-11-22 07:37:15 -0600)
> 
> ----------------------------------------------------------------
> nbd patches for 2021-11-22
> 
> - Eric Blake: Avoid uninitialized memory on client hard disconnect
> - Eric Blake: Take advantage of block layer 64-bit zero/trim
> 
> ----------------------------------------------------------------
> Eric Blake (2):
>        nbd/server: Don't complain on certain client disconnects
>        nbd/server: Simplify zero and trim
> 
>   nbd/server.c | 26 ++++++--------------------
>   1 file changed, 6 insertions(+), 20 deletions(-)

Applied, thanks.

r~