Re: [PATCH] vsprintf: Use non-atomic bitmap API when applicable

From: Petr Mladek
Date: Mon Dec 06 2021 - 08:05:35 EST


On Sat 2021-11-27 15:27:35, Christophe JAILLET wrote:
> The 'set' bitmap is local to this function. No concurrent access to it is
> possible.
> So prefer the non-atomic '__[set|clear]_bit()' function to save a few
> cycles.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

The patch has been committed into printk/linux.git, branch for-5.17.

Best Regards,
Petr