]> git.karo-electronics.de Git - linux-beck.git/commit
scsi: fix random memory corruption with scsi-mq + T10 PI
authorTony Battersby <tonyb@cybernetics.com>
Mon, 8 Dec 2014 22:20:52 +0000 (17:20 -0500)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Dec 2014 09:31:33 +0000 (10:31 +0100)
commit120bb3e1e36da9c1ae6b978c825a28b944a5d7c5
tree06eee79a3f6fea5ac824ff645c62f7af81e1450f
parent67e2c3883828b39548cee2091b36656787775d95
scsi: fix random memory corruption with scsi-mq + T10 PI

This fixes random memory corruption triggered when all three of the
following are true:

* scsi-mq enabled
* T10 Protection Information (DIF) enabled
* SCSI host with sg_tablesize > SCSI_MAX_SG_SEGMENTS (128)

The symptoms of this bug are unpredictable memory corruption, BUG()s,
oopses, lockups, etc., any of which may appear to be completely
unrelated to the root cause.

Cc: <stable@vger.kernel.org> # 3.17.x, 3.18.x
Signed-off-by: Tony Battersby <tonyb@cybernetics.com>
Reviewed-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/scsi_lib.c