From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753825AbdKIJND (ORCPT ); Thu, 9 Nov 2017 04:13:03 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54928 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753712AbdKIJMe (ORCPT ); Thu, 9 Nov 2017 04:12:34 -0500 Date: Thu, 9 Nov 2017 10:12:45 +0100 From: Greg Kroah-Hartman To: Joe Perches Cc: Rob Herring , linux-kernel@vger.kernel.org, Andy Whitcroft Subject: Re: [PATCH] checkpatch.pl: Add SPDX license tag check Message-ID: <20171109091245.GA28962@kroah.com> References: <20171109011047.20040-1-robh@kernel.org> <1510193419.15768.37.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1510193419.15768.37.camel@perches.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 08, 2017 at 06:10:19PM -0800, Joe Perches wrote: > On Wed, 2017-11-08 at 19:10 -0600, Rob Herring wrote: > > Add a check warning if SPDX-License-Identifier tags are not used in > > newly added files. > > If this is to be done, and I think it's not a great idea, > there are better ways of doing this that emit this warning > on a per-file basis instead of a per-patch. Any hints as to how to do that? :) thanks, greg k-h