Hi Linus, The last two weeks have been quiet here, just the usual smattering of long standing bug fixes. The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091: Linux 5.10-rc3 (2020-11-08 16:10:16 -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 ee415d73dcc24caef7f6bbf292dcc365613d2188: tools/testing/scatterlist: Fix test to compile and run (2020-11-17 20:02:20 -0400) ---------------------------------------------------------------- RDMA 5.10 third rc pull request A collection of error case bug fixes - Improper nesting of spinlock types in cm - Missing error codes and kfree() - Ensure dma_virt_ops users have the right kconfig symbols to work properly - Compilation failure of tools/testing ---------------------------------------------------------------- Christoph Hellwig (1): RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configs Jason Gunthorpe (1): RDMA/cm: Make the local_id_table xarray non-irq Maor Gottlieb (1): tools/testing/scatterlist: Fix test to compile and run Qinglang Miao (1): RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device() Zhang Changzhong (1): IB/hfi1: Fix error return code in hfi1_init_dd() drivers/infiniband/Kconfig | 3 +++ drivers/infiniband/core/cm.c | 12 ++++++------ drivers/infiniband/hw/hfi1/chip.c | 3 ++- drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c | 2 +- drivers/infiniband/sw/rdmavt/Kconfig | 3 ++- drivers/infiniband/sw/rxe/Kconfig | 2 +- drivers/infiniband/sw/siw/Kconfig | 1 + tools/testing/scatterlist/linux/mm.h | 1 + tools/testing/scatterlist/main.c | 4 ++-- 9 files changed, 19 insertions(+), 12 deletions(-)