Re: [PATCH v3] async_pq: Remove VLA usage

From: Dan Williams
Date: Fri Jun 01 2018 - 16:54:56 EST


On Fri, Jun 1, 2018 at 1:20 PM, Kyle Spiers <ksspiers@xxxxxxxxxx> wrote:
> In the quest to remove VLAs from the kernel[1], this adjusts the
> allocation of coefs and blocks to use the existing maximum values
> (with one new define, MAX_DISKS for coefs, and a reuse of the
> existing NDISKS for blocks).
>
> [1] https://lkml.org/lkml/2018/3/7/621
>
> Signed-off-by: Kyle Spiers <ksspiers@xxxxxxxxxx>
> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>

Vinod, will you have a chance to pick this and carry through dmaengine.git?