lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 20 Jun 2019 13:50:29 -0700 From: Eric Biggers <ebiggers@...nel.org> To: linux-fscrypt@...r.kernel.org Cc: linux-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net, linux-fsdevel@...r.kernel.org, linux-api@...r.kernel.org, linux-integrity@...r.kernel.org, Jaegeuk Kim <jaegeuk@...nel.org>, "Theodore Y . Ts'o" <tytso@....edu>, Victor Hsieh <victorhsieh@...gle.com>, Chandan Rajendra <chandan@...ux.vnet.ibm.com>, Dave Chinner <david@...morbit.com>, Christoph Hellwig <hch@....de>, "Darrick J . Wong" <darrick.wong@...cle.com>, Linus Torvalds <torvalds@...ux-foundation.org> Subject: [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry From: Eric Biggers <ebiggers@...gle.com> fs-verity will be jointly maintained by Eric Biggers and Theodore Ts'o. Reviewed-by: Theodore Ts'o <tytso@....edu> Signed-off-by: Eric Biggers <ebiggers@...gle.com> --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a6954776a37e70..655065116f9228 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6505,6 +6505,18 @@ S: Maintained F: fs/notify/ F: include/linux/fsnotify*.h +FSVERITY: READ-ONLY FILE-BASED AUTHENTICITY PROTECTION +M: Eric Biggers <ebiggers@...nel.org> +M: Theodore Y. Ts'o <tytso@....edu> +L: linux-fscrypt@...r.kernel.org +Q: https://patchwork.kernel.org/project/linux-fscrypt/list/ +T: git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git fsverity +S: Supported +F: fs/verity/ +F: include/linux/fsverity.h +F: include/uapi/linux/fsverity.h +F: Documentation/filesystems/fsverity.rst + FUJITSU LAPTOP EXTRAS M: Jonathan Woithe <jwoithe@...t42.net> L: platform-driver-x86@...r.kernel.org -- 2.22.0.410.gd8fdbe21b5-goog
Powered by blists - more mailing lists