[PATCH] dma: ste_dma40: Remove VLA usage
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-06-29 21:22:29
Also in:
dmaengine, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-06-29 21:22:29
Also in:
dmaengine, lkml
On Fri, Jun 29, 2018 at 8:51 PM, Kees Cook [off-list ref] wrote:
In the quest to remove all stack VLA usage from the kernel[1], this switches to using a pre-allocated scratch register space, set up with all other other allocations. [1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA at mail.gmail.com Cc: Linus Walleij <redacted> Cc: Dan Williams <redacted> Cc: Vinod Koul <vkoul@kernel.org> Cc: linux-arm-kernel at lists.infradead.org Cc: dmaengine at vger.kernel.org Signed-off-by: Kees Cook <redacted>
I looked too long at this one, in short: - Your change looks correct to me - It could be done better in many ways, all of which would involve cleaning up some of the existing code in the process - Nobody uses this driver in practice, as the hardware platform was a dead end Reviewed-by: Arnd Bergmann <arnd@arndb.de>