Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187062
b: refs/heads/master
c: 7934779
h: refs/heads/master
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Mar 8, 2010
1 parent c439bee commit 47e147c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4237e5fd3e07da268029cd4862cf551d9a74e33f
refs/heads/master: 7934779a69f1184f29d786b89e77dd14519bd226
10 changes: 9 additions & 1 deletion trunk/drivers/base/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ menu "Generic Driver Options"
config UEVENT_HELPER_PATH
string "path to uevent helper"
depends on HOTPLUG
default "/sbin/hotplug"
default ""
help
Path to uevent helper program forked by the kernel for
every uevent.
Before the switch to the netlink-based uevent source, this was
used to hook hotplug scripts into kernel device events. It
usually pointed to a shell script at /sbin/hotplug.
This should not be used today, because usual systems create
many events at bootup or device discovery in a very short time
frame. One forked process per event can create so many processes
that it creates a high system load, or on smaller systems
it is known to create out-of-memory situations during bootup.

config DEVTMPFS
bool "Maintain a devtmpfs filesystem to mount at /dev"
Expand Down

0 comments on commit 47e147c

Please sign in to comment.