Re: [PATCH 4.0-rc1 v17 5/6] x86/nmi: Use common printk functions

2015-03-06 Thread Daniel Thompson
On Thu, 2015-03-05 at 20:46 +0100, Ingo Molnar wrote: > * Daniel Thompson wrote: > > > On Thu, 2015-03-05 at 01:54 +0100, Ingo Molnar wrote: > > > * Daniel Thompson wrote: > > > > > > > Much of the code sitting in arch/x86/kernel/apic/hw_nmi.c to support > > > > safe all-cpu backtracing from N

Re: [PATCH 4.0-rc1 v17 5/6] x86/nmi: Use common printk functions

2015-03-05 Thread Ingo Molnar
* Daniel Thompson wrote: > On Thu, 2015-03-05 at 01:54 +0100, Ingo Molnar wrote: > > * Daniel Thompson wrote: > > > > > Much of the code sitting in arch/x86/kernel/apic/hw_nmi.c to support > > > safe all-cpu backtracing from NMI has been copied to printk.c to > > > make it accessible to othe

Re: [PATCH 4.0-rc1 v17 5/6] x86/nmi: Use common printk functions

2015-03-05 Thread Daniel Thompson
On Thu, 2015-03-05 at 01:54 +0100, Ingo Molnar wrote: > * Daniel Thompson wrote: > > > Much of the code sitting in arch/x86/kernel/apic/hw_nmi.c to support > > safe all-cpu backtracing from NMI has been copied to printk.c to > > make it accessible to other architectures. > > > > Port the x86 N

Re: [PATCH 4.0-rc1 v17 5/6] x86/nmi: Use common printk functions

2015-03-04 Thread Ingo Molnar
* Daniel Thompson wrote: > Much of the code sitting in arch/x86/kernel/apic/hw_nmi.c to support > safe all-cpu backtracing from NMI has been copied to printk.c to > make it accessible to other architectures. > > Port the x86 NMI backtrace to the generic code. Is there any difference between

[PATCH 4.0-rc1 v17 5/6] x86/nmi: Use common printk functions

2015-03-04 Thread Daniel Thompson
Much of the code sitting in arch/x86/kernel/apic/hw_nmi.c to support safe all-cpu backtracing from NMI has been copied to printk.c to make it accessible to other architectures. Port the x86 NMI backtrace to the generic code. Signed-off-by: Daniel Thompson Cc: Steven Rostedt Cc: Thomas Gleixner