From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752173Ab0G2A0Z (ORCPT ); Wed, 28 Jul 2010 20:26:25 -0400 Received: from claw.goop.org ([74.207.240.146]:55099 "EHLO claw.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134Ab0G2A0Y (ORCPT ); Wed, 28 Jul 2010 20:26:24 -0400 Message-ID: <4C50CAAE.7020103@goop.org> Date: Wed, 28 Jul 2010 17:26:22 -0700 From: Jeremy Fitzhardinge User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.1 MIME-Version: 1.0 To: Jens Axboe CC: Xen-devel , Jeremy Fitzhardinge , Linux Kernel Mailing List , Daniel Stodden Subject: Re: [PATCH 00/16] xen/blkfront: various bugfixes and patches for blkfront References: <4C46577F.7050909@kernel.dk> In-Reply-To: <4C46577F.7050909@kernel.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/20/2010 07:12 PM, Jens Axboe wrote: > On 07/20/2010 02:42 PM, Jeremy Fitzhardinge wrote: >> From: Jeremy Fitzhardinge >> >> Hi Jens, >> >> This series has various updates to blkfront, including: >> - support for dynamic device resizing >> - bugfixes for device hotplug >> - various races and bugs fixed >> >> It can be pulled from: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git upstream/blkfront > They don't apply cleanly to the for-2.6.36 branch, it fails at patch 2: > > patching file drivers/block/xen-blkfront.c > Hunk #1 succeeded at 105 (offset 1 line). > Hunk #2 succeeded at 143 (offset 1 line). > Hunk #9 FAILED at 1080. > Hunk #10 succeeded at 1106 with fuzz 1 (offset 5 lines). > 1 out of 10 hunks FAILED -- saving rejects to file drivers/block/xen-blkfront.c.rej Could you pull again? I've merged it into your branch (we don't need any BKL locking), and added a couple of changes to fix some barrier issues up. Thanks, J