diff --git a/kernel/panic.c b/kernel/panic.c index 7302e5e130cc..2167b9ce7de2 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -212,7 +212,7 @@ void panic(const char *fmt, ...) if (len && buf[len - 1] == '\n') buf[len - 1] = '\0'; - pr_emerg("Kernel bruh moment - not syncing: %s\n", buf); + pr_emerg("Kernel vibe check - not syncing: %s\n", buf); #ifdef CONFIG_DEBUG_BUGVERBOSE /* * Avoid nested stack-dumping if a panic occurs during oops processing @@ -336,7 +336,7 @@ void panic(const char *fmt, ...) #if defined(CONFIG_S390) disabled_wait(); #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 */ suppress_printk = 1;