From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2130.oracle.com ([156.151.31.86]:42564 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753783AbeAGNT6 (ORCPT ); Sun, 7 Jan 2018 08:19:58 -0500 Message-ID: <1515330822.31439.779.camel@oracle.com> Subject: Re: [PATCH v3 1/1] runchecks: Generalize make C={1,2} to support multiple checkers From: Knut Omang Date: Sun, 07 Jan 2018 14:13:42 +0100 In-Reply-To: References: <5f292b7effba0efcf4855bff83b7b9313ac45895.1515072782.git-series.knut.omang@oracle.com> <874lo1aait.fsf@intel.com> <1515096931.31439.647.camel@oracle.com> <87vagg8jjw.fsf@intel.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Philippe Ombredanne Cc: Jani Nikula , LKML , Mauro Carvalho Chehab , Nicolas Palix , Masahiro Yamada , John Haxby , linux-doc@vger.kernel.org, Jonathan Corbet , Gilles Muller , Michal Marek , =?ISO-8859-1?Q?Micka=EBl_Sala=FCn?= , "Paul E. McKenney" , Julia Lawall , =?ISO-8859-1?Q?H=E5kon?= Bugge , =?ISO-8859-1?Q?=C5smund_=D8stvold?= , Matthew Wilcox , "Levin, Alexander (Sasha Levin)" , cocci@systeme.lip6.fr, linux-kbuild@vger.kernel.org On Sun, 2018-01-07 at 13:03 +0100, Philippe Ombredanne wrote: > Knut, > > On Fri, Jan 5, 2018 at 3:30 PM, Jani Nikula wrote: > > On Thu, 04 Jan 2018, Knut Omang wrote: > >> On Thu, 2018-01-04 at 17:50 +0200, Jani Nikula wrote: > >>> On Thu, 04 Jan 2018, Knut Omang wrote: > >>> > Add scripts/runchecks which has generic support for running > >>> > checker tools in a convenient and user friendly way that > >>> > the author hopes can contribute to rein in issues detected > >>> > by these tools in a manageable and convenient way. > > > > >>> > --- /dev/null > >>> > +++ b/scripts/runchecks > >>> > @@ -0,0 +1,734 @@ > >>> > +#!/usr/bin/python > >>> > + > >>> > +# SPDX-License-Identifier: GPL-2.0 > > Thank you for using an SPDX tag here .... . > > > > >>> > +# > >>> > +# This program is free software; you can redistribute it and/or modify > >>> > +# it under the terms of the GNU General Public License version 2 > >>> > +# as published by the Free Software Foundation. > >>> > + > > ....but then please DRY: do not add this extra legalese which is redundant. Ah, I see - just trying to be compliant in all dimensions - will fix, Thanks, Knut