[PATCH v2] vfs: add Rust files to MAINTAINERS

Alice Ryhl posted 1 patch 2 months, 3 weeks ago
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
[PATCH v2] vfs: add Rust files to MAINTAINERS
Posted by Alice Ryhl 2 months, 3 weeks ago
These files are maintained by the VFS subsystem, thus add them to the
relevant MAINTAINERS entry to ensure that the maintainers are ccd on
relevant changes.

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
Christian, please use this version if you agree that `struct poll_table`
also goes under this entry.

 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c3f7fbd0d67a..3833ac2b58d9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9234,15 +9234,19 @@ FILESYSTEMS (VFS and infrastructure)
 FILESYSTEMS (VFS and infrastructure)
 M:	Alexander Viro <viro@zeniv.linux.org.uk>
 M:	Christian Brauner <brauner@kernel.org>
 R:	Jan Kara <jack@suse.cz>
 L:	linux-fsdevel@vger.kernel.org
 S:	Maintained
 T:	git https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
 F:	fs/*
 F:	include/linux/fs.h
 F:	include/linux/fs_types.h
 F:	include/uapi/linux/fs.h
 F:	include/uapi/linux/openat2.h
+F:	rust/kernel/fs.rs
+F:	rust/kernel/fs/
+F:	rust/kernel/seq_file.rs
+F:	rust/kernel/sync/poll.rs
 F:	Documentation/driver-api/early-userspace/buffer-format.rst
 F:	init/do_mounts*
 F:	init/*initramfs*
-- 
2.50.0.727.gbf7dc18ff4-goog
Re: [PATCH v2] vfs: add Rust files to MAINTAINERS
Posted by Christian Brauner 2 months, 3 weeks ago
On Tue, 15 Jul 2025 07:51:40 +0000, Alice Ryhl wrote:
> These files are maintained by the VFS subsystem, thus add them to the
> relevant MAINTAINERS entry to ensure that the maintainers are ccd on
> relevant changes.
> 
> 

Applied to the vfs-6.17.rust branch of the vfs/vfs.git tree.
Patches in the vfs-6.17.rust branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-6.17.rust

[1/1] vfs: add Rust files to MAINTAINERS
      https://git.kernel.org/vfs/vfs/c/3ccc82e31d6a
Re: [PATCH v2] vfs: add Rust files to MAINTAINERS
Posted by Alice Ryhl 2 months, 2 weeks ago
On Tue, Jul 15, 2025 at 11:50 AM Christian Brauner <brauner@kernel.org> wrote:
>
> On Tue, 15 Jul 2025 07:51:40 +0000, Alice Ryhl wrote:
> > These files are maintained by the VFS subsystem, thus add them to the
> > relevant MAINTAINERS entry to ensure that the maintainers are ccd on
> > relevant changes.
> >
> >
>
> Applied to the vfs-6.17.rust branch of the vfs/vfs.git tree.
> Patches in the vfs-6.17.rust branch should appear in linux-next soon.
>
> Please report any outstanding bugs that were missed during review in a
> new review to the original patch series allowing us to drop it.
>
> It's encouraged to provide Acked-bys and Reviewed-bys even though the
> patch has now been applied. If possible patch trailers will be updated.
>
> Note that commit hashes shown below are subject to change due to rebase,
> trailer updates or similar. If in doubt, please check the listed branch.
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
> branch: vfs-6.17.rust
>
> [1/1] vfs: add Rust files to MAINTAINERS
>       https://git.kernel.org/vfs/vfs/c/3ccc82e31d6a

Thanks! Just a quick follow-up on this. I also sent a patch for the
pid namespace file:
https://lore.kernel.org/rust-for-linux/20250714124637.1905722-2-aliceryhl@google.com/

Also, I forgot to pick up Miguel's Acked-by, but I believe it applies
to v2 too, so you are welcome to include it in the commit.

Alice