Re: Badness in kobject_get at lib/kobject.c:439

From: Greg KH
Date: Tue Dec 09 2003 - 15:28:51 EST


On Tue, Dec 09, 2003 at 02:51:34PM +0100, Svetoslav Slavtchev wrote:
>
> Call Trace: [<c017fb84>] [<c01991f2>] [<c01995b4>] [<c01dd15d>]
> [<c01cbabc>]
> [<c01cbca8>] [<c0337fd8>] [<c03306ce>] [<c01050b4>] [<c0105082>]
> [<c01091f1>]

Can you enable CONFIG_KALLSYMS in your .config, rebuild, and then report
the decoded oops message?

Also a copy of your .config you are using that generates this would be
appreciated.

Odds are you are using a misc driver that happens to be calling
misc_register() before misc_init() gets called. Others are reporting
this issue with the rtc driver on ppc64 boxes.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/