From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Am=C3=A9rico?= Wang Subject: Re: 2.6.33 dies on modprobe Date: Thu, 4 Mar 2010 23:30:42 +0800 Message-ID: <20100304153042.GA4614@hack> References: <20100303230438.GA3363@invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?utf-8?Q?Am=C3=A9rico?= Wang , linux-kernel@vger.kernel.org, Linux Kernel Network Developers , Greg Kroah-Hartman To: M G Berberich Return-path: Content-Disposition: inline In-Reply-To: <20100303230438.GA3363@invalid> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, Mar 04, 2010 at 12:04:38AM +0100, M G Berberich wrote: >Hello, > >Am Mittwoch, den 03. M=C3=A4rz schrieb Am=C3=A9rico Wang: >> On Wed, Mar 3, 2010 at 5:08 PM, Am=C3=A9rico Wang wrote: >> > On Wed, Mar 3, 2010 at 4:58 PM, Am=C3=A9rico Wang wrote: >> >> Ok, below is my patch, I am not sure it could fix the BUG for you= , >> >> but it could fix the WARNING. But perhaps they are related. >> >> >> >> Please give it a try. >> >> >> > >> > Oops! Ignore the patch, it should not be correct, I will send a >> > correct version soon. >> > Sorry. >> > >>=20 >> Here we go: > >Seems to fix the warning, but not the modprobe-Oops. > Thanks much for your testing! Could you please try to turn on DEBUG_KOBJECT and boot your kernel with "initcall_debug"? And then show us your dmesg. Regards.