Re: [PATCHv2] dmaengine: dmatest: Remove use of VLAs

From: Vinod Koul
Date: Mon Apr 16 2018 - 11:32:11 EST


On Tue, Apr 10, 2018 at 06:02:16PM -0700, Laura Abbott wrote:
> There's an ongoing effort to remove VLAs from the kernel
> (https://lkml.org/lkml/2018/3/7/621) to eventually turn on -Wvla.
> The test already pre-allocates some buffers with kmalloc so turn
> the two VLAs in to pre-allocated kmalloc buffers.

Applied, thanks

--
~Vinod