Re: [PATCH v3 03/11] module: add support for symbol namespaces.

2019-08-27 Thread Matthias Maennich
On Tue, Aug 27, 2019 at 05:37:18PM +0200, Jessica Yu wrote: +++ Matthias Maennich [21/08/19 12:49 +0100]: The EXPORT_SYMBOL_NS() and EXPORT_SYMBOL_NS_GPL() macros can be used to export a symbol to a specific namespace. There are no _GPL_FUTURE and _UNUSED variants because these are currently un

Re: [PATCH v3 03/11] module: add support for symbol namespaces.

2019-08-27 Thread Jessica Yu
+++ Matthias Maennich [21/08/19 12:49 +0100]: The EXPORT_SYMBOL_NS() and EXPORT_SYMBOL_NS_GPL() macros can be used to export a symbol to a specific namespace. There are no _GPL_FUTURE and _UNUSED variants because these are currently unused, and I'm not sure they are necessary. I didn't add EXPO