From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNImB-0006pC-EK for qemu-devel@nongnu.org; Mon, 16 Feb 2015 05:19:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNIm6-0003Um-FM for qemu-devel@nongnu.org; Mon, 16 Feb 2015 05:19:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNIm6-0003Ue-81 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 05:19:34 -0500 Date: Mon, 16 Feb 2015 11:19:28 +0100 From: Kevin Wolf Message-ID: <20150216101928.GD4079@noname.str.redhat.com> References: <1423564888-14933-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423564888-14933-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] coroutine: Fix qemu_coroutine_yield() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, famz@redhat.com, wu.wubin@huawei.com, stefanha@redhat.com Am 10.02.2015 um 11:41 hat Kevin Wolf geschrieben: > Kevin Wolf (2): > coroutine: Fix use after free with qemu_coroutine_yield() > coroutine: Clean up qemu_coroutine_enter() > > Stefan Hajnoczi (1): > test-coroutine: Regression test for yield bug > > include/block/coroutine_int.h | 1 + > qemu-coroutine.c | 38 ++++++++++++++++---------------------- > tests/test-coroutine.c | 26 ++++++++++++++++++++++++++ > 3 files changed, 43 insertions(+), 22 deletions(-) Applied to the block branch. Kevin