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
Adapter.h -rw-r--r-- 12.5 KB
Bcmchar.c -rw-r--r-- 62.5 KB
Bcmnet.c -rw-r--r-- 6.2 KB
CmHost.c -rw-r--r-- 97.7 KB
CmHost.h -rw-r--r-- 1.9 KB
DDRInit.c -rw-r--r-- 50.1 KB
DDRInit.h -rw-r--r-- 166 bytes
Debug.h -rw-r--r-- 7.0 KB
HandleControlPacket.c -rw-r--r-- 6.8 KB
HostMIBSInterface.h -rw-r--r-- 5.6 KB
IPv6Protocol.c -rw-r--r-- 13.4 KB
IPv6ProtocolHdr.h -rw-r--r-- 2.3 KB
InterfaceAdapter.h -rw-r--r-- 1.8 KB
InterfaceDld.c -rw-r--r-- 10.0 KB
InterfaceIdleMode.c -rw-r--r-- 9.5 KB
InterfaceIdleMode.h -rw-r--r-- 432 bytes
InterfaceInit.c -rw-r--r-- 23.4 KB
InterfaceInit.h -rw-r--r-- 738 bytes
InterfaceIsr.c -rw-r--r-- 5.7 KB
InterfaceIsr.h -rw-r--r-- 333 bytes
InterfaceMacros.h -rw-r--r-- 329 bytes
InterfaceMisc.c -rw-r--r-- 6.7 KB
InterfaceMisc.h -rw-r--r-- 901 bytes
InterfaceRx.c -rw-r--r-- 8.2 KB
InterfaceRx.h -rw-r--r-- 118 bytes
InterfaceTx.c -rw-r--r-- 6.4 KB
InterfaceTx.h -rw-r--r-- 120 bytes
Ioctl.h -rw-r--r-- 7.8 KB
Kconfig -rw-r--r-- 232 bytes
LeakyBucket.c -rw-r--r-- 11.2 KB
Macros.h -rw-r--r-- 9.4 KB
Makefile -rw-r--r-- 409 bytes
Misc.c -rw-r--r-- 62.4 KB
PHSDefines.h -rw-r--r-- 2.2 KB
PHSModule.c -rw-r--r-- 48.9 KB
PHSModule.h -rw-r--r-- 1.4 KB
Protocol.h -rw-r--r-- 2.9 KB
Prototypes.h -rw-r--r-- 7.4 KB
Qos.c -rw-r--r-- 30.8 KB
Queue.h -rw-r--r-- 918 bytes
TODO -rw-r--r-- 658 bytes
Transmit.c -rw-r--r-- 7.4 KB
Typedefs.h -rw-r--r-- 967 bytes
Version.h -rw-r--r-- 509 bytes
cntrl_SignalingInterface.h -rw-r--r-- 11.9 KB
headers.h -rw-r--r-- 1.9 KB
hostmibs.c -rw-r--r-- 5.9 KB
led_control.c -rw-r--r-- 26.2 KB
led_control.h -rw-r--r-- 2.9 KB
nvm.c -rw-r--r-- 161.1 KB
nvm.h -rw-r--r-- 9.4 KB
sort.c -rw-r--r-- 1.2 KB
target_params.h -rw-r--r-- 1.8 KB
vendorspecificextn.c -rw-r--r-- 3.3 KB
vendorspecificextn.h -rw-r--r-- 823 bytes

back to top