The following changes since commit a62ab66b13a0f9bcb17b7b761f6670941ed5cd62: RDMA/core: Initialize port_num in qp_attr (2017-07-20 11:24:13 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git tags/rdma-rc-2017-07-26 for you to fetch changes up to 5dc78ad1904db597bdb4427f3ead437aae86f54c: IB/ipoib: Notify on modify QP failure only when relevant (2017-07-23 10:52:00 +0300) ---------------------------------------------------------------- IPoIB fixes for 4.13 The patchset provides various fixes for IPoIB. It is combination of fixes to various issues discovered during verification along with static checkers cleanup patches. Most of the patches are from pre-git era and hence lack of Fixes lines. There is one exception in this IPoIB group - addition of patch revert: Revert "IB/core: Allow QP state transition from reset to error", but it followed by proper fix to the annoying print, so I thought it is appropriate to include it. Thanks ---------------------------------------------------------------- Alex Vesker (2): IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qp IB/ipoib: Add multicast packets statistics Erez Shitrit (3): IB/ipoib: Use cancel_delayed_work_sync when needed IB/ipoib: Make sure no in-flight joins while leaving that mcast IB/ipoib: Notify on modify QP failure only when relevant Feras Daoud (3): IB/ipoib: Fix race between light events and interface restart IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initialization IB/ipoib: Add get statistics support to SRIOV VF Leon Romanovsky (3): IB/ipoib: Clean error paths in add port IB/ipoib: Remove double pointer assigning Revert "IB/core: Allow QP state transition from reset to error" drivers/infiniband/core/verbs.c | 1 - drivers/infiniband/ulp/ipoib/ipoib.h | 1 + drivers/infiniband/ulp/ipoib/ipoib_cm.c | 1 - drivers/infiniband/ulp/ipoib/ipoib_ethtool.c | 3 ++- drivers/infiniband/ulp/ipoib/ipoib_ib.c | 25 ++++++++++++++++++- drivers/infiniband/ulp/ipoib/ipoib_main.c | 19 +++++++++------ drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 33 +++++++++----------------- 7 files changed, 50 insertions(+), 33 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html