1. 12 7月, 2005 1 次提交
  2. 29 6月, 2005 1 次提交
    • N
      [IPVS]: Close race conditions on ip_vs_conn_tab list modification · fb3d8949
      Neil Horman 提交于
      In an smp system, it is possible for an connection timer to expire, calling
      ip_vs_conn_expire while the connection table is being flushed, before
      ct_write_lock_bh is acquired.
      
      Since the list iterator loop in ip_vs_con_flush releases and re-acquires the
      spinlock (even though it doesn't re-enable softirqs), it is possible for the
      expiration function to modify the connection list, while it is being traversed
      in ip_vs_conn_flush.
      
      The result is that the next pointer gets set to NULL, and subsequently
      dereferenced, resulting in an oops.
      Signed-off-by: NNeil Horman <nhorman@redhat.com>
      Acked-by: JulianAnastasov
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fb3d8949
  3. 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