aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2015-11-20 17:26:07 +0000
committerOhad Ben-Cohen <[email protected]>2015-11-26 08:07:53 +0000
commit92792e48e2ae6051af30468a87994b5432da2f06 (patch)
tree3e35802656103fb2b4671e660c8dbdadf62066cd /drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
parentLinux 4.4-rc2 (diff)
downloadkernel-92792e48e2ae6051af30468a87994b5432da2f06.tar.gz
kernel-92792e48e2ae6051af30468a87994b5432da2f06.zip
remoteproc: avoid stack overflow in debugfs file
Recent gcc versions warn about reading from a negative offset of an on-stack array: drivers/remoteproc/remoteproc_debugfs.c: In function 'rproc_recovery_write': drivers/remoteproc/remoteproc_debugfs.c:167:9: warning: 'buf[4294967295u]' may be used uninitialized in this function [-Wmaybe-uninitialized] I don't see anything in sys_write() that prevents us from being called with a zero 'count' argument, so we should add an extra check in rproc_recovery_write() to prevent the access and avoid the warning. Signed-off-by: Arnd Bergmann <[email protected]> Fixes: 2e37abb89a2e ("remoteproc: create a 'recovery' debugfs entry") Signed-off-by: Ohad Ben-Cohen <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
0 files changed, 0 insertions, 0 deletions