Re: [PATCH -v2 7/7] module: Provide EXPORT_SYMBOL_GPL_FOR() helper

2025-02-07 Thread Masahiro Yamada
On Tue, Dec 3, 2024 at 12:11 AM Peter Zijlstra wrote: > Commit description is needed. [bikeshed] Perhaps, I slightly prefer EXPORT_SYMBOL_GPL_FOR_MODULES(). > > -#define ___EXPORT_SYMBOL(sym, license, ns) \ > +/* > + * LLVM intregrated assembler refuses to merge adjacent string

[PATCH -v2 7/7] module: Provide EXPORT_SYMBOL_GPL_FOR() helper

2024-12-02 Thread Peter Zijlstra
Requested-by: Masahiro Yamada Requested-by: Christoph Hellwig Signed-off-by: Peter Zijlstra (Intel) --- include/linux/export.h | 26 -- 1 file changed, 20 insertions(+), 6 deletions(-) --- a/include/linux/export.h +++ b/include/linux/export.h @@ -24,11 +24,23 @@