Re: [PATCH 2/2] kobjects: Transmit return value ofkobject_uevent_env() to caller

From: Cornelia Huck
Date: Tue Jul 01 2008 - 06:52:20 EST


On Wed, 25 Jun 2008 17:08:37 +0800,
Wang Chen <wangchen@xxxxxxxxxxxxxx> wrote:

> It's depended on how important sending uevent is.
> If the sysfs operation succeeds, but user-space don't
> get the notification. Is it ok?

Given that (a) there may be no listener, (b) sending via netlink may
succeed but calling uevent_helper may fail (highly unlikely the way
modern distros are set up, though), and (c) you would have to audit a
myriad places that don't check for the return code of kobject_uevent()
today as well, it looks like the best way is to simply add some
pr_debug()s to kobject_uevent_env() where something fails.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/