Re: [PATCH v9 10/10] rust: module: update MAINTAINERS to cover module.rs
Petr Pavlu <petr.pavlu-IBi9RG/[email protected]>
| Newsgroups | gmane.linux.kernel.modules,gmane.linux.kernel.rust,gmane.comp.video.dri.devel,gmane.linux.block,gmane.linux.kernel,gmane.linux.network,gmane.linux.kernel.pci |
|---|---|
| Message-ID | <[email protected]> |
On 7/23/26 4:10 AM, Alvin Sun wrote: > Module types now live in `rust/kernel/module.rs` alongside > `rust/kernel/module_param.rs`. Update the MODULE SUPPORT file pattern > from `rust/kernel/module_param.rs` to `rust/kernel/module*.rs` so both > files are covered. > > Cc: Petr Pavlu <petr.pavlu-IBi9RG/[email protected]> > Assisted-by: opencode:glm-5.2 > Link: https://lore.kernel.org/rust-for-linux/8ea21b29-9baf-4926-a16f-7d21c5a1a1b8-IBi9RG/[email protected] > Reviewed-by: Alice Ryhl <[email protected]> > Acked-by: Danilo Krummrich <[email protected]> > Signed-off-by: Alvin Sun <[email protected]> Acked-by: Petr Pavlu <petr.pavlu-IBi9RG/[email protected]> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e035a3be797c4..74733de3e41ee 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17984,7 +17984,7 @@ F: include/linux/module*.h > F: kernel/module/ > F: lib/test_kmod.c > F: lib/tests/module/ > -F: rust/kernel/module_param.rs > +F: rust/kernel/module*.rs > F: rust/macros/module.rs > F: scripts/module* > F: tools/testing/selftests/kmod/ >