Searched hist:"6 a8d8abb" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/ |
H A D | kobject_uevent.c | 6a8d8abb Wed Aug 15 08:38:28 CDT 2007 Kay Sievers <kay.sievers@vrfy.org> Driver core: add CONFIG_UEVENT_HELPER_PATH
The kernel creates a process for every event that is send, even when there is no binary it could execute. We are needlessly creating around 200-300 failing processes during early bootup, until we have the chance to disable it from userspace.
This change allows us to disable /sbin/hotplug entirely, if you want to, by setting UEVENT_HELPER_PATH="" in the kernel config.
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/drivers/base/ |
H A D | Kconfig | 6a8d8abb Wed Aug 15 08:38:28 CDT 2007 Kay Sievers <kay.sievers@vrfy.org> Driver core: add CONFIG_UEVENT_HELPER_PATH
The kernel creates a process for every event that is send, even when there is no binary it could execute. We are needlessly creating around 200-300 failing processes during early bootup, until we have the chance to disable it from userspace.
This change allows us to disable /sbin/hotplug entirely, if you want to, by setting UEVENT_HELPER_PATH="" in the kernel config.
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 6a8d8abb Wed Aug 15 08:38:28 CDT 2007 Kay Sievers <kay.sievers@vrfy.org> Driver core: add CONFIG_UEVENT_HELPER_PATH The kernel creates a process for every event that is send, even when there is no binary it could execute. We are needlessly creating around 200-300 failing processes during early bootup, until we have the chance to disable it from userspace. This change allows us to disable /sbin/hotplug entirely, if you want to, by setting UEVENT_HELPER_PATH="" in the kernel config. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|