Re: [PATCH v9 0/3] rust: extend `module!` macro with integer parameter support

2025-04-30 Thread Andreas Hindborg
"Petr Pavlu" writes: > On 3/21/25 10:17, Andreas Hindborg 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 lifte

Re: [PATCH v9 0/3] rust: extend `module!` macro with integer parameter support

2025-04-22 Thread Petr Pavlu
On 3/21/25 10:17, Andreas Hindborg 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` bran

[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support

2025-03-27 Thread Andreas Hindborg
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/tr