[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200529141556.GA30959@ziepe.ca>
Date: Fri, 29 May 2020 11:15:56 -0300
From: Jason Gunthorpe <jgg@...lanox.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Doug Ledford <dledford@...hat.com>
Cc: linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Please pull RDMA subsystem changes
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(-)
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists