Hi Linus, A few fairly normal bug fixes late in the cycle, not seeing anything worrysome for release here. The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da: Linux 5.10-rc6 (2020-11-29 15:50:50 -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 340b940ea0ed12d9adbb8f72dea17d516b2019e8: RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait (2020-12-09 15:51:35 -0400) ---------------------------------------------------------------- RDMA 5.10 fifth rc pull request Two user triggerable crashers and a some EFA related regressions: - Syzkaller found bug in CM - Restore access to the GID table and fix modify_qp for EFA - Crasher in qedr ---------------------------------------------------------------- Alok Prasad (1): RDMA/qedr: iWARP invalid(zero) doorbell address fix Gal Pressman (2): RDMA/efa: Use the correct current and new states in modify QP RDMA/core: Fix empty gid table for non IB/RoCE devices Leon Romanovsky (1): RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait drivers/infiniband/core/cache.c | 3 --- drivers/infiniband/core/cm.c | 2 ++ drivers/infiniband/hw/efa/efa_verbs.c | 4 ++-- drivers/infiniband/hw/qedr/verbs.c | 9 +++++++++ 4 files changed, 13 insertions(+), 5 deletions(-)