Re: [PATCH printk v2 3/5] printk: remove NMI tracking

From: Petr Mladek
Date: Thu Apr 01 2021 - 14:23:11 EST


On Tue 2021-03-30 17:35:10, John Ogness wrote:
> All NMI contexts are handled the same as the safe context: store the
> message and defer printing. There is no need to have special NMI
> context tracking for this. Using in_nmi() is enough.
>
> Signed-off-by: John Ogness <john.ogness@xxxxxxxxxxxxx>

This is another great win!

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Best Regards,
Petr