Re: [PATCH 1/2] x86: dumpstack, use pr_cont

2015-10-06 Thread Jiri Slaby
On 10/06/2015, 06:00 PM, Rasmus Villemoes wrote: >> --- a/arch/x86/kernel/dumpstack.c >> +++ b/arch/x86/kernel/dumpstack.c >> @@ -260,18 +260,18 @@ int __die(const char *str, struct pt_regs *regs, long >> err) >> printk(KERN_DEFAULT >> "%s: %04lx [#%d] ", str, err & 0x, ++die_

Re: [PATCH 1/2] x86: dumpstack, use pr_cont

2015-10-06 Thread Rasmus Villemoes
On Tue, Oct 06 2015, Jiri Slaby wrote: > When dumping flags with which the kernel was built, we print them one > by one in separate printks. Let's use pr_cont as they are > continuation prints. > > Signed-off-by: Jiri Slaby > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: "H. Peter Anvin" > Cc:

[PATCH 1/2] x86: dumpstack, use pr_cont

2015-10-06 Thread Jiri Slaby
When dumping flags with which the kernel was built, we print them one by one in separate printks. Let's use pr_cont as they are continuation prints. Signed-off-by: Jiri Slaby Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org --- arch/x86/kernel/dumpstack.c | 10

[PATCH 1/2] x86: dumpstack, use pr_cont

2014-01-27 Thread Jiri Slaby
When dumping flags with which the kernel was built, we print them one by one in separate printks. Let's use pr_cont as they are continuation prints. Signed-off-by: Jiri Slaby Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org --- arch/x86/kernel/dumpstack.c | 8 -