Revision fdbd55fdde3155a53ee90a60cdc0a4c7ac4f236b authored by Linus Torvalds on 19 July 2015, 21:18:00 UTC, committed by Linus Torvalds on 19 July 2015, 21:18:00 UTC
Pull SCSI fixes from James Bottomley:
 "Two fairly simple fixes: one is a change that causes us to have a very
  low queue depth leading to performance issues and the other is a null
  deref occasionally in tapes thanks to use after put"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: fix host max depth checking for the 'queue_depth' sysfs interface
  st: null pointer dereference panic caused by use after kref_put by st_open
2 parent s 8bff839 + 1278dd6
History
File Mode Size
Kconfig -rw-r--r-- 788 bytes
Makefile -rw-r--r-- 305 bytes
client.c -rw-r--r-- 51.8 KB
error.c -rw-r--r-- 7.4 KB
mod.c -rw-r--r-- 4.3 KB
protocol.c -rw-r--r-- 13.5 KB
protocol.h -rw-r--r-- 1.3 KB
trans_common.c -rw-r--r-- 797 bytes
trans_common.h -rw-r--r-- 546 bytes
trans_fd.c -rw-r--r-- 24.6 KB
trans_rdma.c -rw-r--r-- 19.7 KB
trans_virtio.c -rw-r--r-- 19.4 KB
util.c -rw-r--r-- 3.2 KB

back to top