mbox

[PULL,0/2] Qio next patches

Message ID 20180628110254.6725-1-berrange@redhat.com
State New
Headers show

Pull-request

https://github.com/berrange/qemu tags/qio-next-pull-request

Message

Daniel P. Berrangé June 28, 2018, 11:02 a.m. UTC
The following changes since commit 00928a421d47f49691cace1207481b7aad31b1f1:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626' into staging (2018-06-26 18:23:49 +0100)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/qio-next-pull-request

for you to fetch changes up to 39321d9ed89eccdde73bb7b20cb834506c3bd750:

  Delete AF_UNIX socket after close (2018-06-28 11:59:51 +0100)

----------------------------------------------------------------
Merge qio 2018-06-28

Misc bug fixes for sockets channels

----------------------------------------------------------------

Pavel Balaev (1):
  Delete AF_UNIX socket after close

linzhecheng (1):
  socket: dont't free msgfds if error equals EAGAIN

 chardev/char-socket.c |  4 ++--
 io/channel-socket.c   | 18 +++++++++++++++++-
 2 files changed, 19 insertions(+), 3 deletions(-)

Comments

Eric Blake June 28, 2018, 12:19 p.m. UTC | #1
On 06/28/2018 06:02 AM, Daniel P. Berrangé wrote:
> The following changes since commit 00928a421d47f49691cace1207481b7aad31b1f1:
> 
>    Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626' into staging (2018-06-26 18:23:49 +0100)
> 
> are available in the Git repository at:
> 
>    https://github.com/berrange/qemu tags/qio-next-pull-request
> 
> for you to fetch changes up to 39321d9ed89eccdde73bb7b20cb834506c3bd750:
> 
>    Delete AF_UNIX socket after close (2018-06-28 11:59:51 +0100)
> 
> ----------------------------------------------------------------
> Merge qio 2018-06-28
> 
> Misc bug fixes for sockets channels
> 
> ----------------------------------------------------------------
> 
> Pavel Balaev (1):
>    Delete AF_UNIX socket after close

Replying here to catch Peter's attention - based on comments on 2/2, Dan 
will be submitting a v2 pull request.

> 
> linzhecheng (1):
>    socket: dont't free msgfds if error equals EAGAIN

Dan - while you're at it, s/dont't/don't/

> 
>   chardev/char-socket.c |  4 ++--
>   io/channel-socket.c   | 18 +++++++++++++++++-
>   2 files changed, 19 insertions(+), 3 deletions(-)
>