diff options
author | Shahar S Matityahu <[email protected]> | 2019-08-04 14:06:45 +0300 |
---|---|---|
committer | Luca Coelho <[email protected]> | 2019-10-25 10:10:19 +0300 |
commit | 6abe1e2e39048ce26cbad276841b9b1b2a7e627a (patch) | |
tree | 613c61fb13027a07bbbdcc44e99d09a3d64db152 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 3b445ed9b72a8d1614a78aa31245f8c5eb9e595d (diff) |
iwlwifi: dbg_ini: use vzalloc to allocate dumping memory regions
During dump flow, the driver allocates spaces to store the memory
regions that will be included in the dump. These regions can be very
large so in order to avoid allocation failure, use vzalloc instead.
The kmalloc uses GFP_KERNEL and the driver does not make any use of the
fact that the memory is contiguous so the same functionality is
maintained.
Signed-off-by: Shahar S Matityahu <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions