chiark / gitweb /
udevd: kill hanging event processes after 30 seconds
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 18 Jan 2012 04:06:18 +0000 (05:06 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 18 Jan 2012 04:06:18 +0000 (05:06 +0100)
Some broken kernel drivers load firmware synchronously in the module init
path and block modprobe until the firmware request is fulfilled.

The modprobe-generated firmware request is a direct child device of the
device which caused modprobe to run. Child device event are blocked until
the parent device is handled. This dead-locks until the kernel firmware
loading timeout of 60 seconds is reached.

The hanging modprobe event should now time-out and allow the firmware
event to run before the 60 second kernel timeout.


No differences found