Re: linux-next: Tree for March 7: slab corruptions

From: Greg KH
Date: Thu Feb 05 2009 - 10:28:38 EST


On Thu, Feb 05, 2009 at 03:27:28PM +0800, Zhao, Yu wrote:
> Greg KH wrote:
>> On Thu, Feb 05, 2009 at 01:08:51PM +0800, Zhao, Yu wrote:
>>> Hi Greg,
>>>
>>> It looks like following fix is not in Linus' tree. Can you please queue
>>> it?
>>>
>>> http://lkml.org/lkml/2008/3/8/155
>> Queue what? That is a message from over a year ago, are you seeing a
>> problem in mainline in this area? If so, do you have a proposed fix for
>> it?
>
> Yes, I'm seeing 'kobject (ffff8800bf03b908): tried to init an initialized
> object, something is seriously wrong'. The warning is fired when
> re-initializing
> a kobject that has been deleted while its state remains `initialized'.

What kobject is causing this to happen?

kobjects should not be static, which it sounds like is the root of your
problem here. If they are properly dynamic, this can not happen.

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/