diff mbox series

[v8,7/7] modules: add rust modules files to MAINTAINERS

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

Commit Message

Andreas Hindborg Feb. 27, 2025, 2:38 p.m. UTC
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(+)

Comments

Daniel Gomez March 20, 2025, 8:54 a.m. UTC | #1
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 mbox series

Patch

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/