1. 15 Aug, 2003 1 commit
    • Hirofumi Ogawa's avatar
      [PATCH] thread coredump oops fix · dc637576
      Hirofumi Ogawa authored
      If ->group_leader of current thread already was exiting,
      group_leader's ->mm is NULL in fill_psinfo(). Then I got Oops.
      
      This uses current->mm instead of ->group_leader->mm to dump args.
      dc637576
  2. 14 Aug, 2003 39 commits