Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932807Ab3CLWI4 (ORCPT ); Tue, 12 Mar 2013 18:08:56 -0400 Received: from relay2.sgi.com ([192.48.179.30]:40958 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755325Ab3CLWIz (ORCPT ); Tue, 12 Mar 2013 18:08:55 -0400 Message-ID: <513FA773.9040402@sgi.com> Date: Tue, 12 Mar 2013 15:08:51 -0700 From: Mike Travis User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Thomas Gleixner CC: Jason Wessel , Dimitri Sivanich , Ingo Molnar , "H. Peter Anvin" , Andrew Morton , kgdb-bugreport@lists.sourceforge.net, x86@kernel.org, linux-kernel@vger.kernel.org, Tim Bird , Anton Vorontsov , Sasha Levin , Rusty Russell , Greg Kroah-Hartman , Cong Wang , Stephen Boyd , Al Viro , Oleg Nesterov , "Eric W. Biederman" , Serge Hallyn Subject: Re: [PATCH 05/14] KDB: add more exports for supporting KDB modules References: <20130312193823.212544181@gulag1.americas.sgi.com> <20130312193824.025713118@gulag1.americas.sgi.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1518 Lines: 48 On 3/12/2013 3:01 PM, Thomas Gleixner wrote: > On Tue, 12 Mar 2013, Mike Travis wrote: >> This patch adds some important KDB functions to be externally >> usable by loadable KDB modules. Note that often drivers bring >> in KDB modules for debugging, and in the past KDB has not been >> limited to use by GPL only modules. This patch restores KDB >> usefullness to non-GPL modules. > > Which past? We only care about Linus git tree as THE past. > >> -EXPORT_SYMBOL_GPL(kdb_register); >> +EXPORT_SYMBOL(kdb_register); > > AFAICT that function has never been an non GPL symbol in Linus > tree. Whatever the original out of tree kdb stuff used is totally > irrelevant. > > Stop trying to resolve your companys or your companys customers legal > issues by false claims. > > The GPL is there for a reason. > > Aside of that the whole attempt to export stuff which has been not > exported before without the _GPL extension is also: > > Nacked-by: Thomas Gleixner > > Thanks, > > tglx > No problem, as I mentioned I don't care nor am I trying to resolve anything except the problems of running Linux on the UV system. There is no hidden agenda. I will wait though for more feedback on the other patches before submitting a 'v2' version. Thanks, Mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/