1. 27 7月, 2016 1 次提交
  2. 14 7月, 2016 1 次提交
  3. 12 12月, 2015 1 次提交
  4. 10 11月, 2015 4 次提交
  5. 31 7月, 2015 3 次提交
  6. 02 6月, 2015 1 次提交
  7. 10 4月, 2015 4 次提交
  8. 19 1月, 2015 1 次提交
    • B
      ipr: wait for aborted command responses · 6cdb0817
      Brian King 提交于
      Fixes a race condition in abort handling that was injected
      when multiple interrupt support was added. When only a single
      interrupt is present, the adapter guarantees it will send
      responses for aborted commands prior to the response for the
      abort command itself. With multiple interrupts, these responses
      generally come back on different interrupts, so we need to
      ensure the abort thread waits until the aborted command is
      complete so we don't perform a double completion. This race
      condition was being hit frequently in environments which
      were triggering command timeouts, which was resulting in
      a double completion causing a kernel oops.
      
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NBrian King <brking@linux.vnet.ibm.com>
      Reviewed-by: NWendy Xiong <wenxiong@linux.vnet.ibm.com>
      Tested-by: NWendy Xiong <wenxiong@linux.vnet.ibm.com>
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      6cdb0817
  9. 15 12月, 2014 1 次提交
  10. 12 11月, 2014 1 次提交
  11. 26 9月, 2014 1 次提交
  12. 25 9月, 2014 1 次提交
  13. 20 3月, 2014 5 次提交
  14. 20 12月, 2013 1 次提交
  15. 19 12月, 2013 1 次提交
  16. 26 8月, 2013 1 次提交
  17. 05 6月, 2013 1 次提交
  18. 13 5月, 2013 1 次提交
  19. 03 5月, 2013 1 次提交
  20. 24 2月, 2013 1 次提交
  21. 30 1月, 2013 6 次提交
  22. 24 8月, 2012 2 次提交