]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: introduce module_param module
authorAndreas Hindborg <a.hindborg@kernel.org>
Wed, 24 Sep 2025 12:39:26 +0000 (14:39 +0200)
committerDaniel Gomez <da.gomez@kernel.org>
Mon, 3 Nov 2025 13:40:57 +0000 (14:40 +0100)
commit0b08fc292842a13aa496413b48c1efb83573b8c6
treef34d85803599e74cd0262b7692cedbb62610144f
parent51d9ee90ea9060be240830eb28f5f117ad00318c
rust: introduce module_param module

Add types and traits for interfacing the C moduleparam API.

Reviewed-by: Benno Lossin <lossin@kernel.org>
Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
Tested-by: Daniel Gomez <da.gomez@samsung.com>
Signed-off-by: Daniel Gomez <da.gomez@kernel.org>
rust/kernel/lib.rs
rust/kernel/module_param.rs [new file with mode: 0644]