All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Nick Terrell <terrelln@fb.com>
Cc: nickrterrell@gmail.com, torvalds@linux-foundation.org,
	sfr@canb.auug.org.au, linux-crypto@vger.kernel.org,
	linux-btrfs@vger.kernel.org,
	squashfs-devel@lists.sourceforge.net,
	linux-f2fs-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, Kernel-team@fb.com, clm@fb.com,
	oss@malat.biz, cyan@fb.com, hch@infradead.org,
	mirq-linux@rere.qmqm.pl, dsterba@suse.cz,
	oleksandr@natalenko.name, felixh@fb.com, ebiggers@kernel.org,
	rdunlap@infradead.org, paul@pauljones.id.au, tseewald@gmail.com,
	sedat.dilek@gmail.com, jd.girard@sysnux.pf
Subject: Re: [GIT PULL] zstd changes for v5.16
Date: Sat, 13 Nov 2021 13:41:40 +0800	[thread overview]
Message-ID: <20211113054140.GA20916@gondor.apana.org.au> (raw)
In-Reply-To: <7A1FF8B7-CB5B-415A-9203-1A0DAA1FDD9B@fb.com>

Nick Terrell <terrelln@fb.com> wrote:
>
> 2. Reaching out to Herbert Xu—because the first zstd version went through the
>    crypto tree—and other relevant maintainers who have been
>    involved, and trying to get a word of support for adding me as the maintainer
>    of lib/zstd in this thread.

Actually I don't think I ever merged lib/zstd.  I did take
crypto/zstd though which is the Crypto API wrapper around the
lib/zstd code.

Since the current contention is with lib/zstd I think it probably
makes sense for Linus to take it directly.

I think you should certainly be the maintainer of lib/zstd since
it was added by you and mostly used by you too :)

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

WARNING: multiple messages have this Message-ID (diff)
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Nick Terrell <terrelln@fb.com>
Cc: oleksandr@natalenko.name, linux-kernel@vger.kernel.org,
	tseewald@gmail.com, clm@fb.com, jd.girard@sysnux.pf,
	sfr@canb.auug.org.au, paul@pauljones.id.au,
	nickrterrell@gmail.com, cyan@fb.com, hch@infradead.org,
	Kernel-team@fb.com, ebiggers@kernel.org,
	squashfs-devel@lists.sourceforge.net, mirq-linux@rere.qmqm.pl,
	sedat.dilek@gmail.com, rdunlap@infradead.org, dsterba@suse.cz,
	linux-f2fs-devel@lists.sourceforge.net, oss@malat.biz,
	linux-crypto@vger.kernel.org, felixh@fb.com,
	torvalds@linux-foundation.org, linux-btrfs@vger.kernel.org
Subject: Re: [f2fs-dev] [GIT PULL] zstd changes for v5.16
Date: Sat, 13 Nov 2021 13:41:40 +0800	[thread overview]
Message-ID: <20211113054140.GA20916@gondor.apana.org.au> (raw)
In-Reply-To: <7A1FF8B7-CB5B-415A-9203-1A0DAA1FDD9B@fb.com>

Nick Terrell <terrelln@fb.com> wrote:
>
> 2. Reaching out to Herbert Xu—because the first zstd version went through the
>    crypto tree—and other relevant maintainers who have been
>    involved, and trying to get a word of support for adding me as the maintainer
>    of lib/zstd in this thread.

Actually I don't think I ever merged lib/zstd.  I did take
crypto/zstd though which is the Crypto API wrapper around the
lib/zstd code.

Since the current contention is with lib/zstd I think it probably
makes sense for Linus to take it directly.

I think you should certainly be the maintainer of lib/zstd since
it was added by you and mostly used by you too :)

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


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

  reply	other threads:[~2021-11-13  5:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-09  1:30 [f2fs-dev] [GIT PULL] zstd changes for v5.16 Nick Terrell
2021-11-09  1:30 ` Nick Terrell
2021-11-10 18:46 ` [f2fs-dev] " Nick Terrell via Linux-f2fs-devel
2021-11-10 18:46   ` Nick Terrell
2021-11-11 22:59   ` Linus Torvalds
2021-11-11 22:59     ` [f2fs-dev] " Linus Torvalds
2021-11-12  0:08     ` Nick Terrell via Linux-f2fs-devel
2021-11-12  0:08       ` Nick Terrell
2021-11-11 20:11 ` [f2fs-dev] " Nick Terrell via Linux-f2fs-devel
2021-11-11 20:11   ` Nick Terrell
2021-11-13  5:41   ` Herbert Xu [this message]
2021-11-13  5:41     ` [f2fs-dev] " Herbert Xu
2021-11-13 21:07 ` Sedat Dilek
2021-11-13 21:07   ` [f2fs-dev] " Sedat Dilek
2021-11-14 19:11   ` Geert Uytterhoeven
2021-11-14 19:11     ` [f2fs-dev] " Geert Uytterhoeven
2021-11-14 20:33     ` Nick Terrell
2021-11-14 20:33       ` [f2fs-dev] " Nick Terrell
2021-11-14  0:43 ` pr-tracker-bot
2021-11-14  0:43   ` [f2fs-dev] " pr-tracker-bot
2022-02-20  9:45 ` Sedat Dilek
2022-02-20  9:45   ` [f2fs-dev] " Sedat Dilek
2022-03-01 19:09   ` Nick Terrell
2022-03-01 19:09     ` [f2fs-dev] " Nick Terrell via Linux-f2fs-devel
2022-03-02 22:31     ` Sedat Dilek
2022-03-02 22:31       ` [f2fs-dev] " Sedat Dilek
2022-04-03 11:13       ` Sedat Dilek
2022-04-03 11:13         ` [f2fs-dev] " Sedat Dilek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211113054140.GA20916@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=Kernel-team@fb.com \
    --cc=clm@fb.com \
    --cc=cyan@fb.com \
    --cc=dsterba@suse.cz \
    --cc=ebiggers@kernel.org \
    --cc=felixh@fb.com \
    --cc=hch@infradead.org \
    --cc=jd.girard@sysnux.pf \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mirq-linux@rere.qmqm.pl \
    --cc=nickrterrell@gmail.com \
    --cc=oleksandr@natalenko.name \
    --cc=oss@malat.biz \
    --cc=paul@pauljones.id.au \
    --cc=rdunlap@infradead.org \
    --cc=sedat.dilek@gmail.com \
    --cc=sfr@canb.auug.org.au \
    --cc=squashfs-devel@lists.sourceforge.net \
    --cc=terrelln@fb.com \
    --cc=torvalds@linux-foundation.org \
    --cc=tseewald@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.