Re: [PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING

From: Miguel Ojeda

Date: Mon Jan 12 2026 - 10:11:53 EST


On Mon, Jan 12, 2026 at 4:00 PM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> I guess the question is are those with expertise on the list of people to
> Cc?
>
> I think it may be better to have a separate section for RUST so that the
> rust maintainers can be included in the M: part too. Perhaps:
>
> STATIC BRANCH/CALL (RUST)
>
> and
>
> TRACING (RUST)
>
> And have the M of the other sections be R here?

There are several ways subsystems have gone about it:

- Sometimes they may just add the people to the existing entry.

- Sometimes they create sub-entries like you suggest (usually with
square brackets like " [RUST]" but there is also a " - RUST" used),
e.g.

BLOCK LAYER DEVICE DRIVER API [RUST]
MEMORY MANAGEMENT - RUST

- Sometimes they add them into the existing entry but with an added
"(RUST)" after their names, e.g. Boqun in LOCKING PRIMITIVES:

M: Boqun Feng <boqun.feng@xxxxxxxxx> (LOCKDEP & RUST)

Cheers,
Miguel