From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52079 invoked by alias); 4 Dec 2019 13:16:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 51376 invoked by uid 89); 4 Dec 2019 13:16:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_SBL_CSS autolearn=no version=3.3.1 spammy=disturb X-HELO: youngberry.canonical.com Date: Wed, 04 Dec 2019 13:16:00 -0000 From: Christian Brauner To: Florian Weimer , Adhemerval Zanella , libc-alpha@sourceware.org Subject: clone3: CLONE_CLEAR_SIGHAND v5.5 Message-ID: <20191204131616.3kzhpi5rnlxrxrbb@wittgenstein> References: <20191008134417.16113-1-christian.brauner@ubuntu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191008134417.16113-1-christian.brauner@ubuntu.com> User-Agent: NeoMutt/20180716 X-SW-Source: 2019-12/txt/msg00144.txt.bz2 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