[PATCH 0/1] Add prctl to kill descendants on exit

2018-11-27 Thread Jürg Billeter
This patch adds a new prctl to kill all descendant processes on exit. See commit message for details of the prctl. This is a replacement of PR_SET_PDEATHSIG_PROC I proposed last year [1]. In the following discussion, Oleg suggested this approach. The motivation for this is to provide a

[PATCH 0/1] Add prctl to kill descendants on exit

2018-11-27 Thread Jürg Billeter
This patch adds a new prctl to kill all descendant processes on exit. See commit message for details of the prctl. This is a replacement of PR_SET_PDEATHSIG_PROC I proposed last year [1]. In the following discussion, Oleg suggested this approach. The motivation for this is to provide a