> On Mar 4, 2025, at 7:46 AM, David Sterba <dsterba@xxxxxxxx> wrote: > > > > Recently the ZSTD tree has been removed from linux-next due to lack of > updates for last year [1]. As there are several users of ZSTD in kernel > we need to keep the code maintained and updated. I'll act as a backup to > get the ZSTD upstream to linux, Nick is OK with that [2]. > > [1] https://lore.kernel.org/all/20250216224200.50b9dd6a@xxxxxxxxxxxxxxxx/ > [2] https://github.com/facebook/zstd/issues/4262#issuecomment-2691527952 > > CC: Nick Terrell <terrelln@xxxxxx> > Signed-off-by: David Sterba <dsterba@xxxxxxxx> Thanks David, I appreciate the support here! Signed-off-by: Nick Terrell <terrelln@xxxxxx> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8e0736dc2ee0..b50c0eff3606 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -26274,6 +26274,7 @@ F: mm/zsmalloc.c > > ZSTD > M: Nick Terrell <terrelln@xxxxxx> > +M: David Sterba <dsterba@xxxxxxxx> > S: Maintained > B: https://github.com/facebook/zstd/issues > T: git https://github.com/terrelln/linux.git > -- > 2.47.1 >