* [PATCH] Documentation: update deferred_probe_timeout cmdline parameter documentation
@ 2026-04-16 14:41 Hans de Goede
2026-04-28 22:11 ` Danilo Krummrich
0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2026-04-16 14:41 UTC (permalink / raw)
To: Jonathan Corbet, Shuah Khan
Cc: Hans de Goede, linux-doc, linux-kernel, Danilo Krummrich
Extend the deferred_probe_timeout cmdline parameter documentation,
documenting that negative values are treated as an infinite timeout value.
Suggested-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
---
Documentation/admin-guide/kernel-parameters.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 03a550630644..0f1a1332480f 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -1249,8 +1249,9 @@ Kernel parameters
deferred probe to give up waiting on dependencies to
probe. Only specific dependencies (subsystems or
drivers) that have opted in will be ignored. A timeout
- of 0 will timeout at the end of initcalls. If the time
- out hasn't expired, it'll be restarted by each
+ of 0 will timeout at the end of initcalls; a negative
+ value is treated as an infinite timeout value. If the
+ timeout hasn't expired, it'll be restarted by each
successful driver registration. This option will also
dump out devices still on the deferred probe list after
retrying.
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: update deferred_probe_timeout cmdline parameter documentation
2026-04-16 14:41 [PATCH] Documentation: update deferred_probe_timeout cmdline parameter documentation Hans de Goede
@ 2026-04-28 22:11 ` Danilo Krummrich
0 siblings, 0 replies; 2+ messages in thread
From: Danilo Krummrich @ 2026-04-28 22:11 UTC (permalink / raw)
To: Hans de Goede
Cc: Jonathan Corbet, Shuah Khan, linux-doc, linux-kernel,
Danilo Krummrich
On Thu, 16 Apr 2026 16:41:44 +0200, Hans de Goede wrote:
> [PATCH] Documentation: update deferred_probe_timeout cmdline parameter documentation
Applied, thanks!
Branch: driver-core-testing
Tree: git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
[1/1] Documentation: update deferred_probe_timeout cmdline parameter documentation
commit: c9447f101315
The patch will appear in the next linux-next integration (typically within 24
hours on weekdays).
The patch is in the driver-core-testing branch and will be promoted to
driver-core-next after validation.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-28 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 14:41 [PATCH] Documentation: update deferred_probe_timeout cmdline parameter documentation Hans de Goede
2026-04-28 22:11 ` Danilo Krummrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox