From mboxrd@z Thu Jan 1 00:00:00 1970 From: dwalker@fifo99.com (dwalker at fifo99.com) Date: Wed, 15 Apr 2015 02:27:17 +0000 Subject: upstream EXPORT_SYMBOL() for out of tree module? In-Reply-To: <20150414073737.GB8983@kroah.com> References: <20150409190730.GA31166@fifo99.com> <20150414073737.GB8983@kroah.com> Message-ID: <20150415022717.GA10653@fifo99.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tue, Apr 14, 2015 at 09:37:37AM +0200, Greg KH wrote: > On Thu, Apr 09, 2015 at 07:07:30PM +0000, dwalker at fifo99.com wrote: > > > > Hi all, > > > > > > I have an out of tree module which uses the xlate_dev_mem_ptr() function on x86. I wanted to know > > if the kernel community would accept a patch to add an EXPORT_SYMBOL() for this kernel with > > out the corresponding module being upstreamed with it? > > Nope. Please work to get the code merged upstream. > Ok, thanks for the responses (you and Daniel). Daniel