aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
diff options
context:
space:
mode:
authorMichael Kelley <[email protected]>2018-11-01 00:35:05 +0000
committerThomas Gleixner <[email protected]>2018-11-01 09:00:38 +0000
commit57f01796f14fecf00d330fe39c8d2477ced9cd79 (patch)
tree720d25c0f621a6422bd4be5af0a2c51d99b8091e /drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
parentMerge tag 'tag-chrome-platform-for-v4.20' of git://git.kernel.org/pub/scm/lin... (diff)
downloadkernel-57f01796f14fecf00d330fe39c8d2477ced9cd79.tar.gz
kernel-57f01796f14fecf00d330fe39c8d2477ced9cd79.zip
irq/matrix: Fix memory overallocation
IRQ_MATRIX_SIZE is the number of longs needed for a bitmap, multiplied by the size of a long, yielding a byte count. But it is used to size an array of longs, which is way more memory than is needed. Change IRQ_MATRIX_SIZE so it is just the number of longs needed and the arrays come out the correct size. Fixes: 2f75d9e1c905 ("genirq: Implement bitmap matrix allocator") Signed-off-by: Michael Kelley <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: KY Srinivasan <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c')
0 files changed, 0 insertions, 0 deletions