Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1569830

[PATCH v4 0/2] prctl: make PR_SET_CHILD_SUBREAPER deterministic

From Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Newsgroups linux.kernel
Subject [PATCH v4 0/2] prctl: make PR_SET_CHILD_SUBREAPER deterministic
Date 2017-01-30 16:30 +0100
Message-ID <t5m42-5BN-29@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Oleg Nesterov (1):
  introduce the walk_process_tree() helper

Pavel Tikhomirov (1):
  prctl: propagate has_child_subreaper flag to every descendant

 include/linux/sched.h |  3 +++
 kernel/fork.c         | 42 +++++++++++++++++++++++++++++++++++++++---
 kernel/sys.c          | 22 ++++++++++++++++++++++
 3 files changed, 64 insertions(+), 3 deletions(-)

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/2] prctl: make PR_SET_CHILD_SUBREAPER deterministic Pavel Tikhomirov <ptikhomirov@virtuozzo.com> - 2017-01-30 16:30 +0100
  [PATCH v4 2/2] prctl: propagate has_child_subreaper flag to every descendant Pavel Tikhomirov <ptikhomirov@virtuozzo.com> - 2017-01-30 17:00 +0100
    Re: [PATCH v4 2/2] prctl: propagate has_child_subreaper flag to         every descendant Oleg Nesterov <oleg@redhat.com> - 2017-01-31 19:30 +0100

csiph-web