Re: [PATCH v2 00/17] [request for stable 3.10 inclusion] x86/nmi: Print all cpu stacks from NMI safely

2015-06-29 Thread Greg KH
On Thu, May 21, 2015 at 09:38:23AM +0800, long.wanglong wrote: > On 2015/5/20 21:22, Petr Mladek wrote: > > On Tue 2015-05-19 14:57:46, Petr Mladek wrote: > >> On Tue 2015-05-19 09:08:45, Wang Long wrote: > >>> This is my backport patch series to Fix the problem(backport to 3.10): > >>> " > >>> Whe

Re: [PATCH v2 00/17] [request for stable 3.10 inclusion] x86/nmi: Print all cpu stacks from NMI safely

2015-05-20 Thread long.wanglong
On 2015/5/20 21:22, Petr Mladek wrote: > On Tue 2015-05-19 14:57:46, Petr Mladek wrote: >> On Tue 2015-05-19 09:08:45, Wang Long wrote: >>> This is my backport patch series to Fix the problem(backport to 3.10): >>> " >>> When trigger_all_cpu_backtrace() is called on x86, it will trigger an >>> NMI

Re: [PATCH v2 00/17] [request for stable 3.10 inclusion] x86/nmi: Print all cpu stacks from NMI safely

2015-05-20 Thread Petr Mladek
On Tue 2015-05-19 14:57:46, Petr Mladek wrote: > On Tue 2015-05-19 09:08:45, Wang Long wrote: > > This is my backport patch series to Fix the problem(backport to 3.10): > > " > > When trigger_all_cpu_backtrace() is called on x86, it will trigger an > > NMI on each CPU and call show_regs(). But this

Re: [PATCH v2 00/17] [request for stable 3.10 inclusion] x86/nmi: Print all cpu stacks from NMI safely

2015-05-19 Thread Petr Mladek
On Tue 2015-05-19 09:08:45, Wang Long wrote: > This is my backport patch series to Fix the problem(backport to 3.10): > " > When trigger_all_cpu_backtrace() is called on x86, it will trigger an > NMI on each CPU and call show_regs(). But this can lead to a hard lock > up if the NMI comes in on anot

[PATCH v2 00/17] [request for stable 3.10 inclusion] x86/nmi: Print all cpu stacks from NMI safely

2015-05-19 Thread Wang Long
This is my backport patch series to Fix the problem(backport to 3.10): " When trigger_all_cpu_backtrace() is called on x86, it will trigger an NMI on each CPU and call show_regs(). But this can lead to a hard lock up if the NMI comes in on another printk(). " The solution is described in commit "a9