Re: [PATCH] MAINTAINERS: USB: add rust.rs to USB subsystem file list

From: Gary Guo

Date: Thu Jun 25 2026 - 12:12:30 EST


On Thu Jun 25, 2026 at 4:08 PM BST, Greg Kroah-Hartman wrote:
> As was recently noted on the rust-for-linux list, the usb.rs file is not
> listed as part of the USB SUBSYSTEM files, which can cause changes to it
> to be not sent to the proper list and people. Fix this up by adding it
> to the USB SUBSYSTEM file list
>
> Reported-by: Danilo Krummrich <dakr@xxxxxxxxxx>
> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

The subject should be "usb.rs" instead of "rust.rs".

Best,
Gary

> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3eeb134cb611..f477e348ecc0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -28054,6 +28054,7 @@ F: include/dt-bindings/usb/
> F: include/linux/usb.h
> F: include/linux/usb/
> F: include/uapi/linux/usb/
> +F: rust/kernel/usb.rs
>
> USB TYPEC BUS FOR ALTERNATE MODES
> M: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx>