aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorElena Reshetova <[email protected]>2017-03-06 16:21:16 +0200
committerBoris Ostrovsky <[email protected]>2017-03-13 12:45:18 -0400
commitc5f7c5a9a0f84c511a8a336491f9b8a3060b6517 (patch)
tree8c96894513de6ecef4ca4cd333e1a5840ca94fb7 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parent4495c08e84729385774601b5146d51d9e5849f81 (diff)
drivers, xen: convert grant_map.users from atomic_t to refcount_t
refcount_t type and corresponding API should be used instead of atomic_t when the variable is used as a reference counter. This allows to avoid accidental refcounter overflows that might lead to use-after-free situations. Signed-off-by: Elena Reshetova <[email protected]> Signed-off-by: Hans Liljestrand <[email protected]> Signed-off-by: Kees Cook <[email protected]> Signed-off-by: David Windsor <[email protected]> Signed-off-by: Boris Ostrovsky <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions