mbox series

[GIT,PULL] Please pull RDMA subsystem changes

Message ID 20200529141556.GA30959@ziepe.ca (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 May 29, 2020, 2:15 p.m. UTC
Hi Linus,

Third rc pull request

Nothing profound here, just a last set of long standing bug fixes for 5.7

The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -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 1acba6a817852d4aa7916d5c4f2c82f702ee9224:

  IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode (2020-05-27 21:14:09 -0300)

----------------------------------------------------------------
Third RDMA 5.7 rc pull request

A few bug fixes:

- Incorrect error unwind in qib and pvrdma

- User triggerable NULL pointer crash in mlx5 with ODP prefetch

- syzkaller RCU race in uverbs

- Rare double free crash in ipoib

----------------------------------------------------------------
Jason Gunthorpe (1):
      RDMA/core: Fix double destruction of uobject

Kaike Wan (1):
      IB/qib: Call kobject_put() when kobject_init_and_add() fails

Maor Gottlieb (1):
      RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_work

Qiushi Wu (1):
      RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()

Valentine Fatiev (1):
      IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode

 drivers/infiniband/core/rdma_core.c            | 20 +++++++++++++-------
 drivers/infiniband/hw/mlx5/mr.c                |  1 +
 drivers/infiniband/hw/qib/qib_sysfs.c          |  9 +++++----
 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c |  2 +-
 drivers/infiniband/ulp/ipoib/ipoib.h           |  4 ++++
 drivers/infiniband/ulp/ipoib/ipoib_cm.c        | 15 +++++++++------
 drivers/infiniband/ulp/ipoib/ipoib_ib.c        |  9 +++++++--
 drivers/infiniband/ulp/ipoib/ipoib_main.c      | 10 ++++++----
 include/rdma/uverbs_std_types.h                |  2 +-
 9 files changed, 47 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org May 29, 2020, 9:10 p.m. UTC | #1
The pull request you sent on Fri, 29 May 2020 11:15:56 -0300:

> 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/6ff64d2537f5b445177c30a2fc7779a6f2107ed5

Thank you!