Hi Linus, Second merge window pull request This is the SMC cleanup promised, a randconfig regression fix, and kernel oops fix. I've learned we have at least one regression this merge window in IPoIB, which people are working on. The following changes since commit 0a3173a5f09bc58a3638ecfd0a80bdbae55e123c: Merge branch 'linus/master' into rdma.git for-next (2018-08-16 14:21:29 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus for you to fetch changes up to 845b397a7771f2d3504beff5521f452be0d22eec: IB/ucm: fix UCM link error (2018-08-21 16:56:32 -0600) ---------------------------------------------------------------- Second merge window update - Switch SMC over to rdma_get_gid_attr and remove the compat - Fix a crash in HFI1 with some BIOS's - Fix a randconfig failure ---------------------------------------------------------------- Arnd Bergmann (1): IB/ucm: fix UCM link error Jason Gunthorpe (1): RDMA/smc: Replace ib_query_gid with rdma_get_gid_attr Michael J. Ruhl (1): IB/hfi1: Invalid NUMA node information can cause a divide by zero drivers/infiniband/Kconfig | 2 +- drivers/infiniband/hw/hfi1/affinity.c | 24 +++++++++++++++--- include/rdma/ib_cache.h | 24 ------------------ net/smc/smc_ib.c | 48 ++++++++++++++++++----------------- 4 files changed, 47 insertions(+), 51 deletions(-)