diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-07-09 11:09:34 +0530 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-07-12 12:22:52 -0400 |
| commit | bd3c41425456f6df01cfbc5066c52f427a384b63 (patch) | |
| tree | 89b0d892dfa8cb93c48f106b6705620aac6961a6 /tools/perf/scripts/python | |
| parent | 8e436326958f633242f2394d4f7c820eb9320280 (diff) | |
drm/amdkfd: Fix stack size in 'amdgpu_amdkfd_unmap_hiq'
Dynamically allocate large local variable instead of putting it onto the
stack to avoid exceeding the stack size:
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function ‘amdgpu_amdkfd_unmap_hiq’:
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:868:1: warning: the frame size of 1280 bytes is larger than 1024 bytes [-Wframe-larger-than=]
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]
Suggested-by: Guchun Chen <[email protected]>
Cc: Felix Kuehling <[email protected]>
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Acked-by: Guchun Chen <[email protected]>
Reviewed-by: Mukul Joshi <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions