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
rtl8192e
Kconfig -rw-r--r-- 964 bytes
Makefile -rw-r--r-- 472 bytes
TODO -rw-r--r-- 77 bytes
dot11d.c -rw-r--r-- 6.3 KB
dot11d.h -rw-r--r-- 3.2 KB
license -rw-r--r-- 18.0 KB
rtl819x_BA.h -rw-r--r-- 1.8 KB
rtl819x_BAProc.c -rw-r--r-- 16.2 KB
rtl819x_HT.h -rw-r--r-- 8.9 KB
rtl819x_HTProc.c -rw-r--r-- 31.0 KB
rtl819x_Qos.h -rw-r--r-- 9.6 KB
rtl819x_TS.h -rw-r--r-- 1.9 KB
rtl819x_TSProc.c -rw-r--r-- 15.1 KB
rtllib.h -rw-r--r-- 81.7 KB
rtllib_crypt.c -rw-r--r-- 5.7 KB
rtllib_crypt.h -rw-r--r-- 1.2 KB
rtllib_crypt_ccmp.c -rw-r--r-- 10.7 KB
rtllib_crypt_tkip.c -rw-r--r-- 19.8 KB
rtllib_crypt_wep.c -rw-r--r-- 6.9 KB
rtllib_debug.h -rw-r--r-- 2.5 KB
rtllib_endianfree.h -rw-r--r-- 4.7 KB
rtllib_module.c -rw-r--r-- 6.8 KB
rtllib_rx.c -rw-r--r-- 79.0 KB
rtllib_softmac.c -rw-r--r-- 97.9 KB
rtllib_softmac_wx.c -rw-r--r-- 14.7 KB
rtllib_tx.c -rw-r--r-- 26.6 KB
rtllib_wx.c -rw-r--r-- 23.6 KB

back to top