Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp739380pxb; Thu, 5 Nov 2020 11:39:25 -0800 (PST) X-Google-Smtp-Source: ABdhPJyGQS8+j1/jZqL7NGrwuAEaRhtvo5+sNIA5d0R4mlBSQMInfW2KUcVLf58vc1tkO5bP/ccI X-Received: by 2002:a17:906:c288:: with SMTP id r8mr3861268ejz.35.1604605164981; Thu, 05 Nov 2020 11:39:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604605164; cv=none; d=google.com; s=arc-20160816; b=thPZlJKLaL14ONcdjIz8CenSEZxy+e3issbi4AHMxgNAhfPaRi6ta5kyvYUAqkNnpK Lf+yG5maFlWluvZERSbMCOozdrB9ITiRI8z/FTpeCubKpoqPxXw5hoh8QDBjmqhXxJWG Zi6M8a9d7RU8AO4VHlUN0IxLN96QIPy4W60PpnyYeQTvE9x7is8Q8L1Gwx51vZ9VKYx7 fpqVmSHBAbfhuhMOtnzFH+WyA4F9PDJ7A7xRGHgcgqguXZidxd4VWYkZYuVnkOgvmNRZ AcPrIQMhVrCizV7nq3kV7Ke90nCGVv6OziiNJyfhSTvYi1rwxTSsAB0fmhPmaB4HoIw6 LV0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=8crw0p+bw9wCJUD6B/qHnbL+Wg8QxXhlUW+Fgiq4Vi0=; b=iROMCEGq2bl8a7FgKP4uI/9cQlRhCEUZL0+hZDcHkn+tFJdNPgGfXcg+eXwRKI4wi4 o9bE76QFqD1cTkUHNnUB9PvfuH8cjUa+FPCzZv9kjc64RZRTogcG3tKn3KoVN2EvGoby rQc95ZPpHza2wslzR1kiggGgLlVHAQNJI5kaJnEQlB+TJhfamZt4veJ8Q7F+BHlVrrj2 Lb/xNjXyk6usQurT8WkaMv9EucNsycw5SX8dMR4o3F9y/rPvByrlGAz6cp842+7d+ZDI eeogUzqISU4Dz0FgNmrl38FgEXuNAu5QHNGTikjHTLcCWmKlSXBvYvfOeyqsnzmCwPv/ BsxA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m12si2073216edv.299.2020.11.05.11.39.02; Thu, 05 Nov 2020 11:39:24 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732136AbgKEThq (ORCPT + 99 others); Thu, 5 Nov 2020 14:37:46 -0500 Received: from mail.kernel.org ([198.145.29.99]:46618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732020AbgKEThq (ORCPT ); Thu, 5 Nov 2020 14:37:46 -0500 Received: from localhost (searspoint.nvidia.com [216.228.112.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A51B320704; Thu, 5 Nov 2020 19:37:44 +0000 (UTC) Date: Thu, 5 Nov 2020 21:37:41 +0200 From: Leon Romanovsky To: Pierre-Louis Bossart Cc: "Ertman, David M" , "Williams, Dan J" , "alsa-devel@alsa-project.org" , Takashi Iwai , Mark Brown , linux-rdma , Jason Gunthorpe , Doug Ledford , Netdev , David Miller , Jakub Kicinski , Greg KH , Ranjani Sridharan , Fred Oh , Parav Pandit , "Saleem, Shiraz" , "Patil, Kiran" , Linux Kernel Mailing List Subject: Re: [PATCH v3 01/10] Add auxiliary bus support Message-ID: <20201105193741.GC5475@unreal> References: <20201023003338.1285642-1-david.m.ertman@intel.com> <20201023003338.1285642-2-david.m.ertman@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 05, 2020 at 01:32:40PM -0600, Pierre-Louis Bossart wrote: > > > > > +module_init(auxiliary_bus_init); > > > > +module_exit(auxiliary_bus_exit); > > > > + > > > > +MODULE_LICENSE("GPL"); > > > > > > Per above SPDX is v2 only, so... > > > > > > MODULE_LICENSE("GPL v2"); > > > > > > > added v2. > > "GPL v2" is the same as "GPL" here, it does not have any additional meaning. > > https://www.kernel.org/doc/html/latest/process/license-rules.html > > “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. +1, https://lore.kernel.org/lkml/20201105193009.GA5475@unreal > > “GPL v2” Same as “GPL”. It exists for historic reasons. >