From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 References: <1527845302-12159-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1527845302-12159-1-git-send-email-geert+renesas@glider.be> From: Linus Torvalds Date: Fri, 1 Jun 2018 06:00:47 -0500 Message-ID: Subject: Re: [PATCH 0/4] lib/vsprintf: Remove atomic-unsafe support for printk format %pCr To: Geert Uytterhoeven Cc: baijiaju1990@gmail.com, Jonathan Corbet , Michael Turquette , sboyd@kernel.org, Zhang Rui , Eduardo Valentin , Eric Anholt , Stefan Wahren , Greg Kroah-Hartman , Sergey Senozhatsky , Petr Mladek , Steven Rostedt , "open list:DOCUMENTATION" , linux-clk@vger.kernel.org, Linux PM , linux-serial , linux-arm-kernel , Linux-Renesas , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" List-ID: On Fri, Jun 1, 2018 at 4:29 AM Geert Uytterhoeven 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... Linus