]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/Kconfig.debug: document panic= command line option and procfs entry for PANIC_TIMEOUT
authorBrian Masney <bmasney@redhat.com>
Fri, 7 Jun 2024 15:24:43 +0000 (11:24 -0400)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 25 Jun 2024 05:25:07 +0000 (22:25 -0700)
commitd0bff054053f7a46a3819aba55ad803aa639ed7e
treecf81426da59738a535496c3944c1763c3ea0618e
parent09aaf15a7826717b75d2b4305daaee099636ca5c
lib/Kconfig.debug: document panic= command line option and procfs entry for PANIC_TIMEOUT

PANIC_TIMEOUT can also be controlled with the panic= kernel command line
option and the file /proc/sys/kernel/panic.  Let's document both of these
in the Kconfig help text.

Link: https://lkml.kernel.org/r/20240607152443.925168-1-bmasney@redhat.com
Signed-off-by: Brian Masney <bmasney@redhat.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/Kconfig.debug