Re: [PATCH 3/4] zstd: move params structure to global variable to reduce stack usage

From: Andrew Morton
Date: Mon Jun 03 2019 - 17:51:21 EST


On Mon, 3 Jun 2019 14:32:05 +0530 Maninder Singh <maninder1.s@xxxxxxxxxxx> wrote:

>
> Subject: [PATCH 3/4] zstd: move params structure to global variable to reduce stack usage

If this affected lib/zstd/ I'd be alarmed. But it's a client of
lib/zstd that is choosing to have a single kernel-wide copy. I'll
rewrite this patch title to "crypto/zstd.c: ...".