All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [PATCH] janitorial: use dump_stack instead of show_stack
@ 2007-11-08  8:07 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2007-11-08  8:07 UTC (permalink / raw)
  To: adeos-main; +Cc: Philippe Gerum


[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: use-dump_stack.patch --]
[-- Type: text/x-patch; name="use-dump_stack.patch", Size: 588 bytes --]

---
 kernel/ipipe/core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.23-ipipe/kernel/ipipe/core.c
===================================================================
--- linux-2.6.23-ipipe.orig/kernel/ipipe/core.c
+++ linux-2.6.23-ipipe/kernel/ipipe/core.c
@@ -1575,7 +1575,7 @@ void ipipe_check_context(struct ipipe_do
 	       KERN_ERR "        into a service reserved for domain '%s' and "
 			"below.\n",
 	       ipipe_current_domain->name, border_ipd->name);
-	show_stack(NULL, NULL);
+	dump_stack();
 	ipipe_trace_panic_dump();
 }
 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-08  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-08  8:07 [Adeos-main] [PATCH] janitorial: use dump_stack instead of show_stack Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.