1. 29 10月, 2005 2 次提交
  2. 18 10月, 2005 1 次提交
  3. 15 10月, 2005 1 次提交
  4. 14 10月, 2005 1 次提交
  5. 25 9月, 2005 1 次提交
  6. 13 9月, 2005 2 次提交
  7. 11 9月, 2005 1 次提交
  8. 10 9月, 2005 1 次提交
  9. 08 9月, 2005 9 次提交
  10. 05 9月, 2005 4 次提交
  11. 04 9月, 2005 9 次提交
  12. 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
  13. 08 8月, 2005 1 次提交
  14. 24 7月, 2005 2 次提交
  15. 15 7月, 2005 2 次提交
  16. 14 7月, 2005 1 次提交
  17. 11 7月, 2005 1 次提交