]> Git Repo - linux.git/commit - lib/Kconfig.debug
panic: Make panic_timeout configurable
authorJason Baron <[email protected]>
Mon, 25 Nov 2013 23:23:04 +0000 (23:23 +0000)
committerIngo Molnar <[email protected]>
Tue, 26 Nov 2013 11:12:26 +0000 (12:12 +0100)
commit5800dc3cff87c3a1548382298bb16e1fb4ec7e32
tree7495d7a91bbac6ab956cb0099ae023deb3a4db76
parentb975dc3689fc6a3718ad288ce080924f9cb7e176
panic: Make panic_timeout configurable

The panic_timeout value can be set via the command line option
'panic=x', or via /proc/sys/kernel/panic, however that is not
sufficient when the panic occurs before we are able to set up
these values. Thus, add a CONFIG_PANIC_TIMEOUT so that we can
set the desired value from the .config.

The default panic_timeout value continues to be 0 - wait
forever. Also adds set_arch_panic_timeout(new_timeout,
arch_default_timeout), which is intended to be used by arches in
arch_setup(). The idea being that the new_timeout is only set if
the user hasn't changed from the arch_default_timeout.

Signed-off-by: Jason Baron <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Linus Torvalds <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/1a1674daec27c534df409697025ac568ebcee91e.1385418410.git.jbaron@akamai.com
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/kernel.h
kernel/panic.c
lib/Kconfig.debug
This page took 0.058726 seconds and 4 git commands to generate.