This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
clone3: CLONE_CLEAR_SIGHAND v5.5
- From: Christian Brauner <christian dot brauner at ubuntu dot com>
- To: Florian Weimer <fweimer at redhat dot com>, Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, libc-alpha at sourceware dot org
- Date: Wed, 4 Dec 2019 14:16:16 +0100
- Subject: clone3: CLONE_CLEAR_SIGHAND v5.5
- References: <20191008134417.16113-1-christian.brauner@ubuntu.com>
On Tue, Oct 08, 2019 at 03:44:17PM +0200, Christian Brauner wrote:
> Reset all signal handlers of the child not set to SIG_IGN to SIG_DFL.
> Mutually exclusive with CLONE_SIGHAND to not disturb other threads
> signal handler.
Hey,
Just a heads up that Linus pulled CLONE_CLEAR_SIGHAND with other changes
for v5.5:
clone3: add CLONE_CLEAR_SIGHAND:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b612e5df4587c934bd056bf05f4a1deca4de4f75
tests: test CLONE_CLEAR_SIGHAND
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=de5287235631cc561716d85f984614ef9598a5cc
Christian