summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2009-05-24New upstream release 15.7a, fixing CVE-2009-014815.7a-1Tobias Klauser1-2/+12
2006-11-13Initial import15.6-2Tobias Klauser1-0/+600
h@lst.de>2017-01-13 12:29:11 +0100 committerJens Axboe <axboe@fb.com>2017-01-13 15:17:04 -0700 commitfd102b125e174edbea34e6e7a2d371bc7901c53d (patch) tree724ba8803cc9ac269baff0fe5ff30d1d2fb39932 parent2e3258ecfaebace1ceffaa14e0ea94775d54f46f (diff)
scsi: use blk_rq_payload_bytes
Without that we'll pass a wrong payload size in cmd->sdb, which can lead to hangs with drivers that need the total transfer size. Signed-off-by: Christoph Hellwig <hch@lst.de> Reported-by: Chris Valean <v-chvale@microsoft.com> Reported-by: Dexuan Cui <decui@microsoft.com> Fixes: f9d03f96 ("block: improve handling of the magic discard payload") Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat