From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id MP1rG15r+2NscAAAbAwnHQ (envelope-from ) for ; Sun, 26 Feb 2023 15:23:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 8DuMGl5r+2PbcQEAG6o9tA (envelope-from ) for ; Sun, 26 Feb 2023 15:23:26 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3B66F2B2DE for ; Sun, 26 Feb 2023 15:23:26 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWHvd-0007Jy-GL; Sun, 26 Feb 2023 09:23:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWHva-0007Je-QH for guix-patches@gnu.org; Sun, 26 Feb 2023 09:23:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pWHva-000382-IC for guix-patches@gnu.org; Sun, 26 Feb 2023 09:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pWHva-0000v1-5Y for guix-patches@gnu.org; Sun, 26 Feb 2023 09:23:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61803] [PATCH 0/3] [shepherd] improve race-free spawn+wait Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 26 Feb 2023 14:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61803 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ulf Herrman Cc: 61803@debbugs.gnu.org Received: via spool by 61803-submit@debbugs.gnu.org id=B61803.16774213533476 (code B ref 61803); Sun, 26 Feb 2023 14:23:02 +0000 Received: (at 61803) by debbugs.gnu.org; 26 Feb 2023 14:22:33 +0000 Received: from localhost ([127.0.0.1]:42809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWHv6-0000u0-Up for submit@debbugs.gnu.org; Sun, 26 Feb 2023 09:22:33 -0500 Received: from tobias.gr ([80.241.217.52]:46898) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWHv4-0000tq-DQ for 61803@debbugs.gnu.org; Sun, 26 Feb 2023 09:22:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=TWcQq5KmoZDk/ Bul+GqoIPGSLZKUqXNfg3D0qjCWJVU=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=ZYsSfsb7wE+BZuozBo0b2zp9VhqE9c760G+QY6 yWpo0btsnvdGH7DtczZrEl5ljDu38yIYm0Ve7o9t6+fyEJgyFnkHrfsaKTXkvr7wb7evUW CDUugI+fabCtY8pLbj1s310mpE745AntCuYmtKUsFJ++VPK2OmtGSjRPcDBkg3lJaDpx4X 95/GQwPy7tXbUJxvwIM1Sba76AjOmPMdc4ega7ENGPcMUMmUFGoN2xByEDkiSotXhuRlo1 p9h4uzs76lfeyV84hBiJw6mvlmDNvuf4swR2pDU9U5acCtI/50a+bBeLWMRrYw7Oykbr8V ZT7WyM0TahlOZmx2q6lzQ3Iw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 38e0135c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 26 Feb 2023 14:22:26 +0000 (UTC) References: <87cz5x1jr2.fsf@tilde.club> Date: Sun, 26 Feb 2023 15:17:08 +0100 In-reply-to: <87cz5x1jr2.fsf@tilde.club> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87ttz8v715.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Tobias Geerinckx-Rice X-ACL-Warn: , Tobias Geerinckx-Rice via Guix-patches From: Tobias Geerinckx-Rice via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=tobias.gr header.s=2018 header.b=ZYsSfsb7; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677421406; a=rsa-sha256; cv=none; b=OZfX76GFB91pWw3RAG+0B50MkKVH4loD4SDKaj7w6t9PCSQrCsV/seAO2QfyIKYzy/46YT vGDeIJiwS5mY446n8yByr45ogBKSf29yez4UkdhhpVmLyYn5WCs9hMcylS3NcSrbV+jOgE DslS0cYq9cjDKbQDcLdx0D877rFFwt/QUCi+ut1Xx9sWMRmaMleTr+3oEQZgl+Ae9OrV8i cqJw7wHZn49BQFKGGwrw/z359TmGq4uJkLjW8/hEc2o9E7ubMvznQD5AXrWIPdf9gMRgMn oLS7qP68PyF0H4LGZEax+dci11upOzISr4HcogvlNZYq2KLENo0Ilf/BEKUOxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677421406; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=TWcQq5KmoZDk/Bul+GqoIPGSLZKUqXNfg3D0qjCWJVU=; b=Ug2khOvNQF+b/s1IbMZFRpHqO/PGbTErslRP3KNgjEPx17zMRI7WBwmzet5bCLiDQDZsie aSZW5fZcoAzIXF1MjRwroMNR8CwhmY5u7Y93fYq7b1jMWjHCHB4uwYpUNMLu8seqtgzYs5 jmWBXRUDAj4toVFD9Rem6XwHkvi3iIXC5Ux2D8TifP6n3P0O4Nvw+EHBEApYVDvyhd+Lv/ EJ4DmiNwtK7tuZ/uLOn0ELxO15NsAK6CkuvgS8TdixGmtPXMQY/fs62c3nLw8UPAjotsCQ 29oBCaoiVlojqSN1RDPGnBivPJAxbnz3XWFv49GyJeDJAieRV4scTSSkEO+Nzw== X-Migadu-Queue-Id: 3B66F2B2DE Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=tobias.gr header.s=2018 header.b=ZYsSfsb7; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Spam-Score: -5.29 X-Migadu-Scanner: scn1.migadu.com X-Spam-Score: -5.29 X-TUID: 6skIqk6DhtCm --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Ulf, Ulf Herrman =E5=86=99=E9=81=93=EF=BC=9A > Note: I previously tried to send this to guix-devel, but it=20 > didn't seem > to make it (I didn't see it in the archives after half a day), Note: I only check the spam/moderation queue once a day, most days=20 ;-) > and=20 > after > some consideration I recalled that guix-patches exists. Is this=20 > the > right place for shepherd patches? It is! If you like, you can configure =E2=80=98git send-email=E2=80=99 to default = to=20 guix-patches@gnu.org (sendemail.to). It will send separate mails=20 for each patch rather than attachments. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIIEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY/trpg0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15JogA/jtYf1cvINbLokGuSZzrBpnborN35ZMdF7VbDbsH nKh9APiy/eKBvrywSugykEx4Ao77226bwInDwi3qNchMk+UG =hNjy -----END PGP SIGNATURE----- --=-=-=--