Revision 5befb98b30cce19bdf2221ea48c39f1fec5c4568 authored by Linus Torvalds on 24 August 2013, 18:33:21 UTC, committed by Linus Torvalds on 24 August 2013, 18:33:21 UTC
Pull SCSI fixes from James Bottomley:
 "This is a set of small bug fixes for lpfc and zfcp and a fix for a
  fairly nasty bug in sg where a process which cancels I/O completes in
  a kernel thread which would then try to write back to the now gone
  userspace and end up writing to a random kernel address instead"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  [SCSI] zfcp: remove access control tables interface (keep sysfs files)
  [SCSI] zfcp: fix schedule-inside-lock in scsi_device list loops
  [SCSI] zfcp: fix lock imbalance by reworking request queue locking
  [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal
  [SCSI] lpfc: Don't force CONFIG_GENERIC_CSUM on
2 parent s b0f55f2 + b5dc3c4
History
File Mode Size
6fire
caiaq
hiface
misc
usx2y
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 529 bytes
card.c -rw-r--r-- 20.4 KB
card.h -rw-r--r-- 6.1 KB
clock.c -rw-r--r-- 11.6 KB
clock.h -rw-r--r-- 339 bytes
debug.h -rw-r--r-- 262 bytes
endpoint.c -rw-r--r-- 29.3 KB
endpoint.h -rw-r--r-- 1.2 KB
format.c -rw-r--r-- 14.3 KB
format.h -rw-r--r-- 292 bytes
helper.c -rw-r--r-- 3.1 KB
helper.h -rw-r--r-- 1.1 KB
midi.c -rw-r--r-- 65.4 KB
midi.h -rw-r--r-- 1.5 KB
mixer.c -rw-r--r-- 65.2 KB
mixer.h -rw-r--r-- 2.0 KB
mixer_maps.c -rw-r--r-- 12.6 KB
mixer_quirks.c -rw-r--r-- 40.7 KB
mixer_quirks.h -rw-r--r-- 367 bytes
pcm.c -rw-r--r-- 43.9 KB
pcm.h -rw-r--r-- 379 bytes
power.h -rw-r--r-- 375 bytes
proc.c -rw-r--r-- 6.0 KB
proc.h -rw-r--r-- 211 bytes
quirks-table.h -rw-r--r-- 74.6 KB
quirks.c -rw-r--r-- 34.0 KB
quirks.h -rw-r--r-- 1.1 KB
stream.c -rw-r--r-- 20.0 KB
stream.h -rw-r--r-- 286 bytes
usbaudio.h -rw-r--r-- 3.0 KB

back to top