Re: [f2fs-dev] [PATCH v7 0/3] Update to zstd-1.4.6

From: Eric Biggers
Date: Tue Dec 15 2020 - 19:06:31 EST


On Tue, Dec 15, 2020 at 08:58:52PM +0000, Nick Terrell via Linux-f2fs-devel wrote:
>
>
> > On Dec 3, 2020, at 12:51 PM, Nick Terrell <nickrterrell@xxxxxxxxx> wrote:
> >
> > From: Nick Terrell <terrelln@xxxxxx>
> >
> > Please pull from
> >
> > git@xxxxxxxxxx:terrelln/linux.git tags/v7-zstd-1.4.6
> >
> > to get these changes. Alternatively the patchset is included.
>
> Is it possible to get this patchset merged in the 5.11 merge window? It applies
> cleanly to the latest master. Please let me know if there is anything that I can do
> to drive this patchset towards merge.
>
> Thanks,
> Nick

Well, it's too late for 5.11 for patches that weren't already in linux-next, so
you'll have to aim for 5.12.

It looks like you're asking Herbert to pull this into the crypto tree? If he's
interested in doing that, that could work. However lib/zstd/ isn't that
strongly "crypto-related", and it doesn't actually have a maintainer listed in
MAINTAINERS. Perhaps another path forwards is for you to volunteer to maintain
lib/zstd/ and send pull requests for it directly to Linus?

- Eric