1. 03 8月, 2010 1 次提交
    • S
      RDMA/cxgb4: Fix race in fini path · 73d6fcad
      Steve Wise 提交于
      There exists a race condition where the app disconnects, which
      initiates an orderly close (via rdma_fini()), concurrently with an
      ingress abort condition, which initiates an abortive close operation.
      Since rdma_fini() must be called without IRQs disabled, the fini can
      be called after the QP has been transitioned to ERROR.  This is ok,
      but we need to protect against qp->ep getting NULLed.
      Signed-off-by: NSteve Wise <swise@opengridcomputing.com>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      73d6fcad
  2. 22 7月, 2010 3 次提交
  3. 20 7月, 2010 2 次提交
  4. 10 7月, 2010 2 次提交
  5. 09 7月, 2010 6 次提交
  6. 08 7月, 2010 3 次提交
  7. 07 7月, 2010 15 次提交
  8. 06 7月, 2010 1 次提交
  9. 05 7月, 2010 1 次提交
  10. 03 7月, 2010 6 次提交