Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932224Ab0D1VS6 (ORCPT ); Wed, 28 Apr 2010 17:18:58 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:55647 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755960Ab0D1VS5 (ORCPT ); Wed, 28 Apr 2010 17:18:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=MIfDF1dVd5cOKhjPuPReCB3lEVhdCEbaebGTH+xUs8uGTTJ63rOklrTTM/dLJ9rshb 9p3Pz1liTG0MyKY7czzW8WDVfmpfVEgs1lOHo9yhSnQBaN8n5Eyyfd0c8+xHGOgC031o RUlj6LX0SQxCpKvw+lhU+dHeMIt7jgNUm1W24= Date: Wed, 28 Apr 2010 23:18:56 +0200 From: Frederic Weisbecker To: John Kacur Cc: Arnd Bergmann , lkml , Linus Torvalds , Jan Blunck , Thomas Gleixner Subject: Re: [PATCH 00/10] bkl: pushdowns from Arnd, and compile fixes Message-ID: <20100428211853.GB6037@nowhere> References: <1272359898-32020-1-git-send-email-jkacur@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1272359898-32020-1-git-send-email-jkacur@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1777 Lines: 45 On Tue, Apr 27, 2010 at 11:18:08AM +0200, John Kacur wrote: > These are bkl pushdowns from Arnd that conflicted with > Linus's "Preparation for BKL'ed ioctl removal patch". I fixed-up the merge > conflicts. In addition - during allyesconfig compile testing on x86_64 I found > a number of issues that I fixed-up > > I pushed these to my own new linus-bkl tree. > git://www.kernel.org/pub/scm/linux/kernel/git/jkacur/jk-2.6.git linux-bkl > > Frederic, if you want to grab those, pls do so. also, we might want to combine > my compile fixes with Arnd's push-down patches, for better git bisectability. > > Presented separately here for everyone's easy perusal. > > Arnd Bergmann (6): > dvb: push down BKL into ioctl functions > scsi: push down BKL into ioctl functions > isdn: push down BKL into ioctl functions > staging: push down BKL into ioctl functions > v4l: always use unlocked_ioctl > drivers: push down BKL into various drivers > > John Kacur (4): > bkl: Fix up compile problems in megaraid from bkl push-down > bkl: Fix missing inode tw_chrdev_ioctl due to bkl pushdown > bkl: Fix missing inode in twl_chrdev_ioctl resulting from bkl > pushdown > bkl: Fix-up compile problems as a result of the bkl-pushdown. Applied the series in bkl/ioctl, except the staging part that went to Greg's tree and the v4l part for which Linus had concerns. I haven't pushed your fixes separately but merged them into the concerned arnd's patches with your SOB added. It passed allyesconfig in sparc. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/