This commit is contained in:
TIBTHINK 2024-10-31 16:46:09 +01:00 committed by GitHub
commit 302579f3ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -345,7 +345,7 @@ void panic(const char *fmt, ...)
if (len && buf[len - 1] == '\n') if (len && buf[len - 1] == '\n')
buf[len - 1] = '\0'; buf[len - 1] = '\0';
pr_emerg("Kernel panic - not syncing: %s\n", buf); pr_emerg("Kernel vibe check - not syncing: %s\n", buf);
#ifdef CONFIG_DEBUG_BUGVERBOSE #ifdef CONFIG_DEBUG_BUGVERBOSE
/* /*
* Avoid nested stack-dumping if a panic occurs during oops processing * Avoid nested stack-dumping if a panic occurs during oops processing
@ -454,7 +454,7 @@ void panic(const char *fmt, ...)
#if defined(CONFIG_S390) #if defined(CONFIG_S390)
disabled_wait(); disabled_wait();
#endif #endif
pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf); pr_emerg("---[ end Kernel vibe check - not syncing: %s ]---\n", buf);
/* Do not scroll important messages printed above */ /* Do not scroll important messages printed above */
suppress_printk = 1; suppress_printk = 1;