Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932575AbVKAH6S (ORCPT ); Tue, 1 Nov 2005 02:58:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932585AbVKAH6S (ORCPT ); Tue, 1 Nov 2005 02:58:18 -0500 Received: from smtp101.sbc.mail.re2.yahoo.com ([68.142.229.104]:39839 "HELO smtp101.sbc.mail.re2.yahoo.com") by vger.kernel.org with SMTP id S932575AbVKAH6R (ORCPT ); Tue, 1 Nov 2005 02:58:17 -0500 From: Dmitry Torokhov To: Greg KH Subject: Re: Kernel Badness 2.6.14-Git Date: Tue, 1 Nov 2005 02:58:13 -0500 User-Agent: KMail/1.8.3 Cc: Alejandro Bonilla Beeche , linux-kernel@vger.kernel.org, rml@novell.com References: <4362BFF1.3040304@linuxwireless.org> <200510312221.13217.dtor_core@ameritech.net> <20051101073530.GB27536@kroah.com> In-Reply-To: <20051101073530.GB27536@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511010258.14313.dtor_core@ameritech.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1461 Lines: 37 On Tuesday 01 November 2005 02:35, Greg KH wrote: > On Mon, Oct 31, 2005 at 10:21:12PM -0500, Dmitry Torokhov wrote: > > On Friday 28 October 2005 22:17, Greg KH wrote: > > > On Fri, Oct 28, 2005 at 06:18:57PM -0600, Alejandro Bonilla Beeche wrote: > > > > Hi, > > > > > > > > I just pulled from Linus Tree and I'm getting this badness in dmesg. > > > > > > > > Please let me know if it is too soon to start reporting this. 2.6.14 is > > > > OK and does not output this. > > > > > > If you disable PNP does it go away? > > > > > > Dmitry, any thoughts? This looks like the other reported issue. > > > > > > > I was looking and looking and the only thing I could come up with is > > that we probably need to initialize input core earlier, before other > > modules had a chance to use input interface so input class is fully > > initialized. We don't need to have input/{ev|mouse|ts|joy}dev.o, > > just input/input.o itself. > > Then why not move this input driver into a different directory so it > doesn't cause this issue? > Can't we move just input.o closer to the top of drivers/Makefile? It is kinda silly to have a subdirectory with only one file. And I would move serio.o there as well. -- Dmitry - 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/