Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751341AbdFEVdT (ORCPT ); Mon, 5 Jun 2017 17:33:19 -0400 Received: from mx2.suse.de ([195.135.220.15]:54122 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751180AbdFEVdS (ORCPT ); Mon, 5 Jun 2017 17:33:18 -0400 Date: Mon, 5 Jun 2017 23:33:14 +0200 From: "Luis R. Rodriguez" To: "Luis R. Rodriguez" Cc: gregkh@linuxfoundation.org, wagi@monom.org, dwmw2@infradead.org, rafal@milecki.pl, arend.vanspriel@broadcom.com, rjw@rjwysocki.net, yi1.li@linux.intel.com, atull@opensource.altera.com, moritz.fischer@ettus.com, pmladek@suse.com, johannes.berg@intel.com, emmanuel.grumbach@intel.com, luciano.coelho@intel.com, kvalo@codeaurora.org, luto@kernel.org, torvalds@linux-foundation.org, keescook@chromium.org, takahiro.akashi@linaro.org, dhowells@redhat.com, pjones@redhat.com, hdegoede@redhat.com, alan@linux.intel.com, tytso@mit.edu, linux-kernel@vger.kernel.org Subject: Re: [PATCH v8 0/5] firmware: add driver data API Message-ID: <20170605213314.GR8951@wotan.suse.de> References: <20170502084914.23588-1-mcgrof@kernel.org> <20170519191040.25165-1-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170519191040.25165-1-mcgrof@kernel.org> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2086 Lines: 37 On Fri, May 19, 2017 at 12:10:35PM -0700, Luis R. Rodriguez wrote: > Greg, > > Even though using copyleft-next was fine by Linus [0], AKASHI had brought that > he expected to see an "or" clause on the license declarations when using > copyleft-next. This was the only pending issue from the last v7 series [1]. To > be safe I re-touched the subject and Alan and Ted brought up sufficient reasons > for preferring the "or" language [2], as such this series goes with the "or" > language embraced so that it is even clearer than before that GPLv2 applies > when using copyleft-next on the Linux kernel. There were two small typos / enhancements as an outcome form that thread, one was a small a typo (extra parenthesis) as pointed out by Pavel Machek [0] and the other to add an extra "when" to as recommended by Aaron Wolf [1] on a email that only went to the copyleft-next mailing list. I've made the small typo corrections and will be shortly posting a v9 based on this. I've also dropped changing the license on firmware_class.c in favor or just using copyleft-next on new files. FWIW I had also posted two other new test drivers using this dual license as its the default license I'll be using for new material on my part, one is a dedicated sysctl test driver [2], and the other a kmod stress test driver [3]. Andrew has merged the sysctl test driver on his -mm tree. [0] https://lkml.kernel.org/r/20170525201439.GA20750@amd [1] https://lists.fedorahosted.org/archives/list/copyleft-next@lists.fedorahosted.org/thread/46GQD3C4L3RLOEVPBYXA4PVPJU5CCFUT/ [2] https://lkml.kernel.org/r/20170525233729.18530-2-mcgrof@kernel.org [3] https://lkml.kernel.org/r/20170526211228.27764-4-mcgrof@kernel.org > This series depends on the few other UMH fallback lock changes I had submitted > earlier this month [3], and those remain without any noted issues. As usual, > all pending changes for this series are available on my linux-next tree on the > 20170519-driver-data branch [4], this series was rebased on next-20170519. These are merged now and visible on linux-next, thanks! Luis