From: Kay Sievers Date: Wed, 15 Aug 2007 13:38:28 +0000 (+0200) Subject: Driver core: add CONFIG_UEVENT_HELPER_PATH X-Git-Tag: v2.6.24-rc1~1394^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8d8abb6e4497ae4132a9b1f0a956ea501f1c46;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed