Message ID | 20250304124700.24574-1-dsterba@suse.com (mailing list archive) |
---|---|
State | Under Review |
Delegated to: | Herbert Xu |
Headers | show |
Series | MAINTAINERS: add myself to co-maintain ZSTD | expand |
> On Mar 4, 2025, at 7:46 AM, David Sterba <dsterba@suse.com> 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@canb.auug.org.au/ > [2] https://github.com/facebook/zstd/issues/4262#issuecomment-2691527952 > > CC: Nick Terrell <terrelln@fb.com> > Signed-off-by: David Sterba <dsterba@suse.com> Thanks David, I appreciate the support here! Signed-off-by: Nick Terrell <terrelln@fb.com> > --- > 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@fb.com> > +M: David Sterba <dsterba@suse.com> > S: Maintained > B: https://github.com/facebook/zstd/issues > T: git https://github.com/terrelln/linux.git > -- > 2.47.1 >
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@fb.com> +M: David Sterba <dsterba@suse.com> S: Maintained B: https://github.com/facebook/zstd/issues T: git https://github.com/terrelln/linux.git
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@canb.auug.org.au/ [2] https://github.com/facebook/zstd/issues/4262#issuecomment-2691527952 CC: Nick Terrell <terrelln@fb.com> Signed-off-by: David Sterba <dsterba@suse.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)