Hi Linus,

Here are the remaining fixes for v3.15.  Please go ahead and pull from:

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

This series includes:

  - iser-target fix for ImmediateData exception reference count bug (Sagi + nab)
  - iscsi-target fix for MC/S login + potential iser-target MRDSL buffer
    overrun (Santosh + Roland)
  - iser-target fix for v3.15-rc multi network portal shutdown regression (nab)
  - target fix for allowing READ_CAPCITY during ALUA Standby access state
    (Chris + nab)
  - target fix for NULL pointer dereference of alua_access_state for
    un-configured devices (Chris + nab) 

Thank you,

--nab

Nicholas Bellinger (4):
  iser-target: Add missing target_put_sess_cmd for ImmedateData failure
  iser-target: Fix multi network portal shutdown regression
  target: Allow READ_CAPACITY opcode in ALUA Standby access state
  target: Fix alua_access_state attribute OOPs for un-configured
    devices

Roland Dreier (1):
  iscsi-target: Fix wrong buffer / buffer overrun in
    iscsi_change_param_value()

 drivers/infiniband/ulp/isert/ib_isert.c   |    2 +
 drivers/target/iscsi/iscsi_target.c       |    1 +
 drivers/target/iscsi/iscsi_target_login.c |   70 +++++++++++++----------------
 drivers/target/iscsi/iscsi_target_tpg.c   |    3 +-
 drivers/target/target_core_alua.c         |    9 ++++
 drivers/target/target_core_configfs.c     |    5 +++
 6 files changed, 50 insertions(+), 40 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to