Skip to content

Commit 89cb690

Browse files
Enric Balletbo i Serraeballetbo
authored andcommitted
redhat/configs: automotive: set CONFIG_TIMEOUT_PANIC
JIRA: https://issues.redhat.com/browse/RHEL-76119 Upstream Status: RHEL Only commit 0fde3f480b3bc9b192b7136e7a3ad4e058dfd376 Author: Enric Balletbo i Serra <eballetb@redhat.com> Date: Thu Jan 23 10:01:17 2025 +0100 redhat/configs: automotive: set CONFIG_TIMEOUT_PANIC For automotive any condition leading to PANIC should be considered as dangerous and fatal, hence we want to stop operation as soon as possible. So set the panic timeout value < 0 to reboot immediately for the generic kernel config. For debug we might be interested on capture the panic an don't reboot immediately, so maintain the current behaviour and wait forever to let the user decide what to do. Signed-off-by: Enric Balletbo i Serra <eballetb@redhat.com> Signed-off-by: Enric Balletbo i Serra <eballetb@redhat.com>
1 parent e67fe5a commit 89cb690

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_PANIC_TIMEOUT=0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_PANIC_TIMEOUT=-1

0 commit comments

Comments
 (0)