Re: [PATCH v2] printk: defer_console_output: use atomic update

From: John Ogness
Date: Fri Feb 11 2022 - 06:22:33 EST


Hi Petr,

On 2022-02-10, Petr Mladek <pmladek@xxxxxxxx> wrote:
> The patch has been committed into printk/linux.git, branch for-5.18.

Sebastian also pointed out that the use of __this_cpu_xchg() is the same
problem with the same variable for the same reason. We should fold that
change into the patch as well. The patch will followup this message.

@Sergey: I dropped your Reviewed-by since the code changed.

John