[PATCH v1] MAINTAINERS: add the Rust workqueue abstractions to WORKQUEUE
From: FUJITA Tomonori <hidden>
Date: 2026-09-09 10:45:06
From: FUJITA Tomonori <fujita.tomonori@gmail.com> rust/kernel/workqueue.rs and rust/helpers/workqueue.c hold the Rust abstractions for the C workqueue API, but they are not listed in the WORKQUEUE entry. Add them so that changes to the Rust side are also sent to the workqueue maintainer. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6215fcb07770..a8b0c70d16bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS@@ -29484,6 +29484,8 @@ F: Documentation/core-api/workqueue.rst F: include/linux/workqueue.h F: kernel/workqueue.c F: kernel/workqueue_internal.h +F: rust/helpers/workqueue.c +F: rust/kernel/workqueue.rs WWAN DRIVERS M: Loic Poulain <loic.poulain@oss.qualcomm.com>
base-commit: 28924df2a08f440c73991b83028032c901de2ae4 -- 2.43.0