From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO0Af-0003GF-Pw for qemu-devel@nongnu.org; Tue, 26 Jan 2016 04:44:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO0Ae-0003Os-U6 for qemu-devel@nongnu.org; Tue, 26 Jan 2016 04:44:21 -0500 Date: Tue, 26 Jan 2016 10:44:10 +0100 From: Kevin Wolf Message-ID: <20160126094410.GD4389@noname.str.redhat.com> References: <1453747275-9468-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453747275-9468-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/8] nbd: Fix failed assertion on negotiation error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Paolo Bonzini , Fam Zheng , qemu-devel@nongnu.org, qemu-block@nongnu.org Am 25.01.2016 um 19:41 hat Max Reitz geschrieben: > An error during negotiation, e.g. by the client trying to open an export > that does not exist, should not lead to a crash of the server process. > > The middle six patches of this series are taken from my series > "block: Rework bdrv_close_all()", so here is a git-backport-diff against > v7 of that series: Thanks, applied to the block branch. Kevin