From: "Luis R. Rodriguez" <mcg...@suse.com> systemd-udevd will cause a driver to fail to load if it doesn't load within the set default timeout, right now 30 seconds. Although we now have a way to increase the timeout at run time we need a way to both annotate drivers that need fixing and a way to enable drivers's whose probe takes long time while they are fixed. Using deferred probe works but it was recently agreed that we'd instead use kthreads for drivers that have long probes.
Luis R. Rodriguez (3): init / kthread: add module_long_probe_init() and module_long_probe_exit() cxgb4: use module_long_probe_init() mptsas: use module_long_probe_init() drivers/message/fusion/mptsas.c | 5 ++-- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 5 ++-- include/linux/kthread.h | 35 +++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 4 deletions(-) -- 2.0.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/