https://github.com/torvalds/linux
Revision 6ff64d2537f5b445177c30a2fc7779a6f2107ed5 authored by Linus Torvalds on 29 May 2020, 20:35:45 UTC, committed by Linus Torvalds on 29 May 2020, 20:35:45 UTC
Pull rdma fixes from Jason Gunthorpe:
 "Nothing profound here, just a last set of long standing 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"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
  IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode
  RDMA/core: Fix double destruction of uobject
  RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()
  RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_work
  IB/qib: Call kobject_put() when kobject_init_and_add() fails
2 parent s 411ea67 + 1acba6a
History
Tip revision: 6ff64d2537f5b445177c30a2fc7779a6f2107ed5 authored by Linus Torvalds on 29 May 2020, 20:35:45 UTC
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Tip revision: 6ff64d2

back to top