rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] vfs: add Rust files to MAINTAINERS
@ 2025-07-14 12:46 Alice Ryhl
  2025-07-14 12:46 ` [PATCH 2/2] pid: " Alice Ryhl
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Alice Ryhl @ 2025-07-14 12:46 UTC (permalink / raw)
  To: Christian Brauner, Alexander Viro, Jan Kara, linux-fsdevel
  Cc: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
	rust-for-linux, linux-kernel, Alice Ryhl

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>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c3f7fbd0d67a..0f4e99716183 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9234,15 +9234,18 @@ 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:	Documentation/driver-api/early-userspace/buffer-format.rst
 F:	init/do_mounts*
 F:	init/*initramfs*
-- 
2.50.0.727.gbf7dc18ff4-goog


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

* [PATCH 2/2] pid: add Rust files to MAINTAINERS
  2025-07-14 12:46 [PATCH 1/2] vfs: add Rust files to MAINTAINERS Alice Ryhl
@ 2025-07-14 12:46 ` Alice Ryhl
  2025-07-14 14:52   ` Miguel Ojeda
  2025-08-19 11:28   ` (subset) " Christian Brauner
  2025-07-14 14:50 ` [PATCH 1/2] vfs: " Miguel Ojeda
  2025-07-15  7:43 ` Alice Ryhl
  2 siblings, 2 replies; 9+ messages in thread
From: Alice Ryhl @ 2025-07-14 12:46 UTC (permalink / raw)
  To: Christian Brauner, Alexander Viro, Jan Kara, linux-fsdevel
  Cc: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
	rust-for-linux, linux-kernel, Alice Ryhl

This files is maintained by Christian Brauner, thus add it to the
relevant MAINTAINERS entry.

Signed-off-by: Alice Ryhl <aliceryhl@google.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0f4e99716183..e46c90a52f83 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19510,12 +19510,13 @@ M:	Christian Brauner <christian@brauner.io>
 PIDFD API
 M:	Christian Brauner <christian@brauner.io>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
+F:	rust/kernel/pid_namespace.rs
 F:	samples/pidfd/
 F:	tools/testing/selftests/clone3/
 F:	tools/testing/selftests/pid_namespace/
 F:	tools/testing/selftests/pidfd/
 K:	(?i)pidfd
 K:	(?i)clone3
 K:	\b(clone_args|kernel_clone_args)\b
-- 
2.50.0.727.gbf7dc18ff4-goog


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

* Re: [PATCH 1/2] vfs: add Rust files to MAINTAINERS
  2025-07-14 12:46 [PATCH 1/2] vfs: add Rust files to MAINTAINERS Alice Ryhl
  2025-07-14 12:46 ` [PATCH 2/2] pid: " Alice Ryhl
@ 2025-07-14 14:50 ` Miguel Ojeda
  2025-07-15  7:43 ` Alice Ryhl
  2 siblings, 0 replies; 9+ messages in thread
From: Miguel Ojeda @ 2025-07-14 14:50 UTC (permalink / raw)
  To: Alice Ryhl
  Cc: Christian Brauner, Alexander Viro, Jan Kara, linux-fsdevel,
	Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
	rust-for-linux, linux-kernel

On Mon, Jul 14, 2025 at 2:46 PM Alice Ryhl <aliceryhl@google.com> 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.
>
> Signed-off-by: Alice Ryhl <aliceryhl@google.com>

I think this is indeed what Christian wanted/mentioned a couple times, so:

Acked-by: Miguel Ojeda <ojeda@kernel.org>

Cheers,
Miguel

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

* Re: [PATCH 2/2] pid: add Rust files to MAINTAINERS
  2025-07-14 12:46 ` [PATCH 2/2] pid: " Alice Ryhl
@ 2025-07-14 14:52   ` Miguel Ojeda
  2025-08-19 11:28   ` (subset) " Christian Brauner
  1 sibling, 0 replies; 9+ messages in thread
From: Miguel Ojeda @ 2025-07-14 14:52 UTC (permalink / raw)
  To: Alice Ryhl
  Cc: Christian Brauner, Alexander Viro, Jan Kara, linux-fsdevel,
	Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
	rust-for-linux, linux-kernel

On Mon, Jul 14, 2025 at 2:47 PM Alice Ryhl <aliceryhl@google.com> wrote:
>
> This files is maintained by Christian Brauner, thus add it to the
> relevant MAINTAINERS entry.
>
> Signed-off-by: Alice Ryhl <aliceryhl@google.com>

Like the VFS one, I think this is what Christian wanted (which is
great, by the way):

Acked-by: Miguel Ojeda <ojeda@kernel.org>

Cheers,
Miguel

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

* Re: [PATCH 1/2] vfs: add Rust files to MAINTAINERS
  2025-07-14 12:46 [PATCH 1/2] vfs: add Rust files to MAINTAINERS Alice Ryhl
  2025-07-14 12:46 ` [PATCH 2/2] pid: " Alice Ryhl
  2025-07-14 14:50 ` [PATCH 1/2] vfs: " Miguel Ojeda
@ 2025-07-15  7:43 ` Alice Ryhl
  2025-07-15  7:51   ` [PATCH v2] " Alice Ryhl
  2 siblings, 1 reply; 9+ messages in thread
From: Alice Ryhl @ 2025-07-15  7:43 UTC (permalink / raw)
  To: Christian Brauner, Alexander Viro, Jan Kara, linux-fsdevel
  Cc: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
	rust-for-linux, linux-kernel

On Mon, Jul 14, 2025 at 2:46 PM Alice Ryhl <aliceryhl@google.com> 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.
>
> Signed-off-by: Alice Ryhl <aliceryhl@google.com>
> +F:     rust/kernel/fs.rs
> +F:     rust/kernel/fs/
> +F:     rust/kernel/seq_file.rs

I guess we may also want to include rust/kernel/sync/poll.rs ?

Alice

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

* [PATCH v2] vfs: add Rust files to MAINTAINERS
  2025-07-15  7:43 ` Alice Ryhl
@ 2025-07-15  7:51   ` Alice Ryhl
  2025-07-15  9:50     ` Christian Brauner
  0 siblings, 1 reply; 9+ messages in thread
From: Alice Ryhl @ 2025-07-15  7:51 UTC (permalink / raw)
  To: Christian Brauner, Alexander Viro, Jan Kara, linux-fsdevel
  Cc: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
	rust-for-linux, linux-kernel, Alice Ryhl

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


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

* Re: [PATCH v2] vfs: add Rust files to MAINTAINERS
  2025-07-15  7:51   ` [PATCH v2] " Alice Ryhl
@ 2025-07-15  9:50     ` Christian Brauner
  2025-07-22  8:05       ` Alice Ryhl
  0 siblings, 1 reply; 9+ messages in thread
From: Christian Brauner @ 2025-07-15  9:50 UTC (permalink / raw)
  To: Alice Ryhl
  Cc: Christian Brauner, Miguel Ojeda, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg,
	Trevor Gross, Danilo Krummrich, rust-for-linux, linux-kernel,
	Alexander Viro, Jan Kara, linux-fsdevel

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

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

* Re: [PATCH v2] vfs: add Rust files to MAINTAINERS
  2025-07-15  9:50     ` Christian Brauner
@ 2025-07-22  8:05       ` Alice Ryhl
  0 siblings, 0 replies; 9+ messages in thread
From: Alice Ryhl @ 2025-07-22  8:05 UTC (permalink / raw)
  To: Christian Brauner
  Cc: Miguel Ojeda, Boqun Feng, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
	rust-for-linux, linux-kernel, Alexander Viro, Jan Kara,
	linux-fsdevel

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

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

* Re: (subset) [PATCH 2/2] pid: add Rust files to MAINTAINERS
  2025-07-14 12:46 ` [PATCH 2/2] pid: " Alice Ryhl
  2025-07-14 14:52   ` Miguel Ojeda
@ 2025-08-19 11:28   ` Christian Brauner
  1 sibling, 0 replies; 9+ messages in thread
From: Christian Brauner @ 2025-08-19 11:28 UTC (permalink / raw)
  To: Alice Ryhl
  Cc: Christian Brauner, Miguel Ojeda, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg,
	Trevor Gross, Danilo Krummrich, rust-for-linux, linux-kernel,
	Alexander Viro, Jan Kara, linux-fsdevel

On Mon, 14 Jul 2025 12:46:37 +0000, Alice Ryhl wrote:
> This files is maintained by Christian Brauner, thus add it to the
> relevant MAINTAINERS entry.
> 
> 

Applied to the vfs-6.18.rust branch of the vfs/vfs.git tree.
Patches in the vfs-6.18.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.18.rust

[2/2] pid: add Rust files to MAINTAINERS
      https://git.kernel.org/vfs/vfs/c/76196742f49e

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

end of thread, other threads:[~2025-08-19 11:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14 12:46 [PATCH 1/2] vfs: add Rust files to MAINTAINERS Alice Ryhl
2025-07-14 12:46 ` [PATCH 2/2] pid: " Alice Ryhl
2025-07-14 14:52   ` Miguel Ojeda
2025-08-19 11:28   ` (subset) " Christian Brauner
2025-07-14 14:50 ` [PATCH 1/2] vfs: " Miguel Ojeda
2025-07-15  7:43 ` Alice Ryhl
2025-07-15  7:51   ` [PATCH v2] " Alice Ryhl
2025-07-15  9:50     ` Christian Brauner
2025-07-22  8:05       ` Alice Ryhl

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).