diff options
author | Laura Abbott <labbott@redhat.com> | 2018-04-11 03:02:16 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2018-04-16 17:35:54 +0200 |
commit | 72ef08bf651a9fab3b315b8e6d57d19926c77e4d (patch) | |
tree | 75e60525b2ec379b3a867967dc373a2047f3bf43 /LICENSES | |
parent | Linux 4.17-rc1 (diff) | |
download | linux-72ef08bf651a9fab3b315b8e6d57d19926c77e4d.tar.xz linux-72ef08bf651a9fab3b315b8e6d57d19926c77e4d.zip |
dmaengine: dmatest: Remove use of VLAs
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.
Signed-off-by: Laura Abbott <labbott@redhat.com>
Reviewed-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions