Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp717134imm; Fri, 1 Jun 2018 08:21:49 -0700 (PDT) X-Google-Smtp-Source: ADUXVKI2r11ehA/Q7AA2NmTUSJxz77mWJmkfD3YjKed/lSGnyv4jMj07k5AsK6+l9xQidJf7Jf7P X-Received: by 2002:a65:5d51:: with SMTP id e17-v6mr9243756pgt.100.1527866509908; Fri, 01 Jun 2018 08:21:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527866509; cv=none; d=google.com; s=arc-20160816; b=JFRYjm1dSdFVHYJ+DIG4wBZV7EI6F6q7zzLsJ8BXkVfdL/OERX9v6Rz77ISYkFDPWC zPmyCVN5bS1JROavJa7W6TSPpct4k5ueh93QCb2HEPIfYxO2xml4vpyBIKtpA4CA2WKR AdphzXPes3xQgXybi1KW9bdoJH8X3cBYHre8n5Qxn6oCvxmaYXco7UaVKzSfmGSpFcJZ /LbUZsewp20XnWfuh6uugU/0CaZnumdnmz4X9AmSt6LdNVTp/cGg91QWF/KlrlvqYtwQ rl10f2f64K6LegygnrQniaekdakeHmnJhpny6em5WJPDNderkM6sbEoPUpVdEQPbGK8F F99A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=kC4hZcbP1nVUsJOLanvJHS4zZyHfzXp4DZwuN1+/mz8=; b=m5ZWG8so/xshPpo7IHjh68VhLnWslW8uhhVquuvviqaVydYXO2GQChLgqKvwLrJnmt PHTxPAFh3NHXn7eUfnAA1CvyO0HOt3nMOOZ0ZeCZLgvau1A/zn2BMSAwEXp5jDhotfcv It8FwMNqgjBvZjRiDaI9Ti63MzwAP/IRPLciOc44qgqu9IlXp/V7gkf4RAOE+xDMjYAf DSIfFAB2hDO1lNQostqIIgBXM8WLxZ+jVBZRW014sPoANXcJ82pxEe3IlCTtyPsS7Utg nt9iUDYBlBrRWOW2wAq7hsoSq69OBCLU78U6t+2kMbOtZ6kjnLTLvw7n80tmgF6ttGc2 dRMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p21-v6si17058102plq.94.2018.06.01.08.21.35; Fri, 01 Jun 2018 08:21:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753075AbeFAPTN (ORCPT + 99 others); Fri, 1 Jun 2018 11:19:13 -0400 Received: from mx2.suse.de ([195.135.220.15]:49933 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753048AbeFAPTK (ORCPT ); Fri, 1 Jun 2018 11:19:10 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 630FFAE76; Fri, 1 Jun 2018 15:19:08 +0000 (UTC) Date: Fri, 1 Jun 2018 17:19:05 +0200 From: Petr Mladek To: Linus Torvalds Cc: Geert Uytterhoeven , baijiaju1990@gmail.com, Jonathan Corbet , Michael Turquette , sboyd@kernel.org, Zhang Rui , Eduardo Valentin , Eric Anholt , Stefan Wahren , Greg Kroah-Hartman , Sergey Senozhatsky , Steven Rostedt , "open list:DOCUMENTATION" , linux-clk@vger.kernel.org, Linux PM , linux-serial , linux-arm-kernel , Linux-Renesas , Linux Kernel Mailing List , stable@vger.kernel.org Subject: Re: [PATCH 0/4] lib/vsprintf: Remove atomic-unsafe support for printk format %pCr Message-ID: <20180601151905.yilldc6vbachfw4k@pathway.suse.cz> References: <1527845302-12159-1-git-send-email-geert+renesas@glider.be> <20180601114738.kdoggkha2yosjgbv@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180601114738.kdoggkha2yosjgbv@pathway.suse.cz> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 2018-06-01 13:47:38, Petr Mladek wrote: > On Fri 2018-06-01 06:00:47, Linus Torvalds wrote: > > 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... > > I will take it via printk.git. There already is bunch of vsprintf > changes for-4.18. It is in printk.git, branch for-4.18-vsprintf-pcr-removal now. Also I have added Cc: stable@vger.kernel.org into the commit messages. Best Regards, Petr