Hi Linus, We have four batched up patches for the current rc kernel. Two of them are small fixes that are obvious. One of them is larger than I would like for a late stage rc pull, but we found an issue in the namespace lookup code related to RoCE and this works around the issue for now (we allow a lookup with a namespace to succeed on RoCE since RoCE namespaces aren't implemented yet). This will go away in 4.4 when we put in support for namespaces in RoCE devices. The last one is large in terms of lines, but is all legal and no functional changes. Cisco needed to update their files to be more specific about their license. They had intended the files to be dual licensed as GPL/BSD all along, and specified that in their module license tag, but their file headers were not up to par. They contacted all of the contributors to get agreement and then submitted a patch to update the license headers in the files. Thanks! The following changes since commit 2866196f294954ce9fa226825c8c1eaa64c7da8a: IB/ipoib: increase the max mcast backlog queue (2015-09-25 22:30:24 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git tags/for-linus for you to fetch changes up to 0b5c9279e568d90903acedc2b9b832d8d78e8288: IB/ipoib: For sendonly join free the multicast group on leave (2015-10-13 16:4 3:59 -0400) ---------------------------------------------------------------- Changes for 4.3-rc5 - Work around connection namespace lookup bug related to RoCE - Change usnic license to Dual GPL/BSD (was intended to be that way all along, but wasn't clear, permission from contributors was chased down) - Fix an issue between NFSoRDMA and mlx5 that could cause an oops - Fix leak of sendonly multicast groups ---------------------------------------------------------------- Christoph Lameter (1): IB/ipoib: For sendonly join free the multicast group on leave Haggai Eran (1): IB/cma: Accept connection without a valid netdev on RoCE Jeff Squyres (1): usnic: add missing clauses to BSD license Sagi Grimberg (1): xprtrdma: Don't require LOCAL_DMA_LKEY support for fastreg drivers/infiniband/core/cma.c | 54 ++++++++++++++++------ drivers/infiniband/hw/usnic/usnic.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_abi.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_common_pkt_hdr.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_common_util.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_debugfs.c | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_debugfs.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_fwd.c | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_fwd.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_ib.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_ib_main.c | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_ib_sysfs.c | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_ib_sysfs.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_ib_verbs.c | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_ib_verbs.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_log.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_transport.c | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_transport.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_uiom.c | 2 +- drivers/infiniband/hw/usnic/usnic_uiom.h | 21 +++++++-- .../infiniband/hw/usnic/usnic_uiom_interval_tree.c | 21 +++++++-- .../infiniband/hw/usnic/usnic_uiom_interval_tree.h | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_vnic.c | 21 +++++++-- drivers/infiniband/hw/usnic/usnic_vnic.h | 21 +++++++-- drivers/infiniband/ulp/ipoib/ipoib.h | 1 + drivers/infiniband/ulp/ipoib/ipoib_main.c | 4 +- drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 2 +- net/sunrpc/xprtrdma/verbs.c | 8 ++-- 30 files changed, 481 insertions(+), 94 deletions(-) -- Doug Ledford GPG KeyID: 0E572FDD