From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay0074.hostedemail.com ([216.40.44.74]:34798 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751309AbdKUUNH (ORCPT ); Tue, 21 Nov 2017 15:13:07 -0500 Received: from smtprelay.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by smtpgrave01.hostedemail.com (Postfix) with ESMTP id 110451813BCCB for ; Tue, 21 Nov 2017 20:03:10 +0000 (UTC) Message-ID: <1511294584.6989.34.camel@perches.com> Subject: Re: [PATCH 2/7] kbuild: Add P= command line flag to run checkpatch From: Joe Perches Date: Tue, 21 Nov 2017 12:03:04 -0800 In-Reply-To: References: <716fa938a4ab0ad66490b72e2ed750cd6583728f.1510840787.git-series.knut.omang@oracle.com> <20171120200827.726yhebihjhrhted@ltop.local> <1511212212.4822.66.camel@oracle.com> <20171120212251.k4uvdstfhg6qtrag@ltop.local> <1511251834.4822.113.camel@oracle.com> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Jim Davis , Knut Omang Cc: Luc Van Oostenryck , Masahiro Yamada , Linux Kernel Mailing List , Michal Marek , Linux Kbuild mailing list , Andy Whitcroft On Tue, 2017-11-21 at 12:48 -0700, Jim Davis wrote: > On Tue, Nov 21, 2017 at 1:10 AM, Knut Omang wrote: > > > Would you like to keep the checkpatch changes in some form, or would you rather > > see everything happening in the wrapper? > > I don't have a strong preference one way or another, but keeping > everything in a wrapper script might be easier if only because you > wouldn't need to get signoffs from whoever maintains checkpatch too. Keeping everything in a wrapper script would also allow any arbitrary checker to be run with minimal changes to the Makefile/build subsystem.