Re: [linux-usb-devel] [PATCH] back out sysfs reference count change
From: Alan Stern (stern_at_rowland.harvard.edu)
Date: 04/01/04
- Previous message: Jörn Engel: "Re: [PATCH] cowlinks v2"
- In reply to: Maneesh Soni: "Re: [linux-usb-devel] [PATCH] back out sysfs reference count change"
- Next in thread: Maneesh Soni: "Re: [linux-usb-devel] [PATCH] back out sysfs reference count change"
- Reply: Maneesh Soni: "Re: [linux-usb-devel] [PATCH] back out sysfs reference count change"
- Reply: Maneesh Soni: "Re: [linux-usb-devel] [PATCH] back out sysfs reference count change"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 1 Apr 2004 09:56:16 -0500 (EST) To: Maneesh Soni <maneesh@in.ibm.com>
On Thu, 1 Apr 2004, Maneesh Soni wrote:
> On Wed, Mar 31, 2004 at 10:11:37AM -0500, Alan Stern wrote:
> >
> > Here's a suggestion. At the start of check_perm() grab the dentry
> > semaphore, then check whether d_fsdata is NULL, if it isn't then do the
> > kobject_get(), then unlock the semaphore.
> >
>
> I have tried this with no luck. I still get
> (Badness in kobject_get at lib/kobject.c:42) which means it is not correct fix.
Did you remember to set dentry->d_fsdata to NULL? This has to be done in
sysfs_remove_dir() sometime during the period when dentry->d_inode->i_sem
is held. Right now the pointer to the kobject never gets erased. That
Badness message is an indication that you are using a valid pointer to a
kobject whose refcount is 0.
Alan Stern
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Jörn Engel: "Re: [PATCH] cowlinks v2"
- In reply to: Maneesh Soni: "Re: [linux-usb-devel] [PATCH] back out sysfs reference count change"
- Next in thread: Maneesh Soni: "Re: [linux-usb-devel] [PATCH] back out sysfs reference count change"
- Reply: Maneesh Soni: "Re: [linux-usb-devel] [PATCH] back out sysfs reference count change"
- Reply: Maneesh Soni: "Re: [linux-usb-devel] [PATCH] back out sysfs reference count change"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|