On Wed Jun 24, 2026 at 4:00 PM BST, 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. > > Assisted-by: opencode:glm-5.2
Did you actually use a LLM for this patch even? :) > Link: > https://lore.kernel.org/rust-for-linux/[email protected] > Signed-off-by: Alvin Sun <[email protected]> This patch should probably be squashed into the actual move, i.e. patch 1. Best, Gary > --- > 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/

