All of lore.kernel.org
 help / color / mirror / Atom feed
* printk: fix loglevels as used by x86 stack dump code
@ 2009-10-07  8:39 Alan Jenkins
  2009-10-07  8:39 ` [PATCH 1/7] printk: clean up return value Alan Jenkins
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Alan Jenkins @ 2009-10-07  8:39 UTC (permalink / raw)
  To: mingo; +Cc: x86, linux-kernel, torvalds

Following commit 5fd29d6 "printk: clean up handling of log-levels and newlines",
I noticed some loglevel oddities in my crash logs -

 Stack:
  00000020 dbe23e7c dbe23f8c c01a62bd 00000001 d759c400 dbc61840 00000000
  <0> 08088728 08088750 00000000 dbe23e74 dbe23ea4 00000000 00000000 00000000
  <0> dbe23c18 00c7afc0 c01a6eb1 ffffffff 00000000 dbc61840 00000000 00000000


This series is the result of my investigation.  The main fixes are

[PATCH 6/7] x86 dumpstack: fix printing of stack dump loglevels
 - fixes the problem shown above

[PATCH 5/7] printk: fix printk(KERN_EMERG) followed by printk("emergency message\n")
 - make sure the call trace which follows the stack dump is logged as KERN_EMERG,
   and not KERN_DEFAULT.

Regards
Alan

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

end of thread, other threads:[~2009-10-07 17:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07  8:39 printk: fix loglevels as used by x86 stack dump code Alan Jenkins
2009-10-07  8:39 ` [PATCH 1/7] printk: clean up return value Alan Jenkins
2009-10-07 13:55   ` Joe Perches
2009-10-07 15:36   ` Linus Torvalds
2009-10-07 16:25     ` Alan Jenkins
2009-10-07 16:36     ` Joe Perches
2009-10-07 16:57       ` Alan Jenkins
2009-10-07 17:42         ` Joe Perches
2009-10-07  8:39 ` [PATCH 2/7] kmsg: no need to limit the return value of printk Alan Jenkins
2009-10-07  8:39 ` [PATCH 3/7] printk: move the printing of the loglevel tag into a separate function Alan Jenkins
2009-10-07  8:39 ` [PATCH 4/7] printk: remove redundant test Alan Jenkins
2009-10-07  8:39 ` [PATCH 5/7] printk: fix printk(KERN_EMERG) followed by printk("emergency message\n") Alan Jenkins
2009-10-07  8:39 ` [PATCH 6/7] x86 dumpstack: fix printing of stack dump loglevels Alan Jenkins
2009-10-07 14:36   ` Linus Torvalds
2009-10-07 16:35     ` Alan Jenkins
2009-10-07  8:39 ` [PATCH 7/7] x86 dumpstack: fix log level of the first line in the stack dump Alan Jenkins

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.