Message ID | 20250227-module-params-v3-v8-7-ceeee85d9347@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | rust: extend `module!` macro with integer parameter support | expand |
On Thu, Feb 27, 2025 at 03:38:13PM +0100, Andreas Hindborg wrote: > The module subsystem people agreed to maintain rust support for modules > [1]. Thus, add entries for relevant files to modules entry in MAINTAINERS. > > Link: https://lore.kernel.org/all/0d9e596a-5316-4e00-862b-fd77552ae4b5@suse.com/ [1] > Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org> And this is what we signed up for here: https://lore.kernel.org/all/ZsPANzx4-5DrOl5m@bombadil.infradead.org/ Acked-by: Daniel Gomez <da.gomez@samsung.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 896a307fa065..ff65178f6e06 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15991,6 +15991,8 @@ F: include/linux/kmod.h > F: include/linux/module*.h > F: kernel/module/ > F: lib/test_kmod.c > +F: rust/kernel/module_param.rs > +F: rust/macros/module.rs > F: scripts/module* > F: tools/testing/selftests/kmod/ > > > -- > 2.47.0 > >
diff --git a/MAINTAINERS b/MAINTAINERS index 896a307fa065..ff65178f6e06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15991,6 +15991,8 @@ F: include/linux/kmod.h F: include/linux/module*.h F: kernel/module/ F: lib/test_kmod.c +F: rust/kernel/module_param.rs +F: rust/macros/module.rs F: scripts/module* F: tools/testing/selftests/kmod/
The module subsystem people agreed to maintain rust support for modules [1]. Thus, add entries for relevant files to modules entry in MAINTAINERS. Link: https://lore.kernel.org/all/0d9e596a-5316-4e00-862b-fd77552ae4b5@suse.com/ [1] Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)