On 2015/5/18 22:17, Petr Mladek wrote:
> On Thu 2015-05-14 11:35:03, Wang Long wrote:
>> From: "Steven Rostedt (Red Hat)"
>>
>> commit a9edc88093287183ac934be44f295f183b2c62dd upstream.
>>
>> When trigger_all_cpu_backtrace() is called on x86, it will trigger an
>> NMI on each CPU and call show_reg
On Thu 2015-05-14 11:35:03, Wang Long wrote:
> From: "Steven Rostedt (Red Hat)"
>
> commit a9edc88093287183ac934be44f295f183b2c62dd upstream.
>
> 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
From: "Steven Rostedt (Red Hat)"
commit a9edc88093287183ac934be44f295f183b2c62dd upstream.
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().
In order to avoid t
3 matches
Mail list logo