aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2023-10-25 11:58:18 +0000
committerThierry Reding <[email protected]>2023-11-10 08:20:55 +0000
commitd27abbfd4888d79dd24baf50e774631046ac4732 (patch)
tree1012539ec2191af5cd2781c492e2015f371b2728 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parentpwm: samsung: Fix a bit test in pwm_samsung_resume() (diff)
downloadkernel-d27abbfd4888d79dd24baf50e774631046ac4732.tar.gz
kernel-d27abbfd4888d79dd24baf50e774631046ac4732.zip
pwm: Fix double shift bug
These enums are passed to set/test_bit(). The set/test_bit() functions take a bit number instead of a shifted value. Passing a shifted value is a double shift bug like doing BIT(BIT(1)). The double shift bug doesn't cause a problem here because we are only checking 0 and 1 but if the value was 5 or above then it can lead to a buffer overflow. Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Uwe Kleine-König <[email protected]> Reviewed-by: Sam Protsenko <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions