module support · Maintained
Maintainers
- M Luis Chamberlain <mcgrof@kernel.org>
- M Petr Pavlu <petr.pavlu@suse.com>
- M Daniel Gomez <da.gomez@kernel.org>
- M Sami Tolvanen <samitolvanen@google.com>
- R Aaron Tomlin <atomlin@atomlin.com>
Paths
- F
include/linux/kmod.h - F
include/linux/module*.h - F
kernel/module/ - F
lib/test_kmod.c - F
lib/tests/module/ - F
rust/kernel/module_param.rs - F
rust/macros/module.rs - F
scripts/module* - F
tools/testing/selftests/kmod/ - F
tools/testing/selftests/module/
Last 30 days
Most active threads (last 7 days)
-
HOTtoday
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-07-06 06:19 · 1 reply in 7d · Byungchul Park <byungchul@sk.com>
Active reviewers (last 30 days)
-
Andreas Hindborg <a.hindborg@kernel.org>
6 attestations (6 Reviewed-by) · last on 2026-06-27 -
Gary Guo <gary@garyguo.net>
6 attestations (6 Reviewed-by) · last on 2026-06-27 -
Danilo Krummrich <dakr@kernel.org>
4 attestations (4 Acked-by) · last on 2026-06-27 -
Harry Yoo <hidden>
1 attestation (1 Tested-by) · last on 2026-07-06 -
Gwan-gyeong Mun <hidden>
1 attestation (1 Tested-by) · last on 2026-07-06 -
Yunseong Kim <hidden>
1 attestation (1 Tested-by) · last on 2026-07-06 -
Yeoreum Yun <hidden>
1 attestation (1 Tested-by) · last on 2026-07-06
Recent patches
Most-recent 30 patches in this subsystem on linux-block (capped at 30), ordered by date desc.
-
HOTtoday
REVIEWED: 4 (0M) [PATCH v19 01/40] dept: implement DEPT(DEPendency Tracker)
2026-07-06 · Byungchul Park <byungchul@sk.com> -
COOLING7d
[PATCH v5] rust: configfs: add procedural macro for declaring configfs attributes
2026-06-30 · Malte Wechter <hidden> -
DORMANTno replies
REVIEWED: 25 (25M) [PATCH v7 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
2026-06-27 · Alvin Sun <hidden> -
COOLING10d
REVIEWED: 25 (25M) [PATCH v7 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-06-27 · Alvin Sun <hidden> -
COOLING10d
REVIEWED: 25 (25M) [PATCH v6 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
2026-06-24 · Alvin Sun <hidden> -
COOLING10d
REVIEWED: 25 (25M) [PATCH v6 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-06-24 · Alvin Sun <hidden> -
COOLING13d
REVIEWED: 10 (10M) [PATCH v5 9/9] rust: macros: remove `THIS_MODULE` static from `module!`
2026-06-24 · Alvin Sun <hidden> -
COOLING13d
REVIEWED: 10 (10M) [PATCH v5 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-06-24 · Alvin Sun <hidden> -
COOLING14d
[PATCH v4 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-06-23 · Alvin Sun <hidden> -
COOLING14d
[PATCH v4 9/9] rust: macros: remove `THIS_MODULE` static from `module!`
2026-06-23 · Alvin Sun <hidden> -
COLD15d
[PATCH v3 1/6] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-06-22 · Alvin Sun <hidden> -
COLD18d
[PATCH v4] rust: configfs: add procedural macro for declaring configfs attributes
2026-06-19 · Malte Wechter <hidden> -
COLD20d
[PATCH v3] rust: add procedural macro for declaring configfs attributes
2026-06-12 · Malte Wechter <hidden> -
COLD16d
[PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
2026-05-21 · Alvin Sun <hidden> -
STALE82d
[PATCH 17/61] module: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-10 · Philipp Hahn <hidden> -
STALE82d
[PATCH 21/61] lib/test: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-10 · Philipp Hahn <hidden> -
WARM2d
[PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
2025-12-05 · Byungchul Park <byungchul@sk.com> -
WARM2d
REVIEWED: 4 (0M) [PATCH v18 01/42] dept: implement DEPT(DEPendency Tracker)
2025-12-05 · Byungchul Park <byungchul@sk.com> -
STALE218d
[PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
2025-10-02 · Byungchul Park <byungchul@sk.com> -
STALE218d
REVIEWED: 2 (0M) [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
2025-10-02 · Byungchul Park <byungchul@sk.com> -
STALE197d
REVIEWED: 32 (32M) [PATCH v2 10/19] rust: macros: replace `kernel::c_str!` with C-Strings
2025-09-25 · Tamir Duberstein <hidden> -
STALE326d
REVIEWED: 32 (32M) [PATCH v2 10/19] rust: macros: replace `kernel::c_str!` with C-Strings
2025-08-13 · Tamir Duberstein <hidden> -
STALE336d
REVIEWED: 30 (30M) [PATCH 10/17] rust: macros: replace `kernel::c_str!` with C-Strings
2025-07-10 · Tamir Duberstein <hidden> -
STALE367d
REVIEWED: 35 (35M) [PATCH v13 5/5] rust: remove core::ffi::CStr reexport
2025-07-01 · Tamir Duberstein <hidden> -
STALE367d
REVIEWED: 30 (30M) [PATCH v13 4/5] rust: replace `kernel::c_str!` with C-Strings
2025-07-01 · Tamir Duberstein <hidden> -
STALE371d
[PATCH v12 5/5] rust: remove core::ffi::CStr reexport
2025-06-19 · Tamir Duberstein <hidden> -
STALE371d
[PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
2025-06-19 · Tamir Duberstein <hidden> -
STALE400d
[PATCH v11 5/5] rust: remove core::ffi::CStr reexport
2025-05-30 · Tamir Duberstein <hidden> -
STALE400d
[PATCH v11 4/5] rust: replace `kernel::c_str!` with C-Strings
2025-05-30 · Tamir Duberstein <hidden> -
STALE404d
[PATCH v10 5/5] rust: remove core::ffi::CStr reexport
2025-05-24 · Tamir Duberstein <hidden>
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.
-
STALE82d
[PATCH 21/61] lib/test: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-10 · Philipp Hahn <hidden>