mbox series

[v2,0/2] nbd: tolerate more errors to extension requests

Message ID 20190824172813.29720-1-eblake@redhat.com
Headers show
Series nbd: tolerate more errors to extension requests | expand

Message

Eric Blake Aug. 24, 2019, 5:28 p.m. UTC
Since v1;
- new patch 1
- adjust patch 2 to not set errp when not in strict mode

Eric Blake (2):
  nbd: Use g_autofree in a few places
  nbd: Tolerate more errors to structured reply request

 block/nbd.c      | 11 +++----
 nbd/client.c     | 85 +++++++++++++++++++++++-------------------------
 nbd/server.c     | 12 +++----
 nbd/trace-events |  2 +-
 4 files changed, 49 insertions(+), 61 deletions(-)

Comments

Eric Blake Aug. 27, 2019, 1:56 p.m. UTC | #1
On 8/24/19 12:28 PM, Eric Blake wrote:
> Since v1;
> - new patch 1
> - adjust patch 2 to not set errp when not in strict mode
> 
> Eric Blake (2):
>   nbd: Use g_autofree in a few places
>   nbd: Tolerate more errors to structured reply request

I'm queuing this through my NBD tree.