Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2967424imu; Fri, 18 Jan 2019 02:25:25 -0800 (PST) X-Google-Smtp-Source: ALg8bN4ox3c7fhPr1YQRVWk7HshWO7yn1jlTs9s95Br9fqv8Mh3HJZKxouFqwveLtTYb/o4DdWGp X-Received: by 2002:a63:ab08:: with SMTP id p8mr16690252pgf.87.1547807125001; Fri, 18 Jan 2019 02:25:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547807124; cv=none; d=google.com; s=arc-20160816; b=aefRRVGBUweMGB45BIBXsq4lA3YQ6dCqeNogak35xQsHCI97eyaLiq8hQN7XrAK523 24pzb1EC2Y6p6Vi+qRHjg92Tr5Nlsz0n925cyqAj+pAPSTHwmkaVRKkWimp6UXbhlFa/ sK0BIFKGhjn3sbyFSQfAch9XKSELvM0ggvPztiYssK4AQEMBYhlrBU3zEq1hWufCeDnO pbsClf9tP7eJ3GHwfhAT2XIL0oZPwNy1Q4eo0gYE0U93lxqK2uu4eGqQnGc04XgwN0hV cNvEsbSDkvsGlAz2yMcjN5tz/9HitQsURsPMosQ0qZ6l0QV063kLWcml0ncV7BaTHtCW v/bA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=irfuXK634cyV7ab9GnA30HnSKXZeH7pOQXZhWQlpjpw=; b=ST7pf+5h6h08YZ1MrgHHPIifodvy4kQUJ1zlZ4zbtfw+G8b2PnSLCYSqoZFhg1jQG0 wJ0i4nalIcIgF/yZh762NX7MGvJ6AdyyIo1GxSzNTGxqGYqBVLaQ7KrMTPG21gYYL0Tb tG3/m3Wgg6HLIj9Qf8r+WlsH1+zCCkuJotIwMBNRs13I1QLD5TuCR0n/S4NSasbhdL0z kIRoP38yjQJI2sTYUwAtnBqt+oo7OdVjo2/E+shOnfNfUgMFFtV0u5RKnc488LB2fX7C xECnmbkorxKOAHNOfHn1NuejNBcw+YcYz7oEqWUHiWlHDGab5EY/lB1PnTxidH11Rs/n eOnQ== ARC-Authentication-Results: i=1; mx.google.com; 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 w17si4235738pgl.6.2019.01.18.02.25.06; Fri, 18 Jan 2019 02:25:24 -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; 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 S1727011AbfARKWs (ORCPT + 99 others); Fri, 18 Jan 2019 05:22:48 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:48982 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726864AbfARKWs (ORCPT ); Fri, 18 Jan 2019 05:22:48 -0500 Received: from p4fea4364.dip0.t-ipconnect.de ([79.234.67.100] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gkRIP-0003vY-3J; Fri, 18 Jan 2019 11:22:41 +0100 Date: Fri, 18 Jan 2019 11:22:39 +0100 (CET) From: Thomas Gleixner To: Michael Schmitz cc: netdev@vger.kernel.org, andrew@lunn.ch, 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 In-Reply-To: <1524103526-12240-2-git-send-email-schmitzmic@gmail.com> Message-ID: References: <1524103526-12240-2-git-send-email-schmitzmic@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Please decide which version you want and fix ASAP. If you fix that up please add a Fixes: tag and cc stable. While at it please remove the boiler plate text as the SPDX id is sufficient and the boiler plate is redundant information. See Documentation/process/license-rules.txt Thanks, tglx