Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1507699
| From | Eric Biggers <ebiggers@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches |
| Date | 2016-10-24 22:40 +0200 |
| Message-ID | <svUch-4bt-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The filesystem level encryption support, currently used by ext4 and f2fs and proposed for ubifs, does not yet have a dedicated mailing list. Since no mailing lists were specified in MAINTAINERS, get_maintainer.pl only recommended to send patches directly to the maintainers and to linux-kernel. This patch adds linux-fsdevel as the preferred mailing list for fscrypto patches for the time being. Signed-off-by: Eric Biggers <ebiggers@google.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ea4fbc9..d3ce20e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5123,6 +5123,7 @@ F: include/linux/fscache*.h FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT M: Theodore Y. Ts'o <tytso@mit.edu> M: Jaegeuk Kim <jaegeuk@kernel.org> +L: linux-fsdevel@vger.kernel.org S: Supported F: fs/crypto/ F: include/linux/fscrypto.h -- 2.8.0.rc3.226.g39d4020
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches Eric Biggers <ebiggers@google.com> - 2016-10-24 22:40 +0200
Re: [PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches Richard Weinberger <richard@nod.at> - 2016-10-24 22:50 +0200
Re: [PATCH] MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches Eric Biggers <ebiggers@google.com> - 2016-10-25 01:00 +0200
csiph-web