linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 00/20] IB/hns: Fixes for various misc. bugs
@ 2016-09-09 10:30 Salil Mehta
  2016-09-09 10:30 ` [PATCH for-next 01/20] IB/hns: Remove unused parameters in some functions Salil Mehta
                   ` (19 more replies)
  0 siblings, 20 replies; 41+ messages in thread
From: Salil Mehta @ 2016-09-09 10:30 UTC (permalink / raw)
  To: dledford
  Cc: salil.mehta, xavier.huwei, oulijun, yisen.zhuang, xuwei5,
	mehta.salil.lnk, linux-rdma, linux-kernel, linuxarm

This patch-set introduces fixes for various bugs and potential
problems found during internal review and testing phases of
the HNS RoCE driver.

NOTE: These fixes have been done over already floated CM
patch: https://lkml.org/lkml/2016/9/1/609

Fixes have been done & tested  by Oulijun and Huwei.

Lijun Ou (17):
  IB/hns: Remove unused parameters in some functions
  IB/hns: Remove parameters of resize cq
  IB/hns: Add the check for pointer ctrl
  IB/hns: Fix bug of using uninit refcount and free
  IB/hns: Simplify function of pd alloc and qp alloc
  IB/hns: Remove unused parameter named qp_type
  IB/hns: Modify the init of iboe lock
  IB/hns: Fix bug of memory leakage for registering user mr
  IB/hns: Return bad wr while post send failed
  IB/hns: Add check for some NULL pointer scenes
  IB/hns: The Ack timeout need a lower limit value
  IB/hns: Some items of qpc need to take user param
  IB/hns: Validate mtu when modified qp
  IB/hns: Cq has not been freed
  IB/hns: Update the rq head when modify qp state
  IB/hns: Fix the bug when platform_get_resource() exec fail
  IB/hns: Delete the redundant lines in hns_roce_v1_m_qp()

Wei Hu (Xavier) (3):
  IB/hns: Fix bug of clear hem
  IB/hns: Delete the sqp_start from the structure hns_roce_caps
  IB/hns: Optimize code of aeq and ceq interrupt handle and fix the bug
    of qpn

 drivers/infiniband/hw/hns/hns_roce_cq.c     |   23 ++-
 drivers/infiniband/hw/hns/hns_roce_device.h |   13 +-
 drivers/infiniband/hw/hns/hns_roce_eq.c     |  146 +++++++++---------
 drivers/infiniband/hw/hns/hns_roce_eq.h     |    4 +
 drivers/infiniband/hw/hns/hns_roce_hem.c    |   76 +---------
 drivers/infiniband/hw/hns/hns_roce_hem.h    |    4 +
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |  217 +++++++++++++++++++++++----
 drivers/infiniband/hw/hns/hns_roce_hw_v1.h  |    9 ++
 drivers/infiniband/hw/hns/hns_roce_main.c   |    4 +-
 drivers/infiniband/hw/hns/hns_roce_mr.c     |    3 +
 drivers/infiniband/hw/hns/hns_roce_pd.c     |   18 +--
 drivers/infiniband/hw/hns/hns_roce_qp.c     |   39 ++---
 12 files changed, 324 insertions(+), 232 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2016-09-20 17:49 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 10:30 [PATCH for-next 00/20] IB/hns: Fixes for various misc. bugs Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 01/20] IB/hns: Remove unused parameters in some functions Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 02/20] IB/hns: Remove parameters of resize cq Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 03/20] IB/hns: Add the check for pointer ctrl Salil Mehta
2016-09-15 10:07   ` Leon Romanovsky
2016-09-20 16:50     ` Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 04/20] IB/hns: Fix bug of using uninit refcount and free Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 05/20] IB/hns: Simplify function of pd alloc and qp alloc Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 06/20] IB/hns: Remove unused parameter named qp_type Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 07/20] IB/hns: Fix bug of clear hem Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 08/20] IB/hns: Delete the sqp_start from the structure hns_roce_caps Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 09/20] IB/hns: Optimize code of aeq and ceq interrupt handle and fix the bug of qpn Salil Mehta
2016-09-12 12:32   ` Leon Romanovsky
2016-09-12 15:47     ` Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 10/20] IB/hns: Modify the init of iboe lock Salil Mehta
2016-09-13  6:50   ` Leon Romanovsky
2016-09-14  2:09     ` Salil Mehta
2016-09-14  5:04       ` Leon Romanovsky
2016-09-15  3:49         ` Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 11/20] IB/hns: Fix bug of memory leakage for registering user mr Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 12/20] IB/hns: Return bad wr while post send failed Salil Mehta
2016-09-15  9:07   ` Leon Romanovsky
2016-09-20 16:46     ` Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 13/20] IB/hns: Add check for some NULL pointer scenes Salil Mehta
2016-09-13  6:59   ` Leon Romanovsky
2016-09-15  3:41     ` Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 14/20] IB/hns: The Ack timeout need a lower limit value Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 15/20] IB/hns: Some items of qpc need to take user param Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 16/20] IB/hns: Validate mtu when modified qp Salil Mehta
2016-09-13  6:32   ` Leon Romanovsky
2016-09-14  2:07     ` Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 17/20] IB/hns: Cq has not been freed Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 18/20] IB/hns: Update the rq head when modify qp state Salil Mehta
2016-09-15 10:12   ` Leon Romanovsky
2016-09-20 16:56     ` Salil Mehta
2016-09-20 17:05       ` Leon Romanovsky
2016-09-20 17:49         ` Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 19/20] IB/hns: Fix the bug when platform_get_resource() exec fail Salil Mehta
2016-09-09 10:30 ` [PATCH for-next 20/20] IB/hns: Delete the redundant lines in hns_roce_v1_m_qp() Salil Mehta
2016-09-15 10:15   ` Leon Romanovsky
2016-09-20 16:57     ` Salil Mehta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).