Revision 8cbe71e7e01a9e45a390b204403880c90a226039 authored by Linus Torvalds on 15 January 2021, 23:14:40 UTC, committed by Linus Torvalds on 15 January 2021, 23:14:40 UTC
Pull rdma fixes from Jason Gunthorpe:
 "A fairly modest set of bug fixes, nothing abnormal from the merge
  window

  The ucma patch is a bit on the larger side, but given the regression
  was recently added I've opted to forward it to the rc stream.

   - Fix a ucma memory leak introduced in v5.9 while fixing the
     Syzkaller bugs

   - Don't fail when the xarray wraps for user verbs objects

   - User triggerable oops regression from the umem page size rework

   - Error unwind bugs in usnic, ocrdma, mlx5 and cma"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
  RDMA/cma: Fix error flow in default_roce_mode_store
  RDMA/mlx5: Fix wrong free of blue flame register on error
  IB/mlx5: Fix error unwinding when set_has_smi_cap fails
  RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()
  RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()
  RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
  RDMA/restrack: Don't treat as an error allocation ID wrapping
  RDMA/ucma: Do not miss ctx destruction steps in some cases
2 parent s 0bc9bc1 + 7c7b3e5
History
File Mode Size
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 629 bytes
addr_list.c -rw-r--r-- 8.5 KB
afs.h -rw-r--r-- 6.8 KB
afs_cm.h -rw-r--r-- 1006 bytes
afs_fs.h -rw-r--r-- 2.7 KB
afs_vl.h -rw-r--r-- 5.1 KB
cache.c -rw-r--r-- 1.8 KB
callback.c -rw-r--r-- 4.6 KB
cell.c -rw-r--r-- 23.7 KB
cmservice.c -rw-r--r-- 16.0 KB
dir.c -rw-r--r-- 52.0 KB
dir_edit.c -rw-r--r-- 12.8 KB
dir_silly.c -rw-r--r-- 7.3 KB
dynroot.c -rw-r--r-- 8.7 KB
file.c -rw-r--r-- 16.4 KB
flock.c -rw-r--r-- 23.6 KB
fs_operation.c -rw-r--r-- 5.4 KB
fs_probe.c -rw-r--r-- 11.7 KB
fsclient.c -rw-r--r-- 48.6 KB
inode.c -rw-r--r-- 23.3 KB
internal.h -rw-r--r-- 57.5 KB
main.c -rw-r--r-- 6.3 KB
misc.c -rw-r--r-- 4.6 KB
mntpt.c -rw-r--r-- 5.1 KB
proc.c -rw-r--r-- 16.3 KB
protocol_uae.h -rw-r--r-- 6.8 KB
protocol_yfs.h -rw-r--r-- 4.6 KB
rotate.c -rw-r--r-- 13.0 KB
rxrpc.c -rw-r--r-- 23.6 KB
security.c -rw-r--r-- 11.6 KB
server.c -rw-r--r-- 17.9 KB
server_list.c -rw-r--r-- 2.9 KB
super.c -rw-r--r-- 17.7 KB
vl_alias.c -rw-r--r-- 9.2 KB
vl_list.c -rw-r--r-- 8.1 KB
vl_probe.c -rw-r--r-- 7.4 KB
vl_rotate.c -rw-r--r-- 8.5 KB
vlclient.c -rw-r--r-- 18.4 KB
volume.c -rw-r--r-- 10.3 KB
write.c -rw-r--r-- 22.3 KB
xattr.c -rw-r--r-- 8.7 KB
xdr_fs.h -rw-r--r-- 2.7 KB
yfsclient.c -rw-r--r-- 48.6 KB

back to top