[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46B060AD.6040907@gmail.com>
Date: Wed, 01 Aug 2007 19:30:05 +0900
From: Tejun Heo <htejun@...il.com>
To: Alan Stern <stern@...land.harvard.edu>
CC: Gabriel C <nix.or.die@...glemail.com>,
"A. Kalten" <akalten@...cast.net>,
Kernel development list <linux-kernel@...r.kernel.org>
Subject: Re: Can't unload uhci_hcd module with 2.6.22 -- also oops
Hello, Alan.
Alan Stern wrote:
> Tejun:
>
> Can you look at this oops message please? It appears similar to the
> sysfs bug in 2.6.23-rc1, but it occurred under 2.6.22. Is a similar
> fix needed for the 2.6.22-stable series?
2.6.23-rc1 bug was one too many put during symlink creation failure path
leading to premature release of parent kobject on removal. The posted
log looks more like premature module unload.
For example, something like...
1. module b uses services of module a
2. module b creates some attributes with struct attribute in the module
3. module b unloads but attr created in #2 is not removed
4. module a tries to unload and tries to remove attr from #2 and oops
because struct attribute referenced by the attr is already gone.
Thanks.
--
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists