Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752018AbZJKT4I (ORCPT ); Sun, 11 Oct 2009 15:56:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751907AbZJKT4H (ORCPT ); Sun, 11 Oct 2009 15:56:07 -0400 Received: from www.tglx.de ([62.245.132.106]:37103 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751248AbZJKT4F (ORCPT ); Sun, 11 Oct 2009 15:56:05 -0400 Date: Sun, 11 Oct 2009 21:54:36 +0200 (CEST) From: Thomas Gleixner To: Arnd Bergmann cc: LKML , Andrew Morton , Ingo Molnar , Peter Zijlstra , Frederic Weisbecker , Vincent Sanders , John Kacur , Jonathan Corbet , Christoph Hellwig , Geert Uytterhoeven , Dmitry Torokhov Subject: Re: [patch 20/28] input: Remove BKL from hp_sdc_rtc In-Reply-To: <200910112147.55546.arnd@arndb.de> Message-ID: References: <20091010153314.827301943@linutronix.de> <20091010153349.884891604@linutronix.de> <200910112147.55546.arnd@arndb.de> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 666 Lines: 16 On Sun, 11 Oct 2009, Arnd Bergmann wrote: > On Saturday 10 October 2009, Thomas Gleixner wrote: > > cycle_kernel_lock() was added during the big BKL pushdown. It should > > ensure the serializiation against driver init code. In this case there > > is nothing to serialize. Remove it. > > The driver still holds the BKL in its ioctl method, which should be removed > as well if the above is true. On my list already :) -- 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/