aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2021-02-02 08:56:36 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-02-02 12:12:55 -0500
commitc915ef890d5dc79f483e1ca3b3a5b5f1a170690c (patch)
tree026abda0448ad3b1cf339c1587c00f83c20c4e39 /drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
parent4b1d6831b379b341971b694808ad7065a22cd90a (diff)
downloadlinux-c915ef890d5dc79f483e1ca3b3a5b5f1a170690c.tar.gz
linux-c915ef890d5dc79f483e1ca3b3a5b5f1a170690c.tar.bz2
linux-c915ef890d5dc79f483e1ca3b3a5b5f1a170690c.zip
drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()
If the user passes a "level" value which is higher than 31 then that leads to shift wrapping. The undefined behavior will lead to a syzkaller stack dump. Fixes: 5632708f4452 ("drm/amd/powerplay: add dpm force multiple levels on cz/tonga/fiji/polaris (v2)") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c')
0 files changed, 0 insertions, 0 deletions