Re: [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs
"Gary Guo" <[email protected]>
| Newsgroups | org.kernel.vger.linux-modules,dev.linux.lists.driver-core,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.linux-pci,org.kernel.vger.netdev,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Fri Jun 26, 2026 at 4:01 AM BST, Alvin Sun wrote: > > On 6/25/26 22:39, Gary Guo wrote: >> 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? :) > > Yes, I've created a skill that generates commit messages for the code I > modify > manually. > >> >>> 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. > > Sure. Looking at the change history of the `MAINTAINERS` file, the > modifications > are always in standalone commits, so I followed the same convention. Right, you can keep this as is then. Best, Gary