Re: [PATCH] rust: add `module_params` macro

From: Andreas Hindborg
Date: Fri Jul 05 2024 - 07:33:53 EST


Hi Adam,

"Andreas Hindborg" <nmi@xxxxxxxxxxxx> writes:

> From: Andreas Hindborg <a.hindborg@xxxxxxxxxxx>
>
> 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.
>
> This code is a reduced and updated version of code by Adam available in the
> original `rust` branch [1].
>
> [1] https://github.com/Rust-for-Linux/linux/tree/bc22545f38d74473cfef3e9fd65432733435b79f
>
> Cc: Adam Bratschi-Kaye <ark.email@xxxxxxxxx>
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxxx>

Two questions for you: a) Can I put your sign off on this patch, and b)
how would you prefer attribution on this patch?

Best regards,
Andreas