All of lore.kernel.org
 help / color / mirror / Atom feed
From: knut.omang@oracle.com (Knut Omang)
To: cocci@systeme.lip6.fr
Subject: [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} to support multiple checkers
Date: Sun, 07 Jan 2018 14:13:42 +0100	[thread overview]
Message-ID: <1515330822.31439.779.camel@oracle.com> (raw)
In-Reply-To: <CAOFm3uGCJmPiHF_tGVXSUXbiGyK2HP-0Ahfv7SS+dJrmnkc5WQ@mail.gmail.com>

On Sun, 2018-01-07 at 13:03 +0100, Philippe Ombredanne wrote:
> Knut,
> 
> On Fri, Jan 5, 2018 at 3:30 PM, Jani Nikula <jani.nikula@linux.intel.com> wrote:
> > On Thu, 04 Jan 2018, Knut Omang <knut.omang@oracle.com> wrote:
> >> On Thu, 2018-01-04 at 17:50 +0200, Jani Nikula wrote:
> >>> On Thu, 04 Jan 2018, Knut Omang <knut.omang@oracle.com> 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.
> 
> <snip>
> 
> >>> > --- /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 ....  .
> 
> <snip>
> 
> >>> > +#
> >>> > +# 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

WARNING: multiple messages have this Message-ID (diff)
From: Knut Omang <knut.omang@oracle.com>
To: Philippe Ombredanne <pombredanne@nexb.com>
Cc: "Jani Nikula" <jani.nikula@linux.intel.com>,
	LKML <linux-kernel@vger.kernel.org>,
	"Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Nicolas Palix" <nicolas.palix@imag.fr>,
	"Masahiro Yamada" <yamada.masahiro@socionext.com>,
	"John Haxby" <john.haxby@oracle.com>,
	linux-doc@vger.kernel.org, "Jonathan Corbet" <corbet@lwn.net>,
	"Gilles Muller" <Gilles.Muller@lip6.fr>,
	"Michal Marek" <michal.lkml@markovi.net>,
	"Mickaël Salaün" <mic@digikod.net>,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	"Julia Lawall" <Julia.Lawall@lip6.fr>,
	"Håkon Bugge" <haakon.bugge@oracle.com>,
	"Åsmund Østvold" <asmund.ostvold@oracle.com>,
	"Matthew Wilcox" <willy@infradead.org>,
	"Levin, Alexander (Sasha Levin)" <alexander.levin@verizon.com>,
	cocci@systeme.lip6.fr, linux-kbuild@vger.kernel.org
Subject: Re: [PATCH v3 1/1] runchecks: Generalize make C={1,2} to support multiple checkers
Date: Sun, 07 Jan 2018 14:13:42 +0100	[thread overview]
Message-ID: <1515330822.31439.779.camel@oracle.com> (raw)
In-Reply-To: <CAOFm3uGCJmPiHF_tGVXSUXbiGyK2HP-0Ahfv7SS+dJrmnkc5WQ@mail.gmail.com>

On Sun, 2018-01-07 at 13:03 +0100, Philippe Ombredanne wrote:
> Knut,
> 
> On Fri, Jan 5, 2018 at 3:30 PM, Jani Nikula <jani.nikula@linux.intel.com> wrote:
> > On Thu, 04 Jan 2018, Knut Omang <knut.omang@oracle.com> wrote:
> >> On Thu, 2018-01-04 at 17:50 +0200, Jani Nikula wrote:
> >>> On Thu, 04 Jan 2018, Knut Omang <knut.omang@oracle.com> 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.
> 
> <snip>
> 
> >>> > --- /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 ....  .
> 
> <snip>
> 
> >>> > +#
> >>> > +# 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

  reply	other threads:[~2018-01-07 13:13 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-04 13:39 [Cocci] [PATCH v3 0/1] Support for generalized use of make C={1, 2} via a wrapper program Knut Omang
2018-01-04 13:39 ` [PATCH v3 0/1] Support for generalized use of make C={1,2} " Knut Omang
2018-01-04 13:39 ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} to support multiple checkers Knut Omang
2018-01-04 13:39   ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Knut Omang
2018-01-04 15:50   ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} " Jani Nikula
2018-01-04 15:50     ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Jani Nikula
2018-01-04 15:50     ` Jani Nikula
2018-01-04 20:15     ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} " Knut Omang
2018-01-04 20:15       ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Knut Omang
2018-01-05 14:30       ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} " Jani Nikula
2018-01-05 14:30         ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Jani Nikula
2018-01-05 16:05         ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} " Markus Heiser
2018-01-05 16:05           ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Markus Heiser
2018-01-05 16:05           ` Markus Heiser
2018-01-07 12:03         ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} " Philippe Ombredanne
2018-01-07 12:03           ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Philippe Ombredanne
2018-01-07 13:13           ` Knut Omang [this message]
2018-01-07 13:13             ` Knut Omang
2018-01-05 14:45       ` [Cocci] [v3] runchecks: Generalize make C={1, 2} " SF Markus Elfring
2018-01-05 14:45         ` SF Markus Elfring
2018-01-05 14:45         ` SF Markus Elfring
2018-01-05 18:08       ` [Cocci] [PATCH v3 1/1] " Mauro Carvalho Chehab
2018-01-05 18:08         ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Mauro Carvalho Chehab
2018-01-05 19:41         ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} " Knut Omang
2018-01-05 19:41           ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Knut Omang
2018-01-07 10:12           ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} " Mauro Carvalho Chehab
2018-01-07 10:12             ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Mauro Carvalho Chehab
2018-01-08  7:33             ` [Cocci] [PATCH v3 1/1] runchecks: Generalize make C={1, 2} " Knut Omang
2018-01-08  7:33               ` [PATCH v3 1/1] runchecks: Generalize make C={1,2} " Knut Omang
2018-01-04 15:56   ` [Cocci] [v3] runchecks: Generalize make C={1, 2} " SF Markus Elfring
2018-01-04 18:55     ` Knut Omang
2018-01-04 20:53       ` SF Markus Elfring
2018-01-04 15:16 ` [Cocci] [v3 0/1] Support for generalized use of make C={1, 2} via a wrapper program SF Markus Elfring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515330822.31439.779.camel@oracle.com \
    --to=knut.omang@oracle.com \
    --cc=cocci@systeme.lip6.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.