summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2017-07-11 22:53:29 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-07-14 18:06:40 +0300
commit1d11ee89862ae7c1932e8b742fbb8340598f8874 (patch)
tree8eeefcdb8e4241e50315b892be5e472fffde1d9f /tools/perf/scripts
parent6d949d247379ec92e1a0642fc7a227284488360e (diff)
downloadlinux-1d11ee89862ae7c1932e8b742fbb8340598f8874.tar.xz
drm/amdgpu: Off by one sanity checks
This is just future proofing code, not something that can be triggered in real life. We're testing to make sure we don't shift wrap when we do "1ull << i" so "i" has to be in the 0-63 range. If it's 64 then we have gone too far. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions