upstream EXPORT_SYMBOL() for out of tree module?
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? Thanks for any help, Daniel
On Thu, Apr 09, 2015 at 07:07:30PM +0000, dwalker@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. best of luck, greg k-h
On Tue, Apr 14, 2015 at 09:37:37AM +0200, Greg KH wrote:
On Thu, Apr 09, 2015 at 07:07:30PM +0000, dwalker@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
participants (2)
-
dwalker@fifo99.com -
Greg KH