diff options
| author | Andreas Hindborg <a.hindborg@kernel.org> | 2025-09-24 14:39:30 +0200 |
|---|---|---|
| committer | Daniel Gomez <da.gomez@kernel.org> | 2025-11-03 14:43:42 +0100 |
| commit | ee3b8134b2bae848e03e56c090ceca4ae76cee06 (patch) | |
| tree | 90717a7e91f00ae988681b338db323ea8f41c7f6 | |
| parent | e119c2fe8c78632188f6cdeae620951a7032855a (diff) | |
modules: add rust modules files to MAINTAINERS
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]
Acked-by: Daniel Gomez <da.gomez@samsung.com>
Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
Tested-by: Daniel Gomez <da.gomez@samsung.com>
Signed-off-by: Daniel Gomez <da.gomez@kernel.org>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3da2c26a796b..b8908ad724b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17416,6 +17416,8 @@ 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/macros/module.rs F: scripts/module* F: tools/testing/selftests/kmod/ F: tools/testing/selftests/module/ |
