Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp2734972ybg; Sat, 19 Oct 2019 22:45:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqx3M4XCKC6GQuPMbmq5/8uMy415oARy9O12b2Kycq3fYO39FtL5Lda08Wa+6ztuzyNvAf1V X-Received: by 2002:a17:906:2295:: with SMTP id p21mr16201620eja.8.1571550330457; Sat, 19 Oct 2019 22:45:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571550330; cv=none; d=google.com; s=arc-20160816; b=uWZEjDfN8xDw9apNoX3Eij21MEaq5G5rzs8BuPk2EpwM40xVIKkSXwoapwfnTBHSoX ulwUSSPF/xAN4SlnOp8kC1B4JN4L9X7xbq+3vuCl8IMnNZ7FxXsBFMckxtPR4WJJE9+q Ij0vNUHOGzuNIKQH3NCfBtIJBOVIiK8oPa+iQOzrmo6a6cvd9iFaH6S2mbEen7uTLGTC RGUibOzphD8XFPLZBR9dLRVwcGVtN/oYVtAVh45w3pYLSLQbak3itYSw1EBE2qMkusW4 5Tw3o/O/ShwNIeprBGL6sKhaDbU7oKATd0AYZ6J6zsTdt/zZ6mlzcDVxCMrIpkCpqJrK N4Lg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=s3ymE1BYqSyahrBmYTYmNA6Zg5G6a9/XiuAg2QXZjyE=; b=wRMjwySLZ4/g75YWYOo1S4srRPqxX+8mK2yy8SBFeWKQ861uYKC1p5H2gzuWTP2ND/ rOMDq9I1RPhj9I9VBSgpFhO322vfhgxBkt7lf5D7A0KClFT9xT1NFHzO5VXOlTib3QBU j1hpLkAcavlVFqWA6w3EeVAKPF6LHnI6HSzcZPl2kfu28pcCkjJixGu2FBqGk2gID184 WYIvl+llcXV4WxU235QEtRAJxoe58uEaAXNEvCLkxtqHev3L9B1AEzCjGI9iP4P9BwMa vZo3tkSPuiUaSpJbZMxnAYtz3C1o3lPhm2JtB0ULFfjsttwsTuR2fFnPJicETJTmcbNB BIpg== 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 ci22si6626099ejb.162.2019.10.19.22.44.35; Sat, 19 Oct 2019 22:45:30 -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 S1726204AbfJTFie (ORCPT + 99 others); Sun, 20 Oct 2019 01:38:34 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:49799 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725941AbfJTFie (ORCPT ); Sun, 20 Oct 2019 01:38:34 -0400 X-IronPort-AV: E=Sophos;i="5.67,318,1566856800"; d="scan'208";a="323338717" Received: from ip-121.net-89-2-166.rev.numericable.fr (HELO hadrien) ([89.2.166.121]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2019 07:38:30 +0200 Date: Sun, 20 Oct 2019 07:38:30 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Marc Zyngier cc: Markus Elfring , Himanshu Jha , Julia Lawall , kernel-janitors@vger.kernel.org, Coccinelle , Alexandre Belloni , linux-kernel@vger.kernel.org, Andy Shevchenko , Arnd Bergmann , Bartosz Golaszewski , Gilles Muller , Greg Kroah-Hartman , Linus Torvalds , Linus Walleij , Masahiro Yamada , Michal Marek , Nicolas Palix , Thomas Gleixner , YueHaibing Subject: Re: coccinelle: api/devm_platform_ioremap_resource: remove useless script In-Reply-To: <868spgzcti.wl-maz@kernel.org> Message-ID: References: <693a3b68-a0f1-81fe-40ce-2b6ba189450c@web.de> <868spgzcti.wl-maz@kernel.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > If said script was providing a correct semantic patch instead of being > an incentive for people to churn untested patches that span the whole > tree, that'd be a different story. But that's not what this is about. What is the actual incorrectness with the script? An option could be to adjust the rule such that it can be run with an extra command line option, like -D developer but is not run by default by make coccicheck. thanks, julia