Re: [PATCH v2 5/5] printk/nmi: Increase the size of the temporary buffer

2015-12-01 Thread yalin wang
On Nov 27, 2015, at 19:09, Petr Mladek wrote:Testing has shown that the backtrace sometimes does not fitinto the 4kB temporary buffer that is used in NMI context.The warnings are gone when I double the temporary buffer size.Note that this problem existed even in the

Re: [PATCH v2 5/5] printk/nmi: Increase the size of the temporary buffer

2015-12-01 Thread yalin wang
> On Nov 27, 2015, at 19:09, Petr Mladek wrote: > > Testing has shown that the backtrace sometimes does not fit > into the 4kB temporary buffer that is used in NMI context. > > The warnings are gone when I double the temporary buffer size. > > Note that this problem existed