1. 11 8月, 2005 1 次提交
    • A
      [PATCH] ns558 list handling fix · 22d0def9
      Alexander Nyberg 提交于
      Need to use list_for_entry_safe(), as we're removing items during the
      traversal.  list_for_each_entry() uses the first ptr also as an iterator, if
      you kfree() it slab takes it, might poison it and then you try to use it to
      iterate to the next object in list.
      
      Cc: Vojtech Pavlik <vojtech@suse.cz>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      22d0def9
  2. 29 5月, 2005 1 次提交
  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