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
amcc
caam
nx
ux500
Kconfig -rw-r--r-- 11.3 KB
Makefile -rw-r--r-- 1.1 KB
atmel-aes-regs.h -rw-r--r-- 2.0 KB
atmel-aes.c -rw-r--r-- 33.5 KB
atmel-sha-regs.h -rw-r--r-- 1.4 KB
atmel-sha.c -rw-r--r-- 35.8 KB
atmel-tdes-regs.h -rw-r--r-- 2.6 KB
atmel-tdes.c -rw-r--r-- 36.7 KB
bfin_crc.c -rw-r--r-- 19.1 KB
dcp.c -rw-r--r-- 22.1 KB
geode-aes.c -rw-r--r-- 13.6 KB
geode-aes.h -rw-r--r-- 1.6 KB
hifn_795x.c -rw-r--r-- 76.7 KB
ixp4xx_crypto.c -rw-r--r-- 36.8 KB
mv_cesa.c -rw-r--r-- 29.0 KB
mv_cesa.h -rw-r--r-- 3.8 KB
n2_asm.S -rw-r--r-- 1.7 KB
n2_core.c -rw-r--r-- 52.4 KB
n2_core.h -rw-r--r-- 6.1 KB
omap-aes.c -rw-r--r-- 29.2 KB
omap-sham.c -rw-r--r-- 44.6 KB
padlock-aes.c -rw-r--r-- 15.0 KB
padlock-sha.c -rw-r--r-- 15.9 KB
picoxcell_crypto.c -rw-r--r-- 53.0 KB
picoxcell_crypto_regs.h -rw-r--r-- 5.1 KB
s5p-sss.c -rw-r--r-- 17.6 KB
sahara.c -rw-r--r-- 27.8 KB
talitos.c -rw-r--r-- 78.6 KB
talitos.h -rw-r--r-- 13.5 KB
tegra-aes.c -rw-r--r-- 27.3 KB
tegra-aes.h -rw-r--r-- 4.2 KB

back to top