From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52200 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI2me-0001rN-Pv for qemu-devel@nongnu.org; Fri, 28 May 2010 12:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OI2md-0000aq-Sc for qemu-devel@nongnu.org; Fri, 28 May 2010 12:51:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27812) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI2md-0000ag-Lj for qemu-devel@nongnu.org; Fri, 28 May 2010 12:51:43 -0400 Message-ID: <4BFFF48A.5040900@redhat.com> Date: Fri, 28 May 2010 18:51:22 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1275065173-24045-1-git-send-email-kwolf@redhat.com> <4BFFF3E2.7010104@codemonkey.ws> In-Reply-To: <4BFFF3E2.7010104@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULL 00/14] Block patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Am 28.05.2010 18:48, schrieb Anthony Liguori: > On 05/28/2010 11:45 AM, Kevin Wolf wrote: >> Hi Anthony, >> >> this includes again some patches that should be applied to stable-0.12, too: >> >> 86fa8da qcow2: Fix corruption after error in update_refcount >> 25408c0 qcow2: Fix corruption after refblock allocation >> cbf1dff block: Fix multiwrite with overlapping requests >> 175e115 qcow2: Fix error handling in l2_allocate >> 1b7c801 qcow2: Clear L2 table cache after write error >> > > Can you do a separate pull request for stable? Ok, will do. Just to be sure: The commit IDs stay the same after you have pulled, so that cherry-pick -x lines are still meaningful then? Kevin