From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 7C07DDDEEC for ; Tue, 12 Feb 2008 02:34:30 +1100 (EST) Date: Mon, 11 Feb 2008 07:22:54 -0800 From: Greg KH To: Jan-Bernd Themann Subject: Re: [PATCH][RESEND] drivers/base: export (un)register_memory_notifier Message-ID: <20080211152254.GC25505@kroah.com> References: <200802111049.05478.ossthema@de.ibm.com> <1202724743.8276.2.camel@nimitz.home.sr71.net> <200802111147.51225.ossthema@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200802111147.51225.ossthema@de.ibm.com> Cc: Jan-Bernd Themann , netdev , Dave Hansen , linux-kernel , Thomas Klein , linux-ppc , Christoph Raisch List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Feb 11, 2008 at 11:47:50AM +0100, Jan-Bernd Themann wrote: > On Monday 11 February 2008 11:12, Dave Hansen wrote: > > On Mon, 2008-02-11 at 10:49 +0100, Jan-Bernd Themann wrote: > > > are you the right person to address this patch to? > > > > You might want to check the top of the file. ;) > > > > > --- a/drivers/base/memory.c > > > +++ b/drivers/base/memory.c > > > @@ -52,11 +52,13 @@ int register_memory_notifier(struct notifier_block *nb) > > > { > > > return blocking_notifier_chain_register(&memory_chain, nb); > > > } > > > +EXPORT_SYMBOL(register_memory_notifier); > > > > > > void unregister_memory_notifier(struct notifier_block *nb) > > > { > > > blocking_notifier_chain_unregister(&memory_chain, nb); > > > } > > > +EXPORT_SYMBOL(unregister_memory_notifier); > > > > Is there a particular reason these can't be GPL? > > > > I don't object to make them GPL. Greg, what do you think? They should be _GPL to match the rest of the driver core. Care to resend this? thanks, greg k-h