From mboxrd@z Thu Jan 1 00:00:00 1970 From: dwalker@fifo99.com (dwalker at fifo99.com) Date: Thu, 9 Apr 2015 19:07:30 +0000 Subject: upstream EXPORT_SYMBOL() for out of tree module? Message-ID: <20150409190730.GA31166@fifo99.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org 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