1. 01 4月, 2008 1 次提交
  2. 28 3月, 2008 1 次提交
  3. 27 2月, 2008 1 次提交
    • J
      [POWERPC] spufs: fix context destruction during psmap fault · d5883137
      Jeremy Kerr 提交于
      We have a small window where a spu context may be destroyed while
      we're servicing a page fault (from another thread) to the context's
      problem state mapping.
      
      After we up_read() the mmap_sem, it's possible that the context is
      destroyed by its owning thread, and so the later references to ctx
      are invalid. This can maifest as a deadlock on the (now free()-ed)
      context state mutex.
      
      This change adds a reference to the context before we release the
      mmap_sem, so that the context cannot be destroyed.
      Signed-off-by: NJeremy Kerr <jk@ozlabs.org>
      d5883137
  4. 09 2月, 2008 2 次提交
  5. 08 2月, 2008 1 次提交
  6. 06 2月, 2008 1 次提交
  7. 21 12月, 2007 5 次提交
  8. 20 10月, 2007 1 次提交
  9. 26 9月, 2007 1 次提交
  10. 19 9月, 2007 7 次提交
  11. 23 7月, 2007 1 次提交
  12. 22 7月, 2007 1 次提交
  13. 21 7月, 2007 4 次提交
  14. 03 7月, 2007 4 次提交
  15. 14 6月, 2007 1 次提交
  16. 07 6月, 2007 2 次提交
  17. 09 5月, 2007 1 次提交
  18. 24 4月, 2007 3 次提交
  19. 10 3月, 2007 1 次提交
  20. 14 2月, 2007 1 次提交