From: Greg KH <greg@kroah.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Kay Sievers <kay.sievers@novell.com>,
Kernel development list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Driver core: fix refcounting bug
Date: Tue, 16 Jan 2007 16:45:49 -0800 [thread overview]
Message-ID: <20070117004549.GA18335@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0701081103530.4249-100000@iolanthe.rowland.org>
On Mon, Jan 08, 2007 at 11:06:44AM -0500, Alan Stern wrote:
> This patch (as832) fixes a newly-introduced bug in the driver core.
> When a kobject is assigned to a kset, it must acquire a reference to
> the kset.
>
> Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
>
> ---
>
> The bug was introduced in Kay's "unify /sys/class and /sys/bus at
> /sys/subsystem" patch.
>
> I left the assignment of class_dev->kobj.parent as it was, although it is
> not needed. The following call to kobject_add() will end up doing the
> same thing.
>
> Alan Stern
>
> P.S.: Tracking down refcounting bugs is a real pain! I spent an entire
> afternoon on this one... :-(
Thanks, I've merged your patch with the one from Kay so we don't
introduce a bug along the way.
greg k-h
prev parent reply other threads:[~2007-01-17 0:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-08 16:06 [PATCH] Driver core: fix refcounting bug Alan Stern
2007-01-09 4:23 ` Andrew Morton
2007-01-09 7:13 ` Greg KH
2007-01-09 14:53 ` Alan Stern
2007-01-17 0:45 ` Greg KH [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=20070117004549.GA18335@kroah.com \
--to=greg@kroah.com \
--cc=kay.sievers@novell.com \
--cc=linux-kernel@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.