Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp2426957pxv; Sat, 3 Jul 2021 08:23:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy8WBybAL5OjOHOeUtHxk/s/8yZe8zmgDFKFQcb8kWup+cYJBehmu/8A0syH6CacZ/nwEyZ X-Received: by 2002:a17:907:72d3:: with SMTP id du19mr3455602ejc.525.1625325811214; Sat, 03 Jul 2021 08:23:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625325811; cv=none; d=google.com; s=arc-20160816; b=NuAo0d3Jp8Z6+aSOWF7c8dWYGn/Cpwz4b2xFGefMyDJp7HBSMCjTuA4CesCGZzo79Z J1o13/eMeesN5vAIGADYYWOjqYE+rukaj3hu2RqkXc8HH9nIOhJZs7P3RY9V96Nu0Gnc aU6qvz6CZhi2izpSO1xCI7jYd6BdxnIIB4UgEY7984FxVjPpJOk+LQx9tIxz0hvN2dls GeMUigkZPeOZvHr6Al9/kKXJNgOXe6zx7d7VnbYUh8vRKYkYtZTP4U7SztTbezCevJpN D/gsK4sqHPnNGRUVDbkEd9PC6o+IRCcP1+Z0hfcbz4wCN9+lP83R8N/0VLHUFZC9M9I7 omrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=8oaFfb+W57w9aFxqKaCqEg+xv957KEC/Vb3fe+ofoec=; b=b+ph4lab0UDezrkLmCqjhEg+E6X8JJ2WAaWoAr8TgyiS+M94NuUeqaM4JoRnLsoCgK LqZ5ZsyIRA8W7U8lqQZhQXAAfb5l0FC58aQSG2gCzkuXH1OclU01IqXa71H7WFJKpQwR iGj42knl8G7yAzwcwPHHd5fZhH8EUeDu71C3mhJyRdbdKFtS7N1ca9lFtQyhJlLx1laS hvbN9cXqVDhKWTx0n9f4G9GItjPW2kXuw4ksdjSkS3NDgKveGn6EVnAdBBBGRAn3epLm fb6f7Wx7b+9qhVoxVo/TNvnLsopko9gk70IRWtSQlRJ2393mRl7xu5fjzAaISIubYI3H 6Vog== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r21si5980464edw.396.2021.07.03.08.22.55; Sat, 03 Jul 2021 08:23:31 -0700 (PDT) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229792AbhGCPYN (ORCPT + 99 others); Sat, 3 Jul 2021 11:24:13 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:39122 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229562AbhGCPYL (ORCPT ); Sat, 3 Jul 2021 11:24:11 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 782861C0B79; Sat, 3 Jul 2021 17:21:34 +0200 (CEST) Date: Sat, 3 Jul 2021 17:21:33 +0200 From: Pavel Machek To: Prabhakar Mahadev Lad Cc: Krzysztof Kozlowski , Sergei Shtylyov , Philipp Zabel , Jiri Kosina , Mark Brown , "linux-renesas-soc@vger.kernel.org" , Pavel Machek , Geert Uytterhoeven , "linux-kernel@vger.kernel.org" , Prabhakar Subject: Re: [PATCH v2 5/5] memory: renesas-rpc-if: Export symbols as GPL Message-ID: <20210703152133.GA3004@amd> References: <20201126191146.8753-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20201126191146.8753-6-prabhakar.mahadev-lad.rj@bp.renesas.com> <20201128114145.GE4761@kozik-lap> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > On Thu, Nov 26, 2020 at 07:11:46PM +0000, Lad Prabhakar wrote: > > > Renesas RPC-IF driver is licensed under GPL2.0, to be in sync export = the > > > symbols as GPL. > >=20 > > It's not a valid reason to export them as GPL. Entire Linux source code > > is licensed as GPL-2.0, so are you going to change all EXPORT_SYMBOL to > > GPL? > >=20 > Agreed not a valid case. That clears my understanding wrt GPL exports =F0= =9F=98=8A=20 Actually, you have just acquired wrong understanding of GPL exports. We normally export everything as _GPL unless there is very very very good reason not to do so. (The reason EXPORT_SYMBOL even exists are very obscure usecases of modules ported from non-free operating systems). Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmDggH0ACgkQMOfwapXb+vIH7gCeNMaIHxMthiCDl44FxLuT0mj/ C4oAn34uyHpIcHWzjY4zofQgs3Vu7Ncs =KTFS -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK--