Re: [PATCH 26/50] powerpc: Add show_stack_loglvl()

2019-11-06 Thread Dmitry Safonov
On 11/6/19 9:52 AM, Michael Ellerman wrote: > Dmitry Safonov writes: >> Currently, the log-level of show_stack() depends on a platform >> realization. It creates situations where the headers are printed with >> lower log level or higher than the stacktrace (depending on >> a platform or user). >

Re: [PATCH 26/50] powerpc: Add show_stack_loglvl()

2019-11-06 Thread Michael Ellerman
Dmitry Safonov writes: > Currently, the log-level of show_stack() depends on a platform > realization. It creates situations where the headers are printed with > lower log level or higher than the stacktrace (depending on > a platform or user). Yes, I've had bug reports where the stacktrace is mi