Skip to content

Commit c0379f2

Browse files
author
CKI KWF Bot
committed
Merge: redhat/configs: automotive: set CONFIG_TIMEOUT_PANIC
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/293 JIRA: https://issues.redhat.com/browse/RHEL-76119 Upstream Status: kernel-ark.git commit 0fde3f480b3b commit 0fde3f480b3b 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> Approved-by: Brian Masney <bmasney@redhat.com> Approved-by: Eric Chanudet <echanude@redhat.com> Approved-by: Rafael Aquini <raquini@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
2 parents 5594938 + 89cb690 commit c0379f2

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)