Re: [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing

2025-02-07 Thread Masahiro Yamada
On Tue, Dec 3, 2024 at 12:11 AM Peter Zijlstra wrote: > > Instead of only accepting "MODULE_${name}", extend it with a comma > separated list of module names and add tail glob support. > > That is, something like: "MODULE_foo-*,bar" is now possible. > > Signed-off-by: Peter Zijlstra (Intel) > ---

Re: [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing

2025-02-07 Thread Masahiro Yamada
On Tue, Dec 3, 2024 at 12:11 AM Peter Zijlstra wrote: > > Instead of only accepting "MODULE_${name}", extend it with a comma > separated list of module names and add tail glob support. > > That is, something like: "MODULE_foo-*,bar" is now possible. > > Signed-off-by: Peter Zijlstra (Intel) > ---

[PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing

2024-12-02 Thread Peter Zijlstra
Instead of only accepting "MODULE_${name}", extend it with a comma separated list of module names and add tail glob support. That is, something like: "MODULE_foo-*,bar" is now possible. Signed-off-by: Peter Zijlstra (Intel) --- kernel/module/main.c | 39 ++