public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] stop ==== emergency
@ 2006-02-03 21:37 Hugh Dickins
  0 siblings, 0 replies; 7+ messages in thread
From: Hugh Dickins @ 2006-02-03 21:37 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

dump_stack on page allocation failure presently has an irritating habit
of shouting just "====" at everyone: please stop it.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
---

 arch/i386/kernel/traps.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- 2.6.16-rc2/arch/i386/kernel/traps.c	2006-02-03 09:31:53.000000000 +0000
+++ linux/arch/i386/kernel/traps.c	2006-02-03 09:59:37.000000000 +0000
@@ -166,7 +166,8 @@ static void show_trace_log_lvl(struct ta
 		stack = (unsigned long*)context->previous_esp;
 		if (!stack)
 			break;
-		printk(KERN_EMERG " =======================\n");
+		printk(log_lvl);
+		printk(" =======================\n");
 	}
 }
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-02-06 22:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1139006040.12873.linux-kernel2news@redhat.com>
2006-02-06  4:57 ` [PATCH] stop ==== emergency Pete Zaitcev
2006-02-06  8:46   ` Hugh Dickins
2006-02-06 18:55     ` Jean Delvare
2006-02-06 21:11       ` Hugh Dickins
2006-02-06 21:32         ` Pete Zaitcev
2006-02-06 22:15           ` Hugh Dickins
2006-02-03 21:37 Hugh Dickins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox