On Tue, Aug 27, 2024 at 10:00 AM Andreas Hindborg <[email protected]> wrote: > > "Trevor Gross" <[email protected]> writes: > > > On Mon, Aug 19, 2024 at 8:35 AM Andreas Hindborg <[email protected]> wrote: > >> > >> From: Andreas Hindborg <[email protected]> > >> > >> This patch includes changes required for Rust kernel modules to utilize > >> module parameters. This code implements read only support for integer > >> types without `sysfs` support. > > > > Also, I think the subject line needs an update ("rust: add > > `module_params` macro") > > Well, it is still what it does. Plus few support types. You think it is > not descriptive enough?
Maybe it should just say 'Add parameter support to the `module!` macro'? The text `module_params` doesn't seem to appear in the patch, I was looking for something like `module_params!`. - Trevor > BR Andreas

