-
- Downloads
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
Pull rdma fixes from Doug Ledford: "Fourth set of -rc fixes for 4.13 cycle. This is all of the -rc fixes that we know of. I suspect this will be the last rc pull request, but you never know, I could be wrong. Nothing major here. There are the i40iw patches I mentioned in my last pull request minus one that I pulled out because it wasn't a fix and not appropriate for the rc cycle. Then a few other items trickled in and were added to the pull request. It's fairly small aside from those five i40iw patches - Set of five i40iw fixes (the first of these is rather large by line count consideration, but I decided to send it because if fixes a legitimate issue and the line count is because it does so by creating a new function and using it where needed instead of just patching up a few lines...a smaller fix could probably be done, but the larger fix is the better code solution) - One vmw_pvrdma fix - One hns_roce fix (this silences a checker warning, but can't actually happen, I expect a patch to remove this from all drivers that share this same check in for-next) - One iw_cxgb4 fix - Two IB core fixes" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma: IB/uverbs: Fix NULL pointer dereference during device removal IB/core: Protect sysfs entry on ib_unregister_device iw_cxgb4: fix misuse of integer variable IB/hns: fix memory leak on ah on error return path i40iw: Fix potential fcn_id_array out of bounds i40iw: Use correct alignment for CQ0 memory i40iw: Fix typecast of tcp_seq_num i40iw: Correct variable names i40iw: Fix parsing of query/commit FPM buffers RDMA/vmw_pvrdma: Report CQ missed events
No related branches found
No related tags found
Showing
- drivers/infiniband/core/device.c 3 additions, 2 deletionsdrivers/infiniband/core/device.c
- drivers/infiniband/core/uverbs_main.c 1 addition, 1 deletiondrivers/infiniband/core/uverbs_main.c
- drivers/infiniband/hw/cxgb4/mem.c 1 addition, 1 deletiondrivers/infiniband/hw/cxgb4/mem.c
- drivers/infiniband/hw/hns/hns_roce_ah.c 3 additions, 1 deletiondrivers/infiniband/hw/hns/hns_roce_ah.c
- drivers/infiniband/hw/i40iw/i40iw_ctrl.c 82 additions, 41 deletionsdrivers/infiniband/hw/i40iw/i40iw_ctrl.c
- drivers/infiniband/hw/i40iw/i40iw_d.h 2 additions, 2 deletionsdrivers/infiniband/hw/i40iw/i40iw_d.h
- drivers/infiniband/hw/i40iw/i40iw_puda.c 1 addition, 1 deletiondrivers/infiniband/hw/i40iw/i40iw_puda.c
- drivers/infiniband/hw/i40iw/i40iw_status.h 1 addition, 1 deletiondrivers/infiniband/hw/i40iw/i40iw_status.h
- drivers/infiniband/hw/i40iw/i40iw_uk.c 4 additions, 4 deletionsdrivers/infiniband/hw/i40iw/i40iw_uk.c
- drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c 16 additions, 1 deletiondrivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c
Loading
Please register or sign in to comment