linux/drivers/scsi/qedi
Elena Reshetova 6dc618cdd6 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>
2017-03-15 18:44:39 -04:00
..
Kconfig
Makefile
qedi.h
qedi_dbg.c scsi: qedi: return via va_end to match corresponding va_start 2017-01-05 00:31:13 -05:00
qedi_dbg.h
qedi_debugfs.c
qedi_fw.c scsi: qedi: Fix memory leak in tmf response processing. 2017-02-27 22:21:26 -05:00
qedi_gbl.h
qedi_hsi.h
qedi_iscsi.c scsi: libiscsi: qedi: convert iscsi_task.refcount from atomic_t to refcount_t 2017-03-15 18:44:39 -04:00
qedi_iscsi.h
qedi_main.c scsi: qedi: Convert to hotplug state machine 2016-12-25 10:47:18 +01:00
qedi_sysfs.c
qedi_version.h