https://github.com/torvalds/linux
Revision 7e6cfb54b1ff4b64d74aa8cd191204c9598c073d authored by Boaz Harrosh on 29 September 2008, 07:38:55 UTC, committed by Jens Axboe on 29 September 2008, 07:41:56 UTC
Boaz writes:

"I've reviewed all patches since Matthew's, and I find one small
problem.

In the load_cmd() there is a compound loop where the first 4 sg's are
set then the rest are set into a memory structure in group of 7 sg's.

Well the second 7-group and on is a bug because sg pointer does not advance.
This is a fall out from Jens's patch."

The reporter, Meelis Roos <mroos@ut.ee>, verified that this patch
does indeed fix his problem with qlogicpti.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
1 parent 6ef190c
History
Tip revision: 7e6cfb54b1ff4b64d74aa8cd191204c9598c073d authored by Boaz Harrosh on 29 September 2008, 07:38:55 UTC
scsi: fix fall out of sg-chaining patch in qlogicpti
Tip revision: 7e6cfb5
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 99.5 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top