rust · Supported
Maintainers
- M Miguel Ojeda <ojeda@kernel.org>
- R Boqun Feng <boqun@kernel.org>
- R Gary Guo <gary@garyguo.net>
- R Björn Roy Baron <bjorn3_gh@protonmail.com>
- R Benno Lossin <lossin@kernel.org>
- R Andreas Hindborg <a.hindborg@kernel.org>
- R Alice Ryhl <aliceryhl@google.com>
- R Trevor Gross <tmgross@umich.edu>
- R Danilo Krummrich <dakr@kernel.org>
- R Daniel Almeida <daniel.almeida@collabora.com>
- R Tamir Duberstein <tamird@kernel.org>
- R Alexandre Courbot <acourbot@nvidia.com>
- R Onur Özkan <work@onurozkan.dev>
Paths
- F
.clippy.toml - F
.rustfmt.toml - F
Documentation/rust/ - F
include/trace/events/rust_sample.h - F
rust/ - F
samples/rust/ - F
scripts/*rust* - F
tools/testing/selftests/rust/
Last 30 days
Most active threads (last 7 days)
-
WARM1d
[PATCH v10 0/2] module: Extend module_blacklist parameter to built-in modules
2026-09-04 14:34 · 2 replies in 7d · Aaron Tomlin <atomlin@atomlin.com>
Active reviewers (last 30 days)
-
Gary Guo <gary@garyguo.net>
9 attestations (7 Reviewed-by, 2 Suggested-by) · last on 2026-08-11 -
Andreas Hindborg <a.hindborg@kernel.org>
7 attestations (1 Acked-by, 6 Reviewed-by) · last on 2026-08-11 -
Danilo Krummrich <dakr@kernel.org>
7 attestations (7 Acked-by) · last on 2026-08-11 -
Alice Ryhl <aliceryhl@google.com>
7 attestations (7 Reviewed-by) · last on 2026-08-11 -
Petr Pavlu <petr.pavlu@suse.com>
3 attestations (3 Acked-by) · last on 2026-08-11 -
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 attestation (1 Acked-by) · last on 2026-08-11
Recent patches
Most-recent 30 patches in this subsystem on linux-modules (capped at 30), ordered by date desc.
-
WARM1d
Re: [PATCH v10 1/2] module: Extend module_blacklist parameter to built-in modules
2026-09-04 · Aaron Tomlin <atomlin@atomlin.com> -
WARM1d
[PATCH v10 1/2] module: Extend module_blacklist parameter to built-in modules
2026-09-03 · Aaron Tomlin <atomlin@atomlin.com> -
COLD26d
Re: [PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-08-12 · "Danilo Krummrich" <dakr@kernel.org> -
COLD26d
REVIEWED: 39 (39M) [PATCH v10 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-08-11 · Alvin Sun <hidden> -
COLD26d
REVIEWED: 57 (57M) [PATCH v10 06/10] rust: miscdevice: set fops.owner from driver module pointer
2026-08-11 · Alvin Sun <hidden> -
COLD26d
REVIEWED: 38 (38M) [PATCH v10 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
2026-08-11 · Alvin Sun <hidden> -
COLD26d
REVIEWED: 45 (45M) [PATCH v10 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
2026-08-11 · Alvin Sun <hidden> -
COLD26d
REVIEWED: 38 (38M) [PATCH v10 05/10] rust: drm: set fops.owner from driver module pointer
2026-08-11 · Alvin Sun <hidden> -
COLD26d
REVIEWED: 39 (39M) [PATCH v10 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
2026-08-11 · Alvin Sun <hidden> -
COLD26d
REVIEWED: 32 (32M) [PATCH v10 01/10] rust: module: move module types into `module.rs`
2026-08-11 · Alvin Sun <hidden> -
COOLING7d
[PATCH v9 1/2] module: Extend module_blacklist parameter to built-in modules
2026-08-07 · Aaron Tomlin <atomlin@atomlin.com> -
COLD33d
[PATCH] rust: macros: Allow omitting trailing commas in module!
2026-08-06 · Ethan Plant <hidden> -
COLD36d
REVIEWED: 31 (31M) [PATCH v9 01/10] rust: module: move module types into `module.rs`
2026-07-23 · Alvin Sun <hidden> -
COLD36d
REVIEWED: 38 (38M) [PATCH v9 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-07-23 · Alvin Sun <hidden> -
COLD36d
REVIEWED: 38 (38M) [PATCH v9 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
2026-07-23 · Alvin Sun <hidden> -
COLD36d
REVIEWED: 38 (38M) [PATCH v9 05/10] rust: drm: set fops.owner from driver module pointer
2026-07-23 · Alvin Sun <hidden> -
COLD36d
REVIEWED: 57 (57M) [PATCH v9 06/10] rust: miscdevice: set fops.owner from driver module pointer
2026-07-23 · Alvin Sun <hidden> -
COLD36d
REVIEWED: 45 (45M) [PATCH v9 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
2026-07-23 · Alvin Sun <hidden> -
COLD36d
REVIEWED: 38 (38M) [PATCH v9 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
2026-07-23 · Alvin Sun <hidden> -
COLD37d
[PATCH 2/3] rust: sync: add SetOnce::try_get_or_populate()
2026-07-22 · Alice Ryhl <aliceryhl@google.com> -
COLD37d
[PATCH 1/3] rust: sync: return `Result<&T, T>` from `SetOnce::populate()`
2026-07-22 · Alice Ryhl <aliceryhl@google.com> -
COLD52d
REVIEWED: 19 (19M) [PATCH v8 01/10] rust: module: move module types into `module.rs`
2026-07-13 · Alvin Sun <hidden> -
COLD52d
REVIEWED: 26 (26M) [PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-07-13 · Alvin Sun <hidden> -
COLD52d
REVIEWED: 26 (26M) [PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
2026-07-13 · Alvin Sun <hidden> -
COLD52d
REVIEWED: 26 (26M) [PATCH v8 05/10] rust: drm: set fops.owner from driver module pointer
2026-07-13 · Alvin Sun <hidden> -
COLD52d
REVIEWED: 26 (26M) [PATCH v8 06/10] rust: miscdevice: set fops.owner from driver module pointer
2026-07-13 · Alvin Sun <hidden> -
COLD52d
REVIEWED: 22 (22M) [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
2026-07-13 · Alvin Sun <hidden> -
COLD52d
REVIEWED: 26 (26M) [PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
2026-07-13 · Alvin Sun <hidden> -
COOLING8d
[PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
2026-07-06 · Byungchul Park <byungchul@sk.com> -
COOLING8d
[PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
2026-07-06 · Byungchul Park <byungchul@sk.com>
Needs attention (review trailers in, no pickup)
Patches with review trailers that haven't landed in mainline and haven't been Acked by a maintainer. Oldest first.
-
STALE77d
REVIEWED: 7 (7M) [PATCH v3 3/6] rust: macros: auto-insert OwnerModule in #[vtable]
2026-06-22 · Alvin Sun <hidden> · 1 Reviewed-by -
STALE76d
REVIEWED: 7 (7M) [PATCH v4 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
2026-06-23 · Alvin Sun <hidden> · 1 Reviewed-by -
STALE76d
REVIEWED: 7 (7M) [PATCH v4 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
2026-06-23 · Alvin Sun <hidden> · 1 Reviewed-by -
STALE76d
REVIEWED: 7 (7M) [PATCH v4 6/9] rust: miscdevice: set fops.owner from driver module pointer
2026-06-23 · Alvin Sun <hidden> · 1 Reviewed-by -
STALE76d
REVIEWED: 11 (11M) [PATCH v4 5/9] rust: drm: set fops.owner from driver module pointer
2026-06-23 · Alvin Sun <hidden> · 2 Reviewed-by -
STALE75d
REVIEWED: 11 (11M) [PATCH v5 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-06-24 · Alvin Sun <hidden> · 2 Reviewed-by -
STALE75d
REVIEWED: 11 (11M) [PATCH v5 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
2026-06-24 · Alvin Sun <hidden> · 2 Reviewed-by -
STALE75d
REVIEWED: 11 (11M) [PATCH v5 5/9] rust: drm: set fops.owner from driver module pointer
2026-06-24 · Alvin Sun <hidden> · 2 Reviewed-by -
STALE75d
REVIEWED: 11 (11M) [PATCH v5 6/9] rust: miscdevice: set fops.owner from driver module pointer
2026-06-24 · Alvin Sun <hidden> · 2 Reviewed-by -
STALE75d
REVIEWED: 7 (7M) [PATCH v5 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
2026-06-24 · Alvin Sun <hidden> · 1 Reviewed-by
Quiet for 30+ days
Patches with no review trailers and no replies. Either the author is heads-down elsewhere or these slipped through. Oldest first.
-
STALE183d
[PATCH 3/8] samples: rust_minimal: demonstrate string module parameter
2026-02-26 · Matthew Wood <hidden> -
STALE183d
[PATCH 4/8] rust: module_param: add ObsKernelParam type
2026-02-26 · Matthew Wood <hidden> -
STALE183d
[PATCH 5/8] rust: module_param: add from_setup_arg() to ModuleParam trait
2026-02-26 · Matthew Wood <hidden> -
STALE183d
[PATCH 7/8] samples: rust_minimal: demonstrate early_param usage
2026-02-26 · Matthew Wood <hidden> -
STALE183d
[PATCH 8/8] rust: macros: add configurable initcall levels to module! macro
2026-02-26 · Matthew Wood <hidden> -
DORMANTno replies
[PATCH] rust: kernel: module_param: replace pr_warn with pr_warn_once
2026-05-18 · Xiaobo Liu <hidden> -
STALE110d
[PATCH 8/8] samples: rust: rust_misc_device: implement `ThisModule` for `RustMiscDevice`
2026-05-19 · Alvin Sun <hidden> -
STALE110d
[PATCH 7/8] rust: miscdevice: add `ThisModule` associated type to `MiscDevice` trait
2026-05-19 · Alvin Sun <hidden> -
STALE110d
[PATCH 6/8] rust: drm: set fops.owner from driver module pointer
2026-05-19 · Alvin Sun <hidden> -
STALE78d
[PATCH v2 5/7] rust: miscdevice: set fops.owner from driver module pointer
2026-05-21 · Alvin Sun <hidden>