From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oIJxJfEwsGQjsAAASxT56A (envelope-from ) for ; Thu, 13 Jul 2023 19:14:25 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id mGt8JfEwsGRmoAAAauVa8A (envelope-from ) for ; Thu, 13 Jul 2023 19:14:25 +0200 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 4CC26646F1 for ; Thu, 13 Jul 2023 19:14:25 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=qzWgXtcq; 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=1689268465; a=rsa-sha256; cv=none; b=kfuZwVl9MK7AWoheMRFx+INU0lR9JxoI7KMnFbYLxMPJ2l/CitKttrCRUJybpRUpwiMIvv QS39SZDVe3F7qp7Mp1ZrKI3mV6S2gj5rtdrftMwTna/51GsJnxaaLmrpPEQLBRh/qVQQXP MZ9EtIqf52n0Ks7nOQEdnt/RCm5mpZQU8WE98tSBgw7127gbPHN+Fm3cV1nQSGumcDNdQp jvKGifgJO82fP/ub6Mj+XsFNqvzWgH1EKfAqTaft3CmuK36aC/DlOltsrAxkLDi3fuvSR1 4MqdDZk49kEcyrgIVPfR6g7TeuHi1RLfwUhA+PhtEIUu8jRme1es5tDEdAAGBA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=qzWgXtcq; 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-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1689268465; 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=il4oVlIREICKOp/Jcw+Q8qFkoGFXnFikJZK8RM9nAcU=; b=ImW+bv+Rv3mVhxetdTJg37BrlCgkyZKHIKpIgPHUT7gmGZ2Y/hYVC8E5HDiS20m8ot829K s2c+E/N3qj7WTOGchtyS+50py6nEGaPicnRvO2m9qxH/WWHhObv58/l8mzV6cNNN1w+mLY Rvk4d8n/OBl2bnNQ/CEdpSPxqkMRmUfwlAMcd+SU7/uoyCNeQ4VtqkAKeRY27zZnBTCWW7 CcMGr3v0iffmPU6hdWUuTzvSVSe6WGbhe2fJqb9cXWdoiiDQnQLy6FQo4MdIm1r9LSJaWt UkNx0THV7zidFH3Dx7Z3aygMT8SITFtpibqltThrZJw2ICQYFKJKSHZ/FT8sGw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qJztE-0007fS-88; Thu, 13 Jul 2023 13:14:04 -0400 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 1qJztC-0007fJ-Po for guix-patches@gnu.org; Thu, 13 Jul 2023 13:14:02 -0400 Received: from [2001:470:142:5::43] (helo=debbugs.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qJztC-0006P0-IR for guix-patches@gnu.org; Thu, 13 Jul 2023 13:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qJztC-0006LZ-Ds for guix-patches@gnu.org; Thu, 13 Jul 2023 13:14:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63527] [PATCH 0/3] Initial attempt at rumpdisk support for the Hurd. Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Jul 2023 17:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63527 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Janneke Nieuwenhuizen , Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 63527@debbugs.gnu.org Received: via spool by 63527-submit@debbugs.gnu.org id=B63527.168926842024361 (code B ref 63527); Thu, 13 Jul 2023 17:14:02 +0000 Received: (at 63527) by debbugs.gnu.org; 13 Jul 2023 17:13:40 +0000 Received: from localhost ([127.0.0.1]:40726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qJzsp-0006Kr-TI for submit@debbugs.gnu.org; Thu, 13 Jul 2023 13:13:40 -0400 Received: from jpoiret.xyz ([206.189.101.64]:51410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qJzso-0006Kj-40 for 63527@debbugs.gnu.org; Thu, 13 Jul 2023 13:13:38 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 8F7C618519E; Thu, 13 Jul 2023 17:13:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1689268416; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=il4oVlIREICKOp/Jcw+Q8qFkoGFXnFikJZK8RM9nAcU=; b=qzWgXtcqq4Qke57pa951ewJ82PdUsUtraL/fwbmDtcZj6d8C6gWG+d+uTfhuv3of8lZv1O 5mpMpv+4sZCjn1jPwsiI9OgfBTEiflWJlUzxBoK/CE905+wMAUNveIEmuvCxVMmA9z91Oo hym0ogJhM08BEX4DrdRsF7+7fcH4NO3IrejAkCU+JKh8d0RaSXtJbjK5UQE5+kJcf8D6I0 ZEb00LqqywVJIGcLyLf4XQfNwEQTVJhcLmymL4NRVLaVKOpwUKc+FeA1/ct8cDzqiLeTft 1ng9/pNR3UI1QoOxtvm8OefPWm97tn0yC6KdITJ9DDnMXJJB48yvqlUB3lWzFA== In-Reply-To: <87ttw2xds4.fsf@gnu.org> References: <87cz2qoyrw.fsf_-_@gnu.org> <87ttw2xds4.fsf@gnu.org> Date: Thu, 13 Jul 2023 19:13:34 +0200 Message-ID: <87bkgf91kx.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spamd-Bar: / 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: Josselin Poiret X-ACL-Warn: , Josselin Poiret via Guix-patches From: Josselin Poiret 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.71 X-Spam-Score: -6.71 X-Migadu-Queue-Id: 4CC26646F1 X-TUID: Lyiyk6izNc75 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Janneke, Janneke Nieuwenhuizen writes: > So, good to go after https://issues.guix.gnu.org/63641 merges! Finally got around to review and merge this + netdde as b4fe82bd8af735000d0f2165a23cfb695c181f6f. Sorry for the delay, and thanks for this amazing packaging! Best, =2D-=20 Josselin Poiret --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmSwML4QHGRldkBqcG9p cmV0Lnh5egAKCRBQXkC5FhcaiktyC/97QE4jrP7Q1IdSNosu58WyK3/dfyzd4jCz dQLxLVSEqOeDGFe2n80fvfrzCGFQfsz9FC4GZJn/rgs+L7tHvDKaOFBLmIQvZTe4 O1Tkt6vGXGJcPSoUYhW/hkA6AYprmSkl7y1NETT69fnDTDAkkp1uMn/PzlZPYVsO ftnBIwlZFy3M2+UyscTOmsttyfsfZCMmzC/NjcllCZEZVvZwARiiKPjSQmsGeVlV 8f90yBiQT9Z4C07ly3LwSvQ+ddOiRsetkbwwVCX4WgeBulcHGORLJWD2pybHFtWN lCpmPaa/CBbJfqMaBOrQV9zQaDl/yfHznA77caTGl2HVEvzOUwUxWFuuRYbJK77T Jfj8L9A7XR4nrsmRmMCMM5hb0nVKMh4KNIGC+BrhZtg2C/ziP2uMLnH3LJiuAH6H OBpeD7h+g8Nvj3OqZ9HGbRGeBAB/zEYb450ECZ8QXyTkeTm8llEpsz5goiC7Zr8e jQJ2DRJuEeguOOD8iLkKFceQZlTkkr0= =3+aB -----END PGP SIGNATURE----- --=-=-=--