diff options
| author | Elena Reshetova <[email protected]> | 2017-03-06 16:21:10 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-14 06:23:12 +0800 |
| commit | d3cfd5b9c8dc2bd6dff08acb074973a09ba30751 (patch) | |
| tree | cfbc383a11559a4f29dce204e30e72f532b1cb9c /tools/perf/scripts/python/bin | |
| parent | 6a386dd070f707ca40d96c8d20043733478ef49e (diff) | |
drivers: convert vme_user_vma_priv.refcnt 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: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions