Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5388797imu; Sun, 20 Jan 2019 09:44:42 -0800 (PST) X-Google-Smtp-Source: ALg8bN7tMRefy9+vQhcTkv2p+d4LnFLQymIE6zfnfaVZ9bTfYAuj3AHnocGbCIM0fmqlo5dWva6r X-Received: by 2002:a17:902:820d:: with SMTP id x13mr27724038pln.229.1548006282147; Sun, 20 Jan 2019 09:44:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548006282; cv=none; d=google.com; s=arc-20160816; b=jSBs9VmBVWxP+UmmBetFViNcbZlC21ZgD6m+Eh8M6rptd3fLDRN7RfijuVtpN4w/ps 4XbjLORgezJhmZtNCre5LAyjy/va4XcBvG9SQwhOGhPx8s6TPzPEpBTL18HSAhw8oYq3 uq6FnonyKnzBDD72OQSuU/9TsmbH1ShW7zoOembqXfhTHxdXpiG+kiLK+fW7TQOHd0ZG C77FuWEVighi4arnmBGaLUCdKDSUaVox6clUksp59+jerjQ4GhGOfL47uKHXTOR+Odir EHMUW8Q2RDScfRCZ0nNONOsBuE/iHT0FOwQqQw7lvXgumlOOTWZwpZ5SBZ/80Md0Hdyv nSZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=Wk0vnTqjEzUIggUvR/+Yi8eoLas/8m4LD17CwUhvH9E=; b=RxG+tamwYb217lbyMArpXl2MCDudCpYVn8C3qcpI/4Do6MXhbIMeFAP9nRAc4eTfHr lKTrU3NEyLctpLwV3GqIq8AjQjcYWi+ziui0AvsgkMqq5bErDY3UMEatduzlQoO34uQu dfZrreVHosyxJmrCC/lciyEgQjcKs2LC9ZAqeMMG7dRMxGtNQWSkh/kcsRzaJaleNkNi +X+9AOtIk/e6Inwi5x/f/2sY2SQ9+tUDyJl4bEgxfsQosII4cv5hMZW943sMAcYUuInl K2JfHI5OySuJjjkiEGhZpvDOsL/Brx5zQT/vsB/8vnEUOmUSQmnlyLGfmt6hzrHHCXqb Q+cA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@lunn.ch header.s=20171124 header.b=dMlROKjv; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 123si10506507pfx.109.2019.01.20.09.44.26; Sun, 20 Jan 2019 09:44:42 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@lunn.ch header.s=20171124 header.b=dMlROKjv; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727263AbfATRnU (ORCPT + 99 others); Sun, 20 Jan 2019 12:43:20 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:49422 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726758AbfATRnU (ORCPT ); Sun, 20 Jan 2019 12:43:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=Wk0vnTqjEzUIggUvR/+Yi8eoLas/8m4LD17CwUhvH9E=; b=dMlROKjvzz7uVBC9Ic8YBLcACYKFMZdoGgH2sVnyTxoqF8b1f39Oh4WlBcs162ih3rF274fkRix+eH8e3ynGMScaeRtC4eSv2LYlVpaucYUG0QyqWtutPfzvXnMkiNIYLi1WAMO5tGtpC1/ey9BKRuCwfzAX+5RR6GoJwwZGcVQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.84_2) (envelope-from ) id 1glH7o-0004o7-Ef; Sun, 20 Jan 2019 18:43:12 +0100 Date: Sun, 20 Jan 2019 18:43:12 +0100 From: Andrew Lunn To: Thomas Gleixner Cc: Michael Schmitz , netdev@vger.kernel.org, fthain@telegraphics.com.au, geert@linux-m68k.org, f.fainelli@gmail.com, linux-m68k@vger.kernel.org, Michael.Karcher@fu-berlin.de, LKML , Greg KH , Kate Stewart Subject: Re: [v4,1/9] net-next: phy: new Asix Electronics PHY driver Message-ID: <20190120174312.GC15048@lunn.ch> References: <1524103526-12240-2-git-send-email-schmitzmic@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 18, 2019 at 11:22:39AM +0100, Thomas Gleixner wrote: > Michael, > > On Thu, 19 Apr 2018, Michael Schmitz wrote: > > > --- /dev/null > > +++ b/drivers/net/phy/asix.c > > @@ -0,0 +1,63 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +/* Driver for Asix PHYs > > + * > > + * Author: Michael Schmitz > > + * > > + * This program is free software; you can redistribute it and/or modify it > > + * under the terms of the GNU General Public License as published by the > > + * Free Software Foundation; either version 2 of the License, or (at your > > + * option) any later version. > > + * > > + */ > > This license information is broken. The SPDX license identifier and the > boiler plate text are contradicting. The SPDX id is GPL v2 only and the > boiler plate says v2 or later. Hi Thomas Please see: https://www.spinics.net/lists/netdev/msg544312.html The first two patches are simple SPDX converstions. Then it gets interesting trying to sort out license inconsistencies. Andrew