[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250818102852.GA1270980@robin.jannau.net>
Date: Mon, 18 Aug 2025 12:28:52 +0200
From: Janne Grunau <j@...nau.net>
To: Daniel Almeida <daniel.almeida@...labora.com>
Cc: Miguel Ojeda <ojeda@...nel.org>, Alex Gaynor <alex.gaynor@...il.com>,
Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <lossin@...nel.org>,
Andreas Hindborg <a.hindborg@...nel.org>,
Alice Ryhl <aliceryhl@...gle.com>, Trevor Gross <tmgross@...ch.edu>,
Danilo Krummrich <dakr@...nel.org>,
Alexandre Courbot <acourbot@...dia.com>,
linux-kernel@...r.kernel.org, rust-for-linux@...r.kernel.org,
kernel@...labora.com, linux-media@...r.kernel.org
Subject: Re: [PATCH 1/7] rust: media: add the media module
On Mon, Aug 18, 2025 at 02:49:47AM -0300, Daniel Almeida wrote:
> In preparation for future commits that add support for Rust abstractions
> like v4l2_device, video_device, v4l2_fh and others, add the media module
> in lib.rs and a corresponding MAINTAINERS entry.
>
> Signed-off-by: Daniel Almeida <daniel.almeida@...labora.com>
> ---
> MAINTAINERS | 7 +++++++
> rust/kernel/lib.rs | 2 ++
> rust/kernel/media/mod.rs | 6 ++++++
> 3 files changed, 15 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fe168477caa45799dfe07de2f54de6d6a1ce0615..6fc5d57950e474d73d5d65271a0394efc5a8960b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15434,6 +15434,13 @@ F: include/uapi/linux/uvcvideo.h
> F: include/uapi/linux/v4l2-*
> F: include/uapi/linux/videodev2.h
>
> +MEDIA RUST INFRASTRUCTURE
> +M: Daniel Almeida <daniel.almeida@...labora.com>
> +L: linux-media@...r.kernel.org
> +L: rust-for-linux@...r.kernel.org
> +S: Supported
> +F: rust/media
You probably mean rust/kernel/media/
Janne
Powered by blists - more mailing lists