From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752005AbeFEQbf (ORCPT ); Tue, 5 Jun 2018 12:31:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:45948 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751539AbeFEQbd (ORCPT ); Tue, 5 Jun 2018 12:31:33 -0400 Date: Tue, 5 Jun 2018 22:01:30 +0530 From: Vinod To: Dan Williams Cc: Kyle Spiers , David Miller , Kees Cook , ray.jui@broadcom.com, linux-crypto , Linux Kernel Mailing List , linux-raid Subject: Re: [PATCH v3] async_pq: Remove VLA usage Message-ID: <20180605163130.GY16230@vkoul-mobl> References: <20180601202016.169085-1-ksspiers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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? Sure will do, but after merge window. Thanks -- ~Vinod