diff options
author | Eric Biggers <ebiggers@google.com> | 2023-01-16 15:22:57 -0800 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2023-01-16 15:38:41 -0800 |
commit | ef7592e466ef7b2595fdfdfd23559a779f4b211a (patch) | |
tree | 170d7227157af4f4a03dbdeee1fb6c01db0c3afc /MAINTAINERS | |
parent | 5dc4c995db9eb45f6373a956eb1f69460e69e6d4 (diff) | |
download | linux-ef7592e466ef7b2595fdfdfd23559a779f4b211a.tar.gz linux-ef7592e466ef7b2595fdfdfd23559a779f4b211a.tar.bz2 linux-ef7592e466ef7b2595fdfdfd23559a779f4b211a.zip |
MAINTAINERS: update fsverity git repo, list, and patchwork
We're moving fsverity development to use its own git repo, mailing list,
and patchwork project, instead of reusing the fscrypt ones. Update the
MAINTAINERS file accordingly.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20230116232257.64377-1-ebiggers@kernel.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 42fc47c6edfd..936cbdbc60eb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8520,10 +8520,10 @@ F: include/linux/fsnotify*.h FSVERITY: READ-ONLY FILE-BASED AUTHENTICITY PROTECTION M: Eric Biggers <ebiggers@kernel.org> M: Theodore Y. Ts'o <tytso@mit.edu> -L: linux-fscrypt@vger.kernel.org +L: fsverity@lists.linux.dev S: Supported -Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ -T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git fsverity +Q: https://patchwork.kernel.org/project/fsverity/list/ +T: git https://git.kernel.org/pub/scm/fs/fsverity/linux.git F: Documentation/filesystems/fsverity.rst F: fs/verity/ F: include/linux/fsverity.h |