Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753372AbdG1WbS (ORCPT ); Fri, 28 Jul 2017 18:31:18 -0400 Received: from aibo.runbox.com ([91.220.196.211]:58964 "EHLO aibo.runbox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753020AbdG1WbO (ORCPT ); Fri, 28 Jul 2017 18:31:14 -0400 Subject: Re: [PATCH net-next 4/4] net: dsa: lan9303: MDIO access phy registers directly To: Andrew Lunn Cc: Florian Fainelli , Vivien Didelot , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de References: <20170728151157.28983-1-privat@egil-hjelmeland.no> <20170728151157.28983-5-privat@egil-hjelmeland.no> <87fudglget.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> <50d2d34c-c1a5-7f0a-90f1-44b1be1775b7@egil-hjelmeland.no> <87fudgqz4w.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> <1250382a-1c17-8e82-8c5c-fe14786c84db@gmail.com> <20170728212840.GC11564@lunn.ch> From: Egil Hjelmeland Message-ID: Date: Sat, 29 Jul 2017 00:30:59 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170728212840.GC11564@lunn.ch> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 705 Lines: 22 Den 28. juli 2017 23:28, skrev Andrew Lunn: >>> Since the kernel module license is GPL, EXPORT_SYMBOL_GPL() would seem >>> to be appropriate, which can be done as a subsequent patch. >>> >>> Reviewed-by: Florian Fainelli >>> >> I have no idea how these legalities work. But for the record, >> I give consent to change to EXPORT_SYMBOL_GPL at any time. > > Hi Egil > > What is better, is that when somebody posts such a patch, send an > Acked-by: It will get added to the patch, leaving a record in git that > you agreed to the change. > > Andrew > In case I think I prefer to get off the hook now by issuing a PATCH v2 adding "_GPL" when I show up in office Monday. Egil