[systemd-devel] udev 182: response timeout for request_firmware in module_probe path

Alan Cox alan at lxorguk.ukuu.org.uk
Thu Aug 23 09:46:13 PDT 2012


> IMO, the driver probing path is allowed to sleep, so looks request firmware
> should be allowed inside .probe().

I'm not convinced about that. It can sleep but its holding various locks
in most cases, and it looks like that can end up in a complete heap.

By all means *request* the firmware asynchronously in the probe, but
there needs to be a seperate method somewhere after the probe to finish
the job once the firmware appears.

Alan


More information about the systemd-devel mailing list