Skip to content

Draft: redhat/configs: update CONFIG_PANIC_TIMEOUT for automotive

Upstream Status: cki-project/kernel-ark!3175 (closed)

JIRA: https://issues.redhat.com/browse/RHEL-40143

Automotive inherits the default value of CONFIG_PANIC_TIMEOUT from RHEL, which is currently set to 0 and has the kernel wait forever after a kernel panic. Let's set this to -1 so that the kernel will reboot immediately after a kernel panic.

Have the debug kernel keep the value 0 so that the system is not rebooted.

Signed-off-by: Brian Masney bmasney@redhat.com

Edited by Brian Masney

Merge request reports