Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753939AbeAGNUA (ORCPT + 1 other); Sun, 7 Jan 2018 08:20:00 -0500 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 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 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" X-Mailer: Evolution 3.24.6 (3.24.6-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8766 signatures=668652 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=896 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1801070204 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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