From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brmU8-00038W-BU for qemu-devel@nongnu.org; Wed, 05 Oct 2016 09:43:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brmU6-0008PF-H6 for qemu-devel@nongnu.org; Wed, 05 Oct 2016 09:43:47 -0400 Date: Wed, 5 Oct 2016 15:43:32 +0200 From: Kevin Wolf Message-ID: <20161005134332.GB1657@noname.str.redhat.com> References: <1475272849-19990-1-git-send-email-jsnow@redhat.com> <1475272849-19990-2-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475272849-19990-2-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 01/11] blockjob: fix dead pointer in txn list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, vsementsov@virtuozzo.com, famz@redhat.com, stefanha@redhat.com, jcody@redhat.com, eblake@redhat.com, qemu-devel@nongnu.org Am 01.10.2016 um 00:00 hat John Snow geschrieben: > From: Vladimir Sementsov-Ogievskiy > > Though it is not intended to be reached through normal circumstances, > if we do not gracefully deconstruct the transaction QLIST, we may wind > up with stale pointers in the list. > > The rest of this series attempts to address the underlying issues, > but this should fix list inconsistencies. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > Tested-by: John Snow > Reviewed-by: John Snow > [Rewrote commit message. --js] > Signed-off-by: John Snow > Reviewed-by: Eric Blake > > Signed-off-by: John Snow Reviewed-by: Kevin Wolf