From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao79w-0001aD-TI for qemu-devel@nongnu.org; Thu, 07 Apr 2016 06:27:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ao79t-0007Qn-MO for qemu-devel@nongnu.org; Thu, 07 Apr 2016 06:27:32 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:35373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao79t-0007Qa-Gc for qemu-devel@nongnu.org; Thu, 07 Apr 2016 06:27:29 -0400 Received: by mail-wm0-x241.google.com with SMTP id a140so20169026wma.2 for ; Thu, 07 Apr 2016 03:27:28 -0700 (PDT) Date: Thu, 7 Apr 2016 12:27:26 +0200 From: "Edgar E. Iglesias" Message-ID: <20160407102726.GQ16305@toto> References: <1460018068-7909-1-git-send-email-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 0/4] slirp: deliver received TCP RSTs to the guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Samuel Thibault , QEMU Developers , "J. Kiszka" On Thu, Apr 07, 2016 at 11:13:37AM +0100, Peter Maydell wrote: > On 7 April 2016 at 09:34, Samuel Thibault wrote: > > 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 > > The patch from Edgar appears to be missing Edgar's signed-off-by ? Yes, this patch is ancient from times when SoBs were not commonly used but feel free to add one: Signed-off-by: Edgar E. Iglesias Thanks, Edgar > > thanks > -- PMM