Re: [PATCH v3 2/5] module: Add module specific symbol namespace support

2025-05-21 Thread Masahiro Yamada
On Sat, May 17, 2025 at 4:19 PM Masahiro Yamada wrote: > > On Fri, May 2, 2025 at 11:26 PM 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 > > f

Re: [PATCH v3 2/5] module: Add module specific symbol namespace support

2025-05-17 Thread Masahiro Yamada
On Fri, May 2, 2025 at 11:26 PM 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. > > Signed-off-by: Peter Zijlstra (Intel) > --- > static v

Re: [PATCH v3 2/5] module: Add module specific symbol namespace support

2025-05-16 Thread Masahiro Yamada
On Fri, May 2, 2025 at 11:26 PM 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. > > Signed-off-by: Peter Zijlstra (Intel) > --- > kernel/mod

Re: [PATCH v3 2/5] module: Add module specific symbol namespace support

2025-05-14 Thread Petr Pavlu
On 5/2/25 16:12, 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. > > Signed-off-by: Peter Zijlstra (Intel) Sorry, I thought this was already

Re: [PATCH v3 2/5] module: Add module specific symbol namespace support

2025-05-03 Thread Masahiro Yamada
On Fri, May 2, 2025 at 11:26 PM 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. > > Signed-off-by: Peter Zijlstra (Intel) > --- > kernel/mod

[PATCH v3 2/5] module: Add module specific symbol namespace support

2025-05-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. Signed-off-by: Peter Zijlstra (Intel) --- kernel/module/main.c | 33 +++-- scripts/mod/modpost