fs/exec.c:de_thread: mt-exec should update ->real_start_time
924b42d5
("Use boot based time for process start time and boot time in
/proc") updated copy_process/do_task_stat but forgot about de_thread().
This breaks "ps axOT" if a sub-thread execs.
Note: I think that task->start_time should die.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Acked-by: John Stultz <johnstul@us.ibm.com>
Cc: Tomas Janousek <tjanouse@redhat.com>
Cc: Tomas Smetana <tsmetana@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
bd9d43f47d
Коммит
266b7a021f
|
@ -932,6 +932,7 @@ static int de_thread(struct task_struct *tsk)
|
|||
* also take its birthdate (always earlier than our own).
|
||||
*/
|
||||
tsk->start_time = leader->start_time;
|
||||
tsk->real_start_time = leader->real_start_time;
|
||||
|
||||
BUG_ON(!same_thread_group(leader, tsk));
|
||||
BUG_ON(has_group_leader_pid(tsk));
|
||||
|
|
Загрузка…
Ссылка в новой задаче