kernel/panic: set crash_kexec_post_notifiers default to true

Signed-off-by: Xiaoming Gao <newtongao@tencent.com>
This commit is contained in:
Xiaoming Gao 2019-07-19 15:12:33 +08:00
parent 772b473711
commit 86055c32bb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static unsigned long tainted_mask;
static int pause_on_oops;
static int pause_on_oops_flag;
static DEFINE_SPINLOCK(pause_on_oops_lock);
bool crash_kexec_post_notifiers;
bool crash_kexec_post_notifiers = true;
int panic_on_warn __read_mostly;
int panic_timeout = CONFIG_PANIC_TIMEOUT;