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
File Mode Size
Documentation
arch
.gitignore -rw-r--r-- 82 bytes
Build -rw-r--r-- 744 bytes
Makefile -rw-r--r-- 1.9 KB
arch.h -rw-r--r-- 1.3 KB
builtin-check.c -rw-r--r-- 1.5 KB
builtin-orc.c -rw-r--r-- 1.1 KB
builtin.h -rw-r--r-- 439 bytes
cfi.h -rw-r--r-- 786 bytes
check.c -rw-r--r-- 60.8 KB
check.h -rw-r--r-- 1.7 KB
elf.c -rw-r--r-- 16.6 KB
elf.h -rw-r--r-- 3.5 KB
objtool.c -rw-r--r-- 2.4 KB
orc.h -rw-r--r-- 348 bytes
orc_dump.c -rw-r--r-- 4.0 KB
orc_gen.c -rw-r--r-- 4.8 KB
special.c -rw-r--r-- 4.5 KB
special.h -rw-r--r-- 551 bytes
sync-check.sh -rwxr-xr-x 1.1 KB
warn.h -rw-r--r-- 1.3 KB

back to top