[PATCH] MAINTAINERS: add myself to co-maintain ZSTD

David Sterba posted 1 patch 11 months, 1 week ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add myself to co-maintain ZSTD
Posted by David Sterba 11 months, 1 week ago
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(+)

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
Re: [PATCH] MAINTAINERS: add myself to co-maintain ZSTD
Posted by Herbert Xu 10 months, 4 weeks ago
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>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Re: [PATCH] MAINTAINERS: add myself to co-maintain ZSTD
Posted by Nick Terrell 11 months, 1 week ago

> 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
>