diff mbox series

MAINTAINERS: append initramfs files to the VFS section

Message ID 20250318040711.20683-1-ddiss@suse.de (mailing list archive)
State New
Headers show
Series MAINTAINERS: append initramfs files to the VFS section | expand

Commit Message

David Disseldorp March 18, 2025, 4:07 a.m. UTC
At the moment it's a little unclear where initramfs patches should be
sent. This should see them end up on the linux-fsdevel mailing list.

Signed-off-by: David Disseldorp <ddiss@suse.de>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

Comments

Christian Brauner March 18, 2025, 2:14 p.m. UTC | #1
On Tue, 18 Mar 2025 15:07:11 +1100, David Disseldorp wrote:
> At the moment it's a little unclear where initramfs patches should be
> sent. This should see them end up on the linux-fsdevel mailing list.
> 
> 

Applied to the vfs-6.15.initramfs branch of the vfs/vfs.git tree.
Patches in the vfs-6.15.initramfs 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.15.initramfs

[1/1] MAINTAINERS: append initramfs files to the VFS section
      https://git.kernel.org/vfs/vfs/c/0054b437c0ec
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c9763412a5089..67d52d1c35b4c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8901,6 +8901,9 @@  F:	include/linux/fs.h
 F:	include/linux/fs_types.h
 F:	include/uapi/linux/fs.h
 F:	include/uapi/linux/openat2.h
+F:	Documentation/driver-api/early-userspace/buffer-format.rst
+F:	init/do_mounts*
+F:	init/*initramfs*
 
 FILESYSTEMS [EXPORTFS]
 M:	Chuck Lever <chuck.lever@oracle.com>