From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757726AbXEQOaq (ORCPT ); Thu, 17 May 2007 10:30:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754856AbXEQOak (ORCPT ); Thu, 17 May 2007 10:30:40 -0400 Received: from www.osadl.org ([213.239.205.134]:32946 "EHLO mail.tglx.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754303AbXEQOaj (ORCPT ); Thu, 17 May 2007 10:30:39 -0400 Subject: Re: [PATCH] INPUT: Sanitize PIT locking in pcspkr From: Thomas Gleixner To: Dmitry Torokhov Cc: LKML , Stable Team , Greg KH , Andrew Morton , Andi Kleen , Ingo Molnar , Ralf Baechle , Benjamin Herrenschmidt , Richard Henderson In-Reply-To: References: <1179408962.3764.72.camel@chaos> Content-Type: text/plain Date: Thu, 17 May 2007 16:35:25 +0200 Message-Id: <1179412525.3764.80.camel@chaos> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Dmitry, On Thu, 2007-05-17 at 10:15 -0400, Dmitry Torokhov wrote: > Hi Thomas, > > > +#include > > I don't see this file in include/asm-i386 and your patch only creates > asm-x86_64... [tglx@inhell4 linux-2.6.21]$ ls include/asm-i386/i82* include/asm-i386/i8253.h include/asm-i386/i8259.h > BTW, is there any reason 8253pit.h can't be used...? The i386 lock is already exported in i8253.h > Hmm... The best way IMO woudl be if arch code attached spinlock that > should be used by pcspkr driver to pcspkr platform device (as > platform_data) and we would not have private lock at all. Sounds ugly, but that's not material for now and cannot be applied to older kernels, which need this fix as well. BTW, there are more creative PIT users in drivers/input which use the global lock already, but the PIT usage there is definitely broken on anything >= 2.6.21. > BTW, with all that usevent_supress busiess, does pcspkr gets loaded > automatically nowadays? I have no idea. tglx