[PATCH] thread coredump oops fix
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.
Showing
Please register or sign in to comment