alistair23-linux/drivers/scsi/aacraid
Dan Carpenter b9eb3b14f1 scsi: aacraid: fix a signedness bug
The problem is that ->reset_state is a u8 but it can be set to -1 or -2 in
aac_tmf_callback() and the error handling in aac_eh_target_reset() relies
on it to be signed.

[mkp: fixed typo]

Fixes: 0d643ff3c3 ("scsi: aacraid: use aac_tmf_callback for reset fib")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-08-27 13:17:00 -04:00
..
aachba.c SCSI misc on 20180815 2018-08-15 22:06:26 -07:00
aacraid.h scsi: aacraid: fix a signedness bug 2018-08-27 13:17:00 -04:00
commctrl.c scsi: aacraid: remove bogus GFP_DMA32 specifies 2018-06-05 21:15:08 -04:00
comminit.c scsi: aacraid: Move code to wait for IO completion to shutdown func 2018-01-03 23:26:42 -05:00
commsup.c scsi: aacraid: Spelling fix in comment 2018-08-08 21:32:43 -04:00
dpcsup.c scsi: aacraid: Spelling fix in comment 2018-08-08 21:32:43 -04:00
linit.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
Makefile
nark.c scsi: aacraid: Update copyrights 2017-02-03 10:35:04 -05:00
rkt.c scsi: aacraid: Update copyrights 2017-02-03 10:35:04 -05:00
rx.c scsi: aacraid: stop using deprated get_seconds() 2018-06-26 11:57:01 -04:00
sa.c scsi: aacraid: stop using deprated get_seconds() 2018-06-26 11:57:01 -04:00
src.c scsi: aacraid: stop using deprated get_seconds() 2018-06-26 11:57:01 -04:00
TODO