diff options
author | Oleg Nesterov <oleg@redhat.com> | 2016-08-02 14:03:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-08-02 17:31:41 -0400 |
commit | ef419398b68925f21fd3d8463c7bf6934d2ec926 (patch) | |
tree | 7e8d69e75acb73da297061a5201e20a0c634f207 /fs/proc/stat.c | |
parent | db4ad0360c54a4e3bf07de9dfe429259ca8dc223 (diff) | |
download | linux-ef419398b68925f21fd3d8463c7bf6934d2ec926.tar.bz2 |
proc_oom_score: remove tasklist_lock and pid_alive()
This was needed before to ensure that ->signal != 0 and do_each_thread()
is safe, see commit b95c35e76b29b ("oom: fix the unsafe usage of
badness() in proc_oom_score()") for details.
Today tsk->signal can't go away and for_each_thread(tsk) is always safe.
Link: http://lkml.kernel.org/r/20160608211921.GA15508@redhat.com
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: David Rientjes <rientjes@google.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Cc: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc/stat.c')
0 files changed, 0 insertions, 0 deletions