mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20201210155005.GA2106949@nvidia.com (mailing list archive)
State Superseded
Headers show
Series [GIT,PULL] Please pull RDMA subsystem changes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus

Message

Jason Gunthorpe Dec. 10, 2020, 3:50 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 10, 2020, 7:11 p.m. UTC | #1
The pull request you sent on Thu, 10 Dec 2020 11:50:05 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9fca90cf28920c6d0723d7efd1eae0b0fb90309c

Thank you!