Re: [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing

2025-05-21 Thread Masahiro Yamada
On Wed, May 21, 2025 at 9:08 PM Masahiro Yamada wrote: > > I think the patch subject is stale. > > MODULE_ was the prefix in the previous v2 series. > > Now, the prefix part is module: I will apply with the subject fixed, as "MODULE_" prefix does not make sense any more. "module: Extend the mo

Re: [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing

2025-05-21 Thread Masahiro Yamada
I think the patch subject is stale. MODULE_ was the prefix in the previous v2 series. Now, the prefix part is module: On Fri, May 2, 2025 at 11:25 PM Peter Zijlstra wrote: > > Instead of only accepting "module:${name}", extend it with a comma > separated list of module names and add tail glob

Re: [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing

2025-05-14 Thread Petr Pavlu
On 5/2/25 16:12, 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) Reviewed-by: Petr Pa

[PATCH v3 3/5] module: Extend the MODULE_ namespace parsing

2025-05-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 | 36 ++--