MAINTAINERS: mark ecryptfs as orphan state

Message ID 20230320182103.46350-1-frank.li@vivo.com
State New
Headers
Series MAINTAINERS: mark ecryptfs as orphan state |

Commit Message

李扬韬 March 20, 2023, 6:21 p.m. UTC
  ecryptfs has been inactive for a long time, and in fact the filesystem
has no active maintainers. I sent a patch last August, no response
till now. Let's mark it as Orphan status.

Maybe in 2025 we can remove this unmaintained file system?

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Yangtao Li <frank.li@vivo.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Greg KH March 21, 2023, 6:35 a.m. UTC | #1
On Tue, Mar 21, 2023 at 02:21:03AM +0800, Yangtao Li wrote:
> ecryptfs has been inactive for a long time, and in fact the filesystem
> has no active maintainers. I sent a patch last August, no response
> till now. Let's mark it as Orphan status.
> 
> Maybe in 2025 we can remove this unmaintained file system?
> 
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Why send this to me?

> Signed-off-by: Yangtao Li <frank.li@vivo.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 541e7dc05f48..4a6236d5a6ce 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7270,7 +7270,7 @@ F:	drivers/media/dvb-frontends/ec100*
>  ECRYPT FILE SYSTEM
>  M:	Tyler Hicks <code@tyhicks.com>
>  L:	ecryptfs@vger.kernel.org
> -S:	Odd Fixes
> +S:	Orphan

Why not also cc: the two email addresses here?  And if this is really
orphaned, then remove them as well, right?

>  W:	http://ecryptfs.org
>  W:	https://launchpad.net/ecryptfs
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git

These all too need to go if this really is orphaned code.  But first,
try sending it to the right people (like the linux-fs mailing list as
well?)

thanks,

greg k-h
  
李扬韬 March 22, 2023, 5:18 p.m. UTC | #2
+cc code@tyhicks.com, ecryptfs@vger.kernel.org, linux-fsdevel@vger.kernel.org

Thx,
Yangtao
  
李扬韬 March 22, 2023, 5:19 p.m. UTC | #3
+cc code@tyhicks.com, ecryptfs@vger.kernel.org, linux-fsdevel@vger.kernel.org

Thx,
Yangtao
  
Tyler Hicks March 24, 2023, 10:42 p.m. UTC | #4
On 2023-03-23 01:19:10, Yangtao Li wrote:
> +cc code@tyhicks.com, ecryptfs@vger.kernel.org, linux-fsdevel@vger.kernel.org

Hey Yangtao - I think it is a good idea to deprecate eCryptfs and
prepare for its removal in a couple years.

It never received the dedication needed to sort out the stacked
filesystem design issues and its crypto design is aging without
updates/improvements for some time. The majority of the user base, which
came about when Ubuntu added home dir encryption as an option in the
installer, has greatly decreased since Ubuntu removed it from the
installer and dropped official support several years back. Finally,
fscrypt should provide a more than complete alternative for the majority
of use cases.

Deprecating and removing is the right thing to do.

I can devote some time to limping it by until removal but would also
appreciate a hand if anyone has time/interest.

Tyler

> 
> Thx,
> Yangtao
  
Christian Brauner April 3, 2023, 12:44 p.m. UTC | #5
On Fri, Mar 24, 2023 at 05:42:43PM -0500, Tyler Hicks wrote:
> On 2023-03-23 01:19:10, Yangtao Li wrote:
> > +cc code@tyhicks.com, ecryptfs@vger.kernel.org, linux-fsdevel@vger.kernel.org
> 
> Hey Yangtao - I think it is a good idea to deprecate eCryptfs and
> prepare for its removal in a couple years.
> 
> It never received the dedication needed to sort out the stacked
> filesystem design issues and its crypto design is aging without
> updates/improvements for some time. The majority of the user base, which
> came about when Ubuntu added home dir encryption as an option in the
> installer, has greatly decreased since Ubuntu removed it from the
> installer and dropped official support several years back. Finally,
> fscrypt should provide a more than complete alternative for the majority
> of use cases.
> 
> Deprecating and removing is the right thing to do.
> 
> I can devote some time to limping it by until removal but would also
> appreciate a hand if anyone has time/interest.

Hey Tyler,

Do you want to send a patch to deprecate it with your SOB?

Christian
  
李扬韬 April 3, 2023, 1:44 p.m. UTC | #6
> I can devote some time to limping it by until removal but would also 
> appreciate a hand if anyone has time/interest.

I have time and interest, if possible, I would like to be a reviewer
before ecryptfs is removed.

Thx,
Yangtao
  
Tyler Hicks April 4, 2023, 2:57 a.m. UTC | #7
On 2023-04-03 21:44:32, Yangtao Li wrote:
> > I can devote some time to limping it by until removal but would also 
> > appreciate a hand if anyone has time/interest.
> 
> I have time and interest, if possible, I would like to be a reviewer
> before ecryptfs is removed.

Hi - I don't think an additional reviewer is going to be sufficient to
get eCryptfs into a good state long term. There are fairly large design
problems that need more attention. I'll send a patch to deprecate and
mark for removal in 2025.

I'll happily add you as a reviewer and appreciate your interest in
helping.

Tyler
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 541e7dc05f48..4a6236d5a6ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7270,7 +7270,7 @@  F:	drivers/media/dvb-frontends/ec100*
 ECRYPT FILE SYSTEM
 M:	Tyler Hicks <code@tyhicks.com>
 L:	ecryptfs@vger.kernel.org
-S:	Odd Fixes
+S:	Orphan
 W:	http://ecryptfs.org
 W:	https://launchpad.net/ecryptfs
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git