Received: by 10.223.176.5 with SMTP id f5csp635633wra; Sat, 27 Jan 2018 06:56:56 -0800 (PST) X-Google-Smtp-Source: AH8x224GLrrkPsQ5b/fwHtHWdhnOP+lLRp9gOg9H895A6W31mNuuD8Q73Z46WT/o9wQTBVXdyDqp X-Received: by 10.98.56.150 with SMTP id f144mr21746003pfa.167.1517065016521; Sat, 27 Jan 2018 06:56:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517065016; cv=none; d=google.com; s=arc-20160816; b=P81ZmKN5+7NfQZ+iOV2W5jg11CB7CApYb+hVdBILceJxBG9o9+dnVWLZPa5wFnjkTE e0ywXoXkm32DnnFEvGKWx1nUrG88EI1uAoUBU435xH4SAXEvK7lNKiH51zHTe/oTvd0Y okw5trWtPRkVfkq8ch02nqB6kLwDzUrGelNyUAtmyshj93HFkaWUjlKfPpq0WuQhbHNT hgFI2Lnya85uf6dogiZGfGpzwuO46E1jCbcNY3tNigrN29uCQlBhzZRQNm8RqkQDaGhS xBSKti8428ztl1DPH1196jVcpsi/nFgvy3UN463Ic5UR95tiUsMDQ5l+S0N6fgw7E3yv WO0w== 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=FLGRaFTcr7yS7sU4Qehs0Mjt0joaUmp08EhZywkF+bA=; b=AN9Vk/HU9ONgWPHlJSBS4P4YGc8l9QbiMfkU6N5dVIlArsz1wmZgvp+3/yenwILrXv rDjscu9iwYExhN/j3nwnp4F3eBQKr/TIiEzb04+aAN2rWYGeTpW8EUhi9lEPpZsfX84P V7XopalYpoH+/SKDd9Jg/NZSnToUtxxkjmbwHKoNuw7pwe8jy6ocxo/AhF2d4DBmUYOp MHW3EkatkruoMYbSVqjHRtrY1/8UkyOqD8cbDDSK+2tRE0qM4SF9W42dW2Ng60Xw+s/k vBuQ0Nd+HZ7uqZnupNNtTGSwJVQ2fD4PIyLepRPhSQLvTTeCTZcSuIHVXp/OtcPvRqBM 8kPw== 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 e21si4490288pgv.79.2018.01.27.06.56.42; Sat, 27 Jan 2018 06:56:56 -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 S1752968AbeA0O4U (ORCPT + 99 others); Sat, 27 Jan 2018 09:56:20 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47636 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752789AbeA0O4T (ORCPT ); Sat, 27 Jan 2018 09:56:19 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 48D62F14; Sat, 27 Jan 2018 14:56:18 +0000 (UTC) Date: Sat, 27 Jan 2018 15:56:16 +0100 From: Greg Kroah-Hartman To: Bjorn Helgaas Cc: Kate Stewart , linux-pci@vger.kernel.org, Thomas Gleixner , linux-kernel@vger.kernel.org, Philippe Ombredanne Subject: Re: [PATCH 0/4] PCI: Add SPDX tags Message-ID: <20180127145616.GA2117@kroah.com> References: <20180126212536.31503.43805.stgit@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180126212536.31503.43805.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 26, 2018 at 03:32:17PM -0600, Bjorn Helgaas wrote: > b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to > files with no license") added SPDX GPL-2.0 tags to several PCI files. > > These patches add SPDX tags to almost all remaining PCI files. For ease of > reviewing they're split into several cases (GPL v2, GPL v2+, etc.) > > One file (drivers/pci/hotplug/s390_pci_hpc.c) specifies only "GPL"; I don't > know what to do with that, so I left it unchanged. > > These are on my pci/spdx branch [1], and if they're non-controversial, I'll > include them for v4.16. If they *are* controversial or you have other > plans, I'll hold off. I couldn't tell if you have a grand scheme or if you > want maintainers to step up and finish things. No grand scheme here from me at all, I'd love for maintainers to step up and finish these things :) All of these look great to me, feel free to add: Reviewed-by: Greg Kroah-Hartman to all of them if you want to. thanks for doing this work, much appreciated. greg k-h