Received: by 10.192.165.148 with SMTP id m20csp1672903imm; Thu, 26 Apr 2018 00:02:26 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpMx7HSuN8AtiAknDXqsHuo3ki9uJHyUQS7dLPO1xUW5fAL6jFYfvT/KmQ+Ujq+yir8tTlB X-Received: by 2002:a17:902:bd84:: with SMTP id q4-v6mr8157573pls.254.1524726146126; Thu, 26 Apr 2018 00:02:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524726146; cv=none; d=google.com; s=arc-20160816; b=lvVT5Eapt9JNmir27SqykYzT9EgsOuooUUkkXue0iaiQOKtowht1WmZm2dOoQBPKV4 s2xkeKu3j2eJZoS/okzQgGUSFgVVThOrSYS774+i2LvtKW6vy8bVlbz/7mTUBt1ApDr1 /8I54T8QNcRPN9VIkTeaZTNY5djko94FEH30BwVngw2CUAXumkjnOt9NWt08t1bkAYKU l3U1rXvfQULK2rcbhAlBKIPxJa27pFdc76iYIk+P63eeQEdD244NmHlXRFVEOz/jCqAk +kj3bEGjy+U7qdzoQTV6PvvP79DPbSW4dFqZSsplnmxsmqR+pMQ2aph+ZqqSFcbfvuR4 FxkA== 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:arc-authentication-results; bh=4b8ZitXF0sHV3pqDEi2BC71hHa6RxQUF8cnJ6Z7VyUY=; b=br1PZxdqIFNVFh87t1mKzklI5YE3myWxSR4I3IKp6nxFaYI6eh7pjoQdQGh8KiL61M KbW8ojsC7xd/fx9NOymqLBuR/Y1XLTfiffIlEtaFY0iu+DkcvYDowKYJPkAZf8GU4DpR /s0uWNY1zHjtEhA+rZpZFwoFKCRdrGK5atZAHqw8CrOt3NsUOqgUfO4yq/3/479FL8J/ HUaQhp6tqeiYyklNjMSpsU8uW3teA57fOK+VRVAy8JTlR1XXVx0oaDoZnvktU/uTwIwc HVNicBGEmCRHY3Pk5t2vCW5tVV+1n9cyjvKTi3f/paeLGRISimRbn67x8G6p/F7QqI9d pTcA== 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 69si2569403pfv.262.2018.04.26.00.02.11; Thu, 26 Apr 2018 00:02:26 -0700 (PDT) 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 S1753678AbeDZHAw (ORCPT + 99 others); Thu, 26 Apr 2018 03:00:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42494 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751826AbeDZHAu (ORCPT ); Thu, 26 Apr 2018 03:00:50 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 90D05258; Thu, 26 Apr 2018 07:00:49 +0000 (UTC) Date: Thu, 26 Apr 2018 09:00:40 +0200 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: LKML , Philippe Ombredanne , Kate Stewart , Jonathan Corbet , Hans Verkuil , Mauro Carvalho Chehab , Christoph Hellwig Subject: Re: [patch V2 1/7] LICENSES/GPL2.0: Add GPL-2.0-only/or-later as valid identifiers Message-ID: <20180426070040.GF14025@kroah.com> References: <20180425203020.594959448@linutronix.de> <20180425203703.137893509@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180425203703.137893509@linutronix.de> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 25, 2018 at 10:30:21PM +0200, Thomas Gleixner wrote: > From: Thomas Gleixner tglx@linutronix.de > > Quite some files have been flagged with the new GPL-2.0-only and > GPL-2.0-or-later identifiers which replace the original GPL-2.0 and > GPL-2.0+ identifiers in the SPDX license identifier specification, but the > identifiers are not mentioned as valid in the GPL-2.0 license file. > > Add them to the license file and to the Linux-syscall-note exception to > make everything consistent again. > > Signed-off-by: Thomas Gleixner > Cc: Hans Verkuil > Cc: Mauro Carvalho Chehab I think you dropped my review of the v1 of this series :( Anyway: Reviewed-by: Greg Kroah-Hartman