2016-04-02 22:22:16

by Nicholas A. Bellinger

[permalink] [raw]
Subject: [GIT PULL] target fixes for v4.6-rc2

Hello Linus,

Here are outstanding target-pending fixes for v4.6-rc2.

Please go ahead and pull from:

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

This includes fixes from HCH for -rc1 configfs default_groups conversion
changes that ended up breaking some iscsi-target default_groups, along
with Sagi's ib_drain_qp() conversion for iser-target to use the common
caller now available to RDMA kernel consumers in v4.6+ code.

Thank you,

--nab

Christoph Hellwig (3):
target: remove ->fabric_cleanup_nodeacl
target: initialize the nacl base CIT begfore init_nodeacl
target: add a new add_wwn_groups fabrics method

Sagi Grimberg (1):
iser-target: Use ib_drain_qp

drivers/infiniband/ulp/isert/ib_isert.c | 39 +++-------------------------
drivers/infiniband/ulp/isert/ib_isert.h | 2 --
drivers/target/iscsi/iscsi_target_configfs.c | 28 ++++++++------------
drivers/target/target_core_fabric_configfs.c | 24 +++++++++--------
include/target/target_core_fabric.h | 2 +-
5 files changed, 29 insertions(+), 66 deletions(-)