qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/4] slirp: deliver received TCP RSTs to the guest
@ 2016-04-07  8:34 Samuel Thibault
  2016-04-07  8:34 ` [Qemu-devel] [PULL 1/4] slirp: don't crash when tcp_sockclosed() is called with a NULL tp Samuel Thibault
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Samuel Thibault @ 2016-04-07  8:34 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: Samuel Thibault, jan.kiszka

The following changes since commit 7acbff99c6c285b3070bf0e768d56f511e2bf346:

  Update version for v2.6.0-rc1 release (2016-04-05 21:53:18 +0100)

are available in the git repository at:

  http://people.debian.org/~sthibault/qemu.git tags/samuel-thibault

for you to fetch changes up to b9b314378ce0fdb4996a0316cb34246f746ac8cf:

  slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets (2016-04-07 10:28:53 +0200)

----------------------------------------------------------------
slirp updates

----------------------------------------------------------------
Edgar E. Iglesias (1):
      slirp: Propagate host TCP RST to the guest.

Steven Luo (3):
      slirp: don't crash when tcp_sockclosed() is called with a NULL tp
      slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error
      slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets

 slirp/slirp.c     | 12 +++++++++++-
 slirp/socket.c    | 34 +++++++++++++++++++++++++++-------
 slirp/socket.h    |  2 +-
 slirp/tcp_input.c |  6 ++++++
 slirp/tcp_subr.c  |  7 +++++--
 5 files changed, 50 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PULL 0/4] slirp: deliver received TCP RSTs to the guest
@ 2016-04-07 11:04 Samuel Thibault
  2016-04-07 11:59 ` Peter Maydell
  0 siblings, 1 reply; 11+ messages in thread
From: Samuel Thibault @ 2016-04-07 11:04 UTC (permalink / raw)
  To: qemu-devel, peter.maydell
  Cc: steven, Samuel Thibault, edgar.iglesias, jan.kiszka

The following changes since commit 7acbff99c6c285b3070bf0e768d56f511e2bf346:

  Update version for v2.6.0-rc1 release (2016-04-05 21:53:18 +0100)

are available in the git repository at:

  http://people.debian.org/~sthibault/qemu.git tags/samuel-thibault

for you to fetch changes up to 6625d83a6eb3b51a622d72adce713cab75cbf2e7:

  slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets (2016-04-07 13:02:05 +0200)

----------------------------------------------------------------
slirp updates

----------------------------------------------------------------
Edgar E. Iglesias (1):
      slirp: Propagate host TCP RST to the guest.

Steven Luo (3):
      slirp: don't crash when tcp_sockclosed() is called with a NULL tp
      slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error
      slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets

 slirp/slirp.c     | 12 +++++++++++-
 slirp/socket.c    | 34 +++++++++++++++++++++++++++-------
 slirp/socket.h    |  2 +-
 slirp/tcp_input.c |  6 ++++++
 slirp/tcp_subr.c  |  7 +++++--
 5 files changed, 50 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-04-07 12:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07  8:34 [Qemu-devel] [PULL 0/4] slirp: deliver received TCP RSTs to the guest Samuel Thibault
2016-04-07  8:34 ` [Qemu-devel] [PULL 1/4] slirp: don't crash when tcp_sockclosed() is called with a NULL tp Samuel Thibault
2016-04-07  8:34 ` [Qemu-devel] [PULL 2/4] slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error Samuel Thibault
2016-04-07  8:34 ` [Qemu-devel] [PULL 3/4] slirp: Propagate host TCP RST to the guest Samuel Thibault
2016-04-07  8:34 ` [Qemu-devel] [PULL 4/4] slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets Samuel Thibault
2016-04-07 10:13 ` [Qemu-devel] [PULL 0/4] slirp: deliver received TCP RSTs to the guest Peter Maydell
2016-04-07 10:27   ` Edgar E. Iglesias
2016-04-07 10:37     ` Peter Maydell
2016-04-07 11:04       ` Samuel Thibault
  -- strict thread matches above, loose matches on Subject: below --
2016-04-07 11:04 Samuel Thibault
2016-04-07 11:59 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).