1. 26 4月, 2007 3 次提交
  2. 23 3月, 2007 1 次提交
    • P
      [BRIDGE]: Fix fdb RCU race · b19cbe2a
      Patrick McHardy 提交于
      br_fdb_get use atomic_inc to increase the refcount of an element found
      on a RCU protected list, which can lead to the following race:
      
      CPU0					CPU1
      
      					br_fdb_get:   rcu_read_lock
      					__br_fdb_get: find element
      fdb_delete:   hlist_del_rcu
      	      br_fdb_put
      br_fdb_put:   atomic_dec_and_test
      	      call_rcu(fdb_rcu_free)	br_fdb_get:   atomic_inc
      						      rcu_read_unlock
      fdb_rcu_free: kmem_cache_free
      
      Use atomic_inc_not_zero instead.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b19cbe2a
  3. 11 2月, 2007 1 次提交
  4. 08 12月, 2006 1 次提交
  5. 16 10月, 2006 1 次提交
  6. 21 3月, 2006 1 次提交
  7. 01 11月, 2005 1 次提交
  8. 30 8月, 2005 1 次提交
  9. 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