Re: [PATCH 0/4] lib/vsprintf: Remove atomic-unsafe support for printk format %pCr

From: Andy Shevchenko
Date: Fri Jun 01 2018 - 07:04:11 EST


On Fri, Jun 1, 2018 at 2:00 PM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Fri, Jun 1, 2018 at 4:29 AM Geert Uytterhoeven
> <geert+renesas@xxxxxxxxx> wrote:
>>
>> This patch series:
>> - Changes all existing users of "%pCr" to print the result of
>> clk_get_rate() directly, which is safe as they all do this in task
>> context only,
>> - Removes support for the "%pCr" printk format.
>
> Looks good to me.
>
> What tree will this go through? The normal printk one? Just checking
> that this doesn't end up falling through the cracks because nobody
> knows who would take it...

We discussed few month before with Petr that he would take care of the
patches against vsprintf.c.
I think this is the case here.

--
With Best Regards,
Andy Shevchenko