[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1407882507-325-1-git-send-email-mcgrof@do-not-panic.com>
Date: Tue, 12 Aug 2014 15:28:24 -0700
From: "Luis R. Rodriguez" <mcgrof@...not-panic.com>
To: gregkh@...uxfoundation.org
Cc: tiwai@...e.de, linux-kernel@...r.kernel.org,
"Luis R. Rodriguez" <mcgrof@...e.com>
Subject: [PATCH v3 0/3] module loading: add module_long_probe_init()
From: "Luis R. Rodriguez" <mcgrof@...e.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists