From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9AB04C77B7E for ; Tue, 2 May 2023 06:21:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232653AbjEBGVF (ORCPT ); Tue, 2 May 2023 02:21:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229495AbjEBGVD (ORCPT ); Tue, 2 May 2023 02:21:03 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 67D38E49 for ; Mon, 1 May 2023 23:21:02 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 3426KoFM027662; Tue, 2 May 2023 08:20:50 +0200 Date: Tue, 2 May 2023 08:20:50 +0200 From: Willy Tarreau To: Mark Brown Cc: "Paul E. McKenney" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] tools/nolibc: Implement WTERMSIG() Message-ID: References: <20230427-nolibc-wtermsig-v1-1-6baf4219bb32@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230427-nolibc-wtermsig-v1-1-6baf4219bb32@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mark, On Fri, Apr 28, 2023 at 04:24:36PM +0100, Mark Brown wrote: > Add an implementation of WTERMSIG() to allow nolibc programs to obtain the > signal that caused the exit of a process, and use it in WIFEXITED() since > the condition being checked there is that no signal was reported. Thanks, but Thomas already submitted a similar one that's already queued for 6.5 in Paul's rcu tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git/commit/?h=dev.2023.04.26b&id=8c934d4822c77818d53f5f4c948c3ace6fda1505 At least it further emphasizes the fact that the patch is needed ;-) Thanks! Willy