Hi Linus, Second merge window pull request This could also be applied after rc1. It is a small collection of fixes posted over the holiday break. The merge error with advise_mr is worth fixing right away so the other, more minor, things are coming along for the ride. The following changes since commit 5d24ae67a961c51beb255a28c9c417d9710247c2: Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2018-12-28 14:57:10 -0800) 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 9c6260de505b63638dd86fcc33849b17f6146d94: infiniband/qedr: Potential null ptr dereference of qp (2019-01-02 16:08:38 -0700) ---------------------------------------------------------------- 4.21 merge window 2nd pull request Over the break a few defects were found, so this is a -rc style pull request of various small things that have been posted. - An attempt to shorten RCU grace period driven delays showed crashes during heavier testing, and has been entirely reverted - A missed merge/rebase error between the advise_mr and ib_device_ops series - Some small static analysis driven fixes from Julia and Aditya - Missed ability to create a XRC_INI in the devx verbs interop series ---------------------------------------------------------------- Aditya Pakki (2): infiniband: bnxt_re: qplib: Check the return value of send_message infiniband/qedr: Potential null ptr dereference of qp Julia Lawall (1): IB/ipoib: drop useless LIST_HEAD Leon Romanovsky (1): Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads" Moni Shoua (1): IB/core: Add advise_mr to the list of known ops Yishai Hadas (1): IB/mlx5: Allow XRC INI usage via verbs in DEVX context drivers/infiniband/core/device.c | 1 + drivers/infiniband/hw/bnxt_re/qplib_sp.c | 5 ++--- drivers/infiniband/hw/mlx5/mr.c | 19 +++---------------- drivers/infiniband/hw/mlx5/qp.c | 3 ++- drivers/infiniband/hw/qedr/qedr_iw_cm.c | 2 ++ drivers/infiniband/ulp/ipoib/ipoib_ib.c | 1 - 6 files changed, 10 insertions(+), 21 deletions(-)