From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Subject: Re: [PATCH v3] async_pq: Remove VLA usage Date: Mon, 18 Jun 2018 20:17:57 +0530 Message-ID: <20180618144757.GH25852@vkoul-mobl> References: <20180601202016.169085-1-ksspiers@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Kyle Spiers , David Miller , Kees Cook , ray.jui@broadcom.com, linux-crypto , Linux Kernel Mailing List , linux-raid To: Dan Williams Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On 01-06-18, 13:54, Dan Williams wrote: > On Fri, Jun 1, 2018 at 1:20 PM, Kyle Spiers 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 > > Reviewed-by: Kees Cook > > Reviewed-by: Dan Williams > > Vinod, will you have a chance to pick this and carry through dmaengine.git? Applied now, thanks -- ~Vinod