[BTPARSER PATCH] add dump_stack to kernel modules blacklist

rmarko at redhat.com rmarko at redhat.com
Fri Aug 30 13:39:03 UTC 2013


From: Richard Marko <rmarko at redhat.com>

Signed-off-by: Richard Marko <rmarko at redhat.com>
---
 lib/normalize_oops.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/normalize_oops.c b/lib/normalize_oops.c
index 5b2df56..36fd4d8 100644
--- a/lib/normalize_oops.c
+++ b/lib/normalize_oops.c
@@ -36,6 +36,7 @@ btp_normalize_oops_thread(struct btp_thread *thread)
     const char *blacklist[] = {
         "do_softirq",
         "do_vfs_ioctl",
+        "dump_stack",
         "flush_kthread_worker",
         "gs_change",
         "irq_exit",
-- 
1.8.3.1



More information about the Crash-catcher mailing list