rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] MAINTAINERS: add the Rust workqueue abstractions to WORKQUEUE
@ 2026-09-09 10:43 FUJITA Tomonori
  2026-09-09 13:40 ` Alice Ryhl
  0 siblings, 1 reply; 3+ messages in thread
From: FUJITA Tomonori @ 2026-09-09 10:43 UTC (permalink / raw)
  To: ojeda, tj
  Cc: a.hindborg, acourbot, aliceryhl, bjorn3_gh, boqun, dakr,
	daniel.almeida, gary, jiangshanlai, lossin, tamird, tmgross, work,
	rust-for-linux, FUJITA Tomonori

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-09 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09 10:43 [PATCH v1] MAINTAINERS: add the Rust workqueue abstractions to WORKQUEUE FUJITA Tomonori
2026-09-09 13:40 ` Alice Ryhl
2026-09-09 21:11   ` FUJITA Tomonori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).