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-- 682 bytes
Makefile -rw-r--r-- 197 bytes
cfg.c -rw-r--r-- 5.3 KB
cfg.h -rw-r--r-- 163 bytes
driver-ops.h -rw-r--r-- 5.8 KB
ieee802154_i.h -rw-r--r-- 5.2 KB
iface.c -rw-r--r-- 16.1 KB
llsec.c -rw-r--r-- 24.6 KB
llsec.h -rw-r--r-- 3.2 KB
mac_cmd.c -rw-r--r-- 4.2 KB
main.c -rw-r--r-- 6.1 KB
mib.c -rw-r--r-- 5.5 KB
rx.c -rw-r--r-- 7.2 KB
trace.c -rw-r--r-- 153 bytes
trace.h -rw-r--r-- 6.4 KB
tx.c -rw-r--r-- 3.5 KB
util.c -rw-r--r-- 2.5 KB

back to top