Re: [PATCH 05/14] ib_srp: Avoid that late SRP replies cause trouble

2011-12-15 Thread David Dillow
On Thu, 2011-12-01 at 20:00 +0100, Bart Van Assche wrote: If a user misconfigures the block layer timeout such that it is below the InfiniBand RC timeout it can happen that an SRP reply arrives after the SCSI error handler has already killed the associated SCSI command. Avoid that late replies

[PATCH 05/14] ib_srp: Avoid that late SRP replies cause trouble

2011-12-01 Thread Bart Van Assche
If a user misconfigures the block layer timeout such that it is below the InfiniBand RC timeout it can happen that an SRP reply arrives after the SCSI error handler has already killed the associated SCSI command. Avoid that late replies cause a kernel crash. Signed-off-by: Bart Van Assche