Hi Jason, This patch series includes my pending RDMA kernel patches. Please consider these for inclusion in Linux kernel v5.5. Thanks, Bart. Bart Van Assche (15): RDMA/ucma: Reduce the number of rdma_destroy_id() calls RDMA/iwcm: Fix a lock inversion issue RDMA/siw: Simplify several debug messages RDMA/siw: Fix port number endianness in a debug message RDMA/siw: Make node GUIDs valid EUI-64 identifiers RDMA/srp: Remove two casts RDMA/srp: Honor the max_send_sge device attribute RDMA/srp: Make route resolving error messages more informative RDMA/srpt: Fix handling of SR-IOV and iWARP ports RDMA/srpt: Fix handling of iWARP logins RDMA/srpt: Improve a debug message RDMA/srpt: Rework the approach for closing an RDMA channel RDMA/srpt: Rework the code that waits until an RDMA port is no longer in use RDMA/srpt: Make the code for handling port identities more systematic RDMA/srpt: Postpone HCA removal until after configfs directory removal drivers/infiniband/core/cma.c | 3 +- drivers/infiniband/core/ucma.c | 17 ++- drivers/infiniband/sw/siw/siw_cm.c | 45 ++----- drivers/infiniband/sw/siw/siw_main.c | 11 +- drivers/infiniband/ulp/srp/ib_srp.c | 15 ++- drivers/infiniband/ulp/srp/ib_srp.h | 3 + drivers/infiniband/ulp/srpt/ib_srpt.c | 186 +++++++++++++------------- drivers/infiniband/ulp/srpt/ib_srpt.h | 34 +++-- 8 files changed, 156 insertions(+), 158 deletions(-) -- 2.23.0.444.g18eeb5a265-goog