Re: [PATCH 19/24] libfc: Check xid when looking up REC exchanges

2016-10-14 Thread Bart Van Assche
On 10/13/2016 06:10 AM, Hannes Reinecke wrote: We currently can only lookup the local xid, so we need to reject REC with empty rxid. Reviewed-by: Bart Van Assche -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More

[PATCH 19/24] libfc: Check xid when looking up REC exchanges

2016-10-13 Thread Hannes Reinecke
We currently can only lookup the local xid, so we need to reject REC with empty rxid. Signed-off-by: Hannes Reinecke --- drivers/scsi/libfc/fc_exch.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c