Hi Linus, Small set of three regression fixing patches, things are looking pretty good here. Thanks The following changes since commit 8834f5600cf3c8db365e18a3d5cac2c2780c81e5: Linux 5.0-rc5 (2019-02-03 13:48:04 -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 f09ef134a7ca3f0d2ce485a757f5b79809ebb803: iw_cxgb4: cq/qp mask depends on bar2 pages in a host page (2019-02-15 09:39:39 -0700) ---------------------------------------------------------------- Third 5.0 rc pull request Three smallish patches fixing regressions in v5.0: - Fix cxgb4 to work again with non-4k page sizes - NULL pointer oops in SRP during sg_reset ---------------------------------------------------------------- Bart Van Assche (1): RDMA/srp: Rework SCSI device reset handling Raju Rangoju (2): cxgb4: Export sge_host_page_size to ulds iw_cxgb4: cq/qp mask depends on bar2 pages in a host page drivers/infiniband/hw/cxgb4/device.c | 15 +++++++++++++-- drivers/infiniband/ulp/srp/ib_srp.c | 10 ---------- drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c | 1 + drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | 1 + 4 files changed, 15 insertions(+), 12 deletions(-)