Re: [PATCH -v2 4/7] module: Add module specific symbol namespace support

2025-02-07 Thread Masahiro Yamada
On Tue, Dec 3, 2024 at 12:11 AM Peter Zijlstra wrote: > > Designate the "MODULE_${modname}" symbol namespace to mean: 'only > export to the named module'. > > Notably, explicit imports of anything in the "MODULE_" space is > forbidden. Modules implicitly get the "MODULE_${modname}" namespace > add

[PATCH -v2 4/7] module: Add module specific symbol namespace support

2024-12-02 Thread Peter Zijlstra
Designate the "MODULE_${modname}" symbol namespace to mean: 'only export to the named module'. Notably, explicit imports of anything in the "MODULE_" space is forbidden. Modules implicitly get the "MODULE_${modname}" namespace added. Signed-off-by: Peter Zijlstra (Intel) --- kernel/module/main.