1. 26 5月, 2009 1 次提交
  2. 19 5月, 2009 1 次提交
  3. 27 11月, 2008 1 次提交
  4. 26 11月, 2008 1 次提交
  5. 25 11月, 2008 1 次提交
  6. 19 8月, 2008 1 次提交
  7. 14 8月, 2008 1 次提交
  8. 29 1月, 2008 3 次提交
  9. 20 10月, 2007 1 次提交
  10. 18 7月, 2007 1 次提交
    • R
      [NET]: gen_estimator deadlock fix · 0929c2dd
      Ranko Zivojnovic 提交于
      -Fixes ABBA deadlock noted by Patrick McHardy <kaber@trash.net>:
      
      > There is at least one ABBA deadlock, est_timer() does:
      > read_lock(&est_lock)
      > spin_lock(e->stats_lock) (which is dev->queue_lock)
      >
      > and qdisc_destroy calls htb_destroy under dev->queue_lock, which
      > calls htb_destroy_class, then gen_kill_estimator and this
      > write_locks est_lock.
      
      To fix the ABBA deadlock the rate estimators are now kept on an rcu list.
      
      -The est_lock changes the use from protecting the list to protecting
      the update to the 'bstat' pointer in order to avoid NULL dereferencing.
      
      -The 'interval' member of the gen_estimator structure removed as it is
      not needed.
      Signed-off-by: NRanko Zivojnovic <ranko@spidernet.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0929c2dd
  11. 11 7月, 2007 1 次提交
  12. 11 2月, 2007 1 次提交
  13. 10 4月, 2006 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4