diff options
author | 2025-07-16 10:40:45 +0200 | |
---|---|---|
committer | 2025-07-16 14:46:53 +0200 | |
commit | a88cddaaa3bf7445357a79a5c351c6b6d6f95b7d (patch) | |
tree | a452ace1d8aebe71ad6320382466afa024c8bd49 | |
parent | Merge patch series "netfs: Fix use of fscache with ceph" (diff) | |
download | wireguard-linux-a88cddaaa3bf7445357a79a5c351c6b6d6f95b7d.tar.xz wireguard-linux-a88cddaaa3bf7445357a79a5c351c6b6d6f95b7d.zip |
MAINTAINERS: add block and fsdevel lists to iov_iter
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@nvidia.com [1]
Link: https://lore.kernel.org/20250716-eklig-rasten-ec8c4dc05a1e@brauner
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Christian Brauner <brauner@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
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@zeniv.linux.org.uk> +L: linux-block@vger.kernel.org +L: linux-fsdevel@vger.kernel.org S: Maintained F: include/linux/uio.h F: lib/iov_iter.c |