diff --git a/[refs] b/[refs] index 4e66a1fc8c63..112cdaaf3d97 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4302fbc8ec2ccae279c939f241bf8ce64e1a0bb7 +refs/heads/master: c958474b6d721ff09e4abf143efc07365d63aea5 diff --git a/trunk/include/linux/vt_kern.h b/trunk/include/linux/vt_kern.h index 4d05e14ea60c..c2164fad0083 100644 --- a/trunk/include/linux/vt_kern.h +++ b/trunk/include/linux/vt_kern.h @@ -137,7 +137,7 @@ int vty_init(const struct file_operations *console_fops); static inline bool vt_force_oops_output(struct vc_data *vc) { - if (oops_in_progress && vc->vc_panic_force_write) + if (oops_in_progress && vc->vc_panic_force_write && panic_timeout >= 0) return true; return false; }