Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp3228165ybc; Thu, 14 Nov 2019 06:04:27 -0800 (PST) X-Google-Smtp-Source: APXvYqxoDIeIg47d5eYos1CxYuo450wpFfTzncvSVCaUdL5WDmYf0fXcVmxTiD5u840iak7+1W2K X-Received: by 2002:a17:906:69cb:: with SMTP id g11mr749505ejs.328.1573740267380; Thu, 14 Nov 2019 06:04:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573740267; cv=none; d=google.com; s=arc-20160816; b=eAtHwp2BwXoheSaqoz002RTYvqnaiCKXxYQoHorovBmtY29MhMip3cOwKv/dXr1gOB xMn2Kd0+Q3z8Lblu5Gr+KSFbHFrztwofnkq47/TXkC5CX5pK3de1o6Euo7/h14793FZf 6Bj/+BPAC50HRTqdZ+PdlqNKLnhaaWjuR5IZ1dIK77zhbimTnaXqe76jB5uACCeUNfHO at2TlIG0q4ciL8I+exDwdmZHx6kavTwrdvkJunZRA7+D+xFm++CgIS54bq5HlPH/mVHE GX7Qf009ThNHKtkIvb5RdLF7jzO9Rnuc7r2nmd+XaxEaZkTgy6dIF9+CXT3ozwZyZGW8 UyMw== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=wSXUvSGJ7vV9IFYZccF7taKVi40lM8Yz5guCdwSYy2k=; b=Dh0WarU5UrhbpMWKWk61cB/jcPtd/F1zRhqby3gEVFJxNmRfWs3HcHVY8xFs5I/ww1 F2Q7/86aD/LPBrVFDNrdvWbo23oJMGQwar5YYOb0kwYH3ydcJGyJB5KoQKSR/zl/xiC0 eazwVyULWQRE39dnk2GS5bVa2wWFydhe1suE504mkqSQrsYw9cme5PemQnjSkIaJI+Hc Gtqw7uxrgdiBNv1g4NSH6JWzdkcw8tH5ctdBbzHZHqdrfoLqlpqDOSOzB0lrX5SxN7o5 GlUj8vZst3OGrWZpnXfLq42U29OkcULttriB6n5RA0sIEhgV9hLNX0VVCk9IZ4kVzouH ve2A== 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 i31si4227116eda.147.2019.11.14.06.04.01; Thu, 14 Nov 2019 06:04:27 -0800 (PST) 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 S1727135AbfKNOBV (ORCPT + 99 others); Thu, 14 Nov 2019 09:01:21 -0500 Received: from mx2.suse.de ([195.135.220.15]:40074 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726374AbfKNOBU (ORCPT ); Thu, 14 Nov 2019 09:01:20 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 06CC0ABCE; Thu, 14 Nov 2019 14:01:16 +0000 (UTC) Date: Thu, 14 Nov 2019 15:01:16 +0100 From: Petr Mladek To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Andy Whitcroft , Joe Perches , Rasmus Villemoes , Andy Shevchenko , linux-kernel@vger.kernel.org, kernel@pengutronix.de Subject: Re: [PATCH] checkpatch: don't warn about new vsprintf pointer extension '%pe' Message-ID: <20191114140116.ycfbrl7arzoa4e76@pathway.suse.cz> References: <20191114100416.23928-1-u.kleine-koenig@pengutronix.de> <20191114102440.msyuahilbagaz7aw@pathway.suse.cz> <20191114103350.z3fe4vzgepsb52y6@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191114103350.z3fe4vzgepsb52y6@pengutronix.de> User-Agent: NeoMutt/20170912 (1.9.0) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2019-11-14 11:33:50, Uwe Kleine-K?nig wrote: > On Thu, Nov 14, 2019 at 11:24:40AM +0100, Petr Mladek wrote: > > On Thu 2019-11-14 11:04:16, Uwe Kleine-K?nig wrote: > > > This extension was introduced in commit 57f5677e535b ("printf: add > > > support for printing symbolic error names"). > > > > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > > > index 6fcc66afb088..31cd9b767c1e 100755 > > > --- a/scripts/checkpatch.pl > > > +++ b/scripts/checkpatch.pl > > > @@ -6022,7 +6022,7 @@ sub process { > > > while ($fmt =~ /(\%[\*\d\.]*p(\w))/g) { > > > $specifier = $1; > > > $extension = $2; > > > - if ($extension !~ /[SsBKRraEhMmIiUDdgVCbGNOxt]/) { > > > + if ($extension !~ /[SsBKRraeEhMmIiUDdgVCbGNOxt]/) { > > > > I am going to push it into printk.git. I will just change the ordering > > "eE" -> "Ee". So that it follows the existing convention. > > Fine for me. Thanks The patch is committed in printk.git, branch for-5.5. Best Regards, Petr