From: Tejun Heo <htejun@gmail.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Gabriel C <nix.or.die@googlemail.com>,
"A. Kalten" <akalten@comcast.net>,
Kernel development list <linux-kernel@vger.kernel.org>
Subject: Re: Can't unload uhci_hcd module with 2.6.22 -- also oops
Date: Wed, 01 Aug 2007 19:30:05 +0900 [thread overview]
Message-ID: <46B060AD.6040907@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0707311139120.3520-100000@iolanthe.rowland.org>
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
prev parent reply other threads:[~2007-08-01 10:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-30 20:36 Can't unload uhci_hcd module with 2.6.22 -- also oops A. Kalten
2007-07-30 21:20 ` Gabriel C
2007-07-30 22:09 ` Alan Stern
2007-07-30 23:21 ` A. Kalten
2007-07-31 15:42 ` Alan Stern
2007-08-01 10:30 ` Tejun Heo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46B060AD.6040907@gmail.com \
--to=htejun@gmail.com \
--cc=akalten@comcast.net \
--cc=linux-kernel@vger.kernel.org \
--cc=nix.or.die@googlemail.com \
--cc=stern@rowland.harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox