Hi Linus, Only one small bug fix for rxe found by blktests. The following changes since commit 856deb866d16e29bd65952e0289066f6078af773: Linux 5.9-rc5 (2020-09-13 16:06:00 -0700) 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 4aa1615268a8ac2b20096211d3f9ac53874067d7: RDMA/core: Fix ordering of CQ pool destruction (2020-09-14 15:20:18 -0300) ---------------------------------------------------------------- RDMA third 5.9-rc pull request One fix for a bug that blktests hits when using rxe: - Tear down the CQ pool before waiting for all references to go away ---------------------------------------------------------------- Jason Gunthorpe (1): RDMA/core: Fix ordering of CQ pool destruction drivers/infiniband/core/device.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)