On Thu, Feb 27, 2025 at 3:39 PM Andreas Hindborg <a.hindb...@kernel.org> wrote: > > Extend the `module!` macro with support module parameters. Also add some > string > to integer parsing functions and updates `BStr` with a method to strip a > string > prefix. > > Based on code by Adam Bratschi-Kaye lifted from the original `rust` branch > [1]. > > Link: > https://github.com/Rust-for-Linux/linux/tree/bc22545f38d74473cfef3e9fd65432733435b79f > [1] > Signed-off-by: Andreas Hindborg <a.hindb...@kernel.org>
Applied (1-4) to `rust-next` -- thanks everyone! [ Pluralized section name. Hid `use`. - Miguel ] For the moment, I skipped 5 due to the UB I found. Cheers, Miguel