diff options
author | Laura Abbott <labbott@redhat.com> | 2018-04-10 18:02:16 -0700 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2018-04-16 21:05:54 +0530 |
commit | 72ef08bf651a9fab3b315b8e6d57d19926c77e4d (patch) | |
tree | 75e60525b2ec379b3a867967dc373a2047f3bf43 /tools/perf/scripts/python/syscall-counts.py | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) |
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 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions