From: Linus Torvalds Date: Wed, 26 Jul 2017 03:10:10 +0000 (-0700) Subject: Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi X-Git-Tag: v4.13-rc3~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd2b2c57ec2020ae1b5e24717a876c71e31e5ab8;p=platform%2Fkernel%2Flinux-exynos.git Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi Pull SCSI fixes from James Bottomley: "Three small fixes. The transfer size fixes are actually correcting some performance drops on the hpsa and smartpqi cards. The cards actually have an internal cache for request speed up but bypass it for transfers > 1MB. Since 4.3 the efficiency of our merges has rendered the cache mostly unused, so limit transfers to under 1MB to recover the cache boost" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: sg: fix static checker warning in sg_is_valid_dxfer scsi: smartpqi: limit transfer length to 1MB scsi: hpsa: limit transfer length to 1MB --- fd2b2c57ec2020ae1b5e24717a876c71e31e5ab8