From: Kay Sievers <kay.sievers@vrfy.org>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: Greg KH <greg@kroah.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>,
Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: Re: [Patch -mm 2/5] driver core: Introduce device_move(): move a device to a new parent.
Date: Wed, 15 Nov 2006 10:31:59 +0100 [thread overview]
Message-ID: <1163583119.4244.6.camel@pim.off.vrfy.org> (raw)
In-Reply-To: <20061115102409.6e6e5dc0@gondolin.boeblingen.de.ibm.com>
On Wed, 2006-11-15 at 10:24 +0100, Cornelia Huck wrote:
> On Wed, 15 Nov 2006 09:44:33 +0100,
> "Kay Sievers" <kay.sievers@vrfy.org> wrote:
>
> > Udev and HAL, both will need an event for the moving, with the old
> > DEVPATH value in the environment. We want something like a "rename" or
> > "move" event. Without that, weird things will happen in userspace,
> > because the devpath is used as the key to the device during the whole
> > device lifetime. The only weird exception today is the netif rename
> > case, which is already handled by special code in udev.
>
> Something like below (completely untested as my test box is currently
> inaccessible)?
We need the old DEVPATH in the environment (or something similar),
otherwise we can't connect the event with the new device location to the
current device. :)
> Wouldn't we need something similar for kobject_rename()
> as well?
Maybe kobject_rename() can go, if we have a move function which can be
used. In any case, the events should look identical to userspace, yes.
Thanks,
Kay
next prev parent reply other threads:[~2006-11-15 9:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-14 10:32 [Patch -mm 2/5] driver core: Introduce device_move(): move a device to a new parent Cornelia Huck
2006-11-15 6:50 ` Greg KH
2006-11-15 7:28 ` Cornelia Huck
2006-11-15 8:44 ` Kay Sievers
2006-11-15 9:24 ` Cornelia Huck
2006-11-15 9:31 ` Kay Sievers [this message]
2006-11-15 10:11 ` Cornelia Huck
2006-11-15 16:44 ` Dmitry Torokhov
2006-11-15 17:23 ` Cornelia Huck
2006-11-15 17:39 ` Cornelia Huck
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=1163583119.4244.6.camel@pim.off.vrfy.org \
--to=kay.sievers@vrfy.org \
--cc=akpm@osdl.org \
--cc=cornelia.huck@de.ibm.com \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
/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.