Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1568005
| From | Pavel Tikhomirov <ptikhomirov@virtuozzo.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] prctl: make PR_SET_CHILD_SUBREAPER deterministic |
| Date | 2017-01-27 11:10 +0100 |
| Message-ID | <t4bDI-2M6-29@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
will send documentation change proposal in reply to these letter 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 | 5 +++++ kernel/fork.c | 42 +++++++++++++++++++++++++++++++++++++++--- kernel/sys.c | 22 ++++++++++++++++++++++ 3 files changed, 66 insertions(+), 3 deletions(-) -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] prctl: make PR_SET_CHILD_SUBREAPER deterministic Pavel Tikhomirov <ptikhomirov@virtuozzo.com> - 2017-01-27 11:10 +0100
[PATCH 1/2] introduce the walk_process_tree() helper Pavel Tikhomirov <ptikhomirov@virtuozzo.com> - 2017-01-27 11:10 +0100
[PATCH v2 2/2] prctl: propagate has_child_subreaper flag to every descendant Pavel Tikhomirov <ptikhomirov@virtuozzo.com> - 2017-01-27 11:10 +0100
Re: [PATCH v2 2/2] prctl: propagate has_child_subreaper flag to every descendant Oleg Nesterov <oleg@redhat.com> - 2017-01-30 14:00 +0100
Re: [PATCH v2 2/2] prctl: propagate has_child_subreaper flag to every descendant Oleg Nesterov <oleg@redhat.com> - 2017-01-30 15:20 +0100
[PATCH] prctl.2: Document new PR_SET_CHILD_SUBREAPER semantics Pavel Tikhomirov <ptikhomirov@virtuozzo.com> - 2017-01-27 11:20 +0100
Re: [PATCH] prctl.2: Document new PR_SET_CHILD_SUBREAPER semantics "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com> - 2017-01-27 23:50 +0100
csiph-web