linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] target fixes for v3.7-rc4 (round 2)
@ 2012-11-02 22:06 Nicholas A. Bellinger
  0 siblings, 0 replies; only message in thread
From: Nicholas A. Bellinger @ 2012-11-02 22:06 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: target-devel, linux-scsi, LKML, Roland Dreier, Paolo Bonzini

Hello Linus,

This series is a second round of target fixes for v3.7-rc4 that have
come into target-devel over the last days, and are important enough to
be applied ASAP.  Please go ahead and pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master

All are being CC'ed to stable.  The most important two are:

- target: Re-add explict zeroing of INQUIRY bounce buffer memory to fix
a regression for handling zero-length payloads, a bug that went during
v3.7-rc1, and hit >= v3.6.3 stable. (nab + paolo)
- iscsi-target: Fix a long-standing missed R2T wakeup race in TX thread
processing when using a single queue slot. (Roland)

Thanks to Roland & PureStorage team for helping to track down this long
standing race with iscsi-target single queue slot operation.

Also, the tcm_fc(FCoE) regression bug that was observed recently with
-rc2 code has also been resolved with the cancel_delayed_work() return
bugfix (commit c0158ca) now in -rc3.  Thanks again to Yi Zou, MDR,
Robert Love @ Intel for helping to track this down.

Thank you,

--nab

Nicholas Bellinger (1):
  target: Re-add explict zeroing of INQUIRY bounce buffer memory

Roland Dreier (3):
  target: Don't return success from module_init() if setup fails
  target: Avoid integer overflow in se_dev_align_max_sectors()
  iscsi-target: Fix missed wakeup race in TX thread

Steve Hodgson (1):
  target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK
    path

 drivers/target/iscsi/iscsi_target.c       |    4 +++-
 drivers/target/iscsi/iscsi_target_core.h  |    1 +
 drivers/target/iscsi/iscsi_target_login.c |    1 +
 drivers/target/iscsi/iscsi_target_util.c  |   22 ++++++++++++++++++++--
 drivers/target/iscsi/iscsi_target_util.h  |    1 +
 drivers/target/target_core_configfs.c     |    3 ++-
 drivers/target/target_core_device.c       |   18 +++++++++---------
 drivers/target/target_core_spc.c          |    2 ++
 drivers/target/target_core_tmr.c          |    6 +++---
 9 files changed, 42 insertions(+), 16 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-02 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-02 22:06 [GIT PULL] target fixes for v3.7-rc4 (round 2) Nicholas A. Bellinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).