We've had multiple instances where people didn't Cc fsdevel or block which are easily the most affected subsystems by iov_iter changes. Put a stop to that and make sure both lists are Cced so we can catch stuff like [1] early. Link: https://lore.kernel.org/linux-nvme/20250715132750.9619-4-aaptel@xxxxxxxxxx [1] Signed-off-by: Christian Brauner <brauner@xxxxxxxxxx> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fad6cb025a19..fcefe222f093 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25907,6 +25907,8 @@ F: fs/hostfs/ USERSPACE COPYIN/COPYOUT (UIOVEC) M: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> +L: linux-block@xxxxxxxxxxxxxxx +L: linux-fsdevel@xxxxxxxxxxxxxxx S: Maintained F: include/linux/uio.h F: lib/iov_iter.c -- 2.47.2