Re: [PATCH] scsi: qedi: off by one in qedi_get_cmd_from_tid()

2017-08-28 Thread Martin K. Petersen
Dan, > The > here should be >= or we end up reading one element beyond the > end of the qedi->itt_map[] array. The qedi->itt_map[] array is > allocated in qedi_alloc_itt(). Applied to 4.13/scsi-fixes. Thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: qedi: off by one in qedi_get_cmd_from_tid()

2017-08-27 Thread Rangankar, Manish
On 25/08/17 4:06 PM, "Dan Carpenter" wrote: >The > here should be >= or we end up reading one element beyond the end >of the qedi->itt_map[] array. The qedi->itt_map[] array is allocated in >qedi_alloc_itt(). > >Fixes: ace7f46ba5fd ("scsi: qedi: Add QLogic FastLinQ offload iSCSI >driver framew

[PATCH] scsi: qedi: off by one in qedi_get_cmd_from_tid()

2017-08-25 Thread Dan Carpenter
The > here should be >= or we end up reading one element beyond the end of the qedi->itt_map[] array. The qedi->itt_map[] array is allocated in qedi_alloc_itt(). Fixes: ace7f46ba5fd ("scsi: qedi: Add QLogic FastLinQ offload iSCSI driver framework.") Signed-off-by: Dan Carpenter diff --git a/dr