diff options
author | Elena Reshetova <elena.reshetova@intel.com> | 2017-03-09 13:46:58 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-03-15 18:44:39 -0400 |
commit | 6dc618cdd6b896791313926becb1f86ede0e046a (patch) | |
tree | e4b0637932e6f5ce980720b12fc253e6bfcf2b74 /drivers/bcma | |
parent | 22c70d1a9c639b432ffdf083bea44752ad9fc8f3 (diff) | |
download | linux-6dc618cdd6b896791313926becb1f86ede0e046a.tar.bz2 |
scsi: libiscsi: qedi: convert iscsi_task.refcount 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 <elena.reshetova@intel.com>
Signed-off-by: Hans Liljestrand <ishkamiel@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David Windsor <dwindsor@gmail.com>
Acked-by: Chris Leech <cleech@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/bcma')
0 files changed, 0 insertions, 0 deletions