lkml.org 
[lkml]   [2020]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
Subject[PATCH 0/2] exec: s/group_exit_task/group_exec_task/ for clarity

I am hoping to be able to stop all of the threads at the beginning of
exec so we can write the exec code as if it is single threaded. That
is hard but cleanups to enable that change are easy.

There is a variable tsk->signal->group_exit_task that is only truly
used in de_thread. The changes clean up the coredump code and
rename the variable to make it clear that exec is it's only user.

Eric W. Biederman (2):
exec: Don't set group_exit_task during a coredump
exec: Rename group_exit_task group_exec_task and correct the Documentation

fs/coredump.c | 2 --
fs/exec.c | 8 ++++----
include/linux/sched/signal.h | 15 ++++++---------
kernel/exit.c | 4 ++--
4 files changed, 12 insertions(+), 17 deletions(-)

\
 
 \ /
  Last update: 2020-06-19 20:35    [W:1.382 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site