Received: by 2002:ac0:8c8e:0:0:0:0:0 with SMTP id r14csp24992ima; Wed, 6 Feb 2019 16:25:02 -0800 (PST) X-Google-Smtp-Source: AHgI3Ib3E07Jke9yqWnzKNBq370ykpUTQIGe5igh1Q396/7yZVI6bWBQwKZqZZ9OySn+9XmxGC5l X-Received: by 2002:a17:902:b68d:: with SMTP id c13mr13579229pls.102.1549499102758; Wed, 06 Feb 2019 16:25:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549499102; cv=none; d=google.com; s=arc-20160816; b=V6lR8tPK2LY0zp+W3lCnHCrOp7PqwTRm6ZdZgzHHncJPxjrGbU10jTtq20a1W0YeoE /Y6hPAdiR4OqODvLOJeaI8NjA7FGNj8lVw8tl4fypPj55eaYCMOqcOLm4rCJDs7ELeT5 AOLl0VnJAZz5E8noUF1gKU9/0cTrpU2og7+HebLLUKAoRoEIUZEevUTLl/sP9Nq3Bq9O 4Iom4Agu/4jpYiiZHtGFUSYwV6JO1sUsOqD+tC/vASqPPhTTIBgezJ4giq3obkDuN0A+ wyZtHNDlZGhiFZwSOcZ09YAyKd2fY5uL+HZFcbOMJGIxaSYQmkBDnBsrcy2xwJEZY2no YzSg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=dVtnHRYvDW1Wm920WynCNmiAMv8xtBQ0V+0Ff0YFj8c=; b=MBHLUa+BdRkfTrDcAzpGHv/xSxAqpWG+dgx0awEiqbCJsh1mXttr6VKpNrSL7SlsES sYZ5Spc1al3pweT6k8BOvL0wz8F38iMQYtrEH2mC1fn6XpkFJXMfhqAb9URFJsgZYfrO dSQiBkPuzdca1nJD0pWtVJ751JDmRHdA9v1vfFatc94yjyd/e45azoW+fYNqayRLu/Ir AD0a/xHz+4FzdbZtgycSZWJgfAogPDjzynSNB3D+7o56bX2w+E9wWMhnLVL3p4nugMxY W7yecFQLdiGCKbjVDLggmpJ1m9YP60OYm4Zp9nH93l5EAbJlzDjnrRLp0eC0P7fY3xxk OwUw== 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 m8si7459424plt.171.2019.02.06.16.24.16; Wed, 06 Feb 2019 16:25:02 -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 S1726568AbfBGAVx (ORCPT + 99 others); Wed, 6 Feb 2019 19:21:53 -0500 Received: from ms.lwn.net ([45.79.88.28]:35570 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725959AbfBGAVx (ORCPT ); Wed, 6 Feb 2019 19:21:53 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 9E0A64FA; Thu, 7 Feb 2019 00:21:52 +0000 (UTC) Date: Wed, 6 Feb 2019 17:21:51 -0700 From: Jonathan Corbet To: Thomas Gleixner Cc: Jessica Yu , LKML , Linus Torvalds , Greg KH , Alan Cox , Rusty Russell , Christoph Hellwig , Kate Stewart , Philippe Ombredanne Subject: Re: [PATCH][RFC] module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity Message-ID: <20190206172151.56fcce6c@lwn.net> In-Reply-To: References: <20190129130658.GA19205@linux-8ccs> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Jan 2019 15:11:40 +0100 (CET) Thomas Gleixner wrote: > On Tue, 29 Jan 2019, Jessica Yu wrote: > > +++ Thomas Gleixner [28/01/19 23:38 +0100]: > > > + "GPL" Module is licensed under GPL version 2. This > > > + does not express any distinction between > > > + GPL-2.0-only or GPL-2.0-or-later. The exact > > > + license information can only be determined > > > + via the license information in the > > > + corresponding source files. > > > + > > > + "GPL v2" Same as "GPL v2". It exists for historic > > > + reasons. > > > > Did you mean to say 'Same as "GPL"' here? (as in, "GPL v2" conveys the same > > information as the "GPL" module license string) > > Of course. After staring at all this for too long I confused myself and did > not spot it even if I read through the whole thing several times. Were you thinking of sending a new version with tweaks? I can happy apply this version with this fix if you prefer, let me know... Thanks, jon