From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SIUNICjdbWQ5TwEASxT56A (envelope-from ) for ; Wed, 24 May 2023 11:47:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id kJAeICjdbWSe9wAA9RJhRA (envelope-from ) for ; Wed, 24 May 2023 11:47:20 +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 60D633970 for ; Wed, 24 May 2023 11:47:20 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q1l5G-0008D4-3Y; Wed, 24 May 2023 05:47:06 -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 1q1l5D-00088u-63 for guix-patches@gnu.org; Wed, 24 May 2023 05:47:03 -0400 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 1q1l5C-0000Kp-GR for guix-patches@gnu.org; Wed, 24 May 2023 05:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q1l5C-0004Ec-Ck for guix-patches@gnu.org; Wed, 24 May 2023 05:47:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63527] [PATCH 0/3] Initial attempt at rumpdisk support for the Hurd. Resent-From: Janneke Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 May 2023 09:47: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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 63527@debbugs.gnu.org Received: via spool by 63527-submit@debbugs.gnu.org id=B63527.168492160416253 (code B ref 63527); Wed, 24 May 2023 09:47:02 +0000 Received: (at 63527) by debbugs.gnu.org; 24 May 2023 09:46:44 +0000 Received: from localhost ([127.0.0.1]:41735 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1l4u-0004E5-Ip for submit@debbugs.gnu.org; Wed, 24 May 2023 05:46:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1l4t-0004Dt-7m for 63527@debbugs.gnu.org; Wed, 24 May 2023 05:46:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q1l4n-0000I8-HM; Wed, 24 May 2023 05:46:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=SSK6mNtSYJjccIVURaWcU4kkC/fO4Js9mRhS7oBw+0I=; b=JYZAWXE2+RRvQWj3lRzY E5fR7sU0XGdjaCMqZ/fQk0Nm1MiDW/aLA4s3sVjtY2UBbpyENfmyO+r8YOCSqUWZwFxK6Ex5LUiyp 2NlAA7QpwAYoLvwcfMYRIZcCuz2SRm5aJBUsSs+OzNSw7I9pjJCRzavvjSRnErVCdfeYRYXNR+sH3 NfEwm7Xo4WbM2KE4PfGo0ZSrx9oJ8tldatYN/xpd11WuMTCIOUFYRWvW4sQgIAlVRRf8RYBj1CGjw M+shcc6QGYE99Zqj0AET2pllyuWZcui0kdigQF5DW0Sc7vssMGWybOvU0doarq4qIPdnaxnqjhLlI 1aqW7dSMAlScvg==; Received: from 2a02-a462-da03-1-2701-7f81-a736-4607.fixed6.kpn.net ([2a02:a462:da03:1:2701:7f81:a736:4607] helo=drakenpad.janneke.lilypond.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q1l4n-00014l-4A; Wed, 24 May 2023 05:46:37 -0400 From: Janneke Nieuwenhuizen Organization: AvatarAcademy.nl References: <87cz2qoyrw.fsf_-_@gnu.org> X-Url: http://AvatarAcademy.nl Date: Wed, 24 May 2023 11:46:35 +0200 In-Reply-To: <87cz2qoyrw.fsf_-_@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Wed, 24 May 2023 11:37:55 +0200") Message-ID: <87ttw2xds4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , 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 ARC-Seal: i=1; s=key1; d=yhetil.org; t=1684921640; a=rsa-sha256; cv=none; b=OUo3nS1Ulp8Q5DQOfQ/GdSX3c7BoZjo5JmCgO4Qq64EuO6LaOmR+UwVWx7lb/bn7CprI5V TKfdPrk3E3ldx3WDI7kiol2qnT460wcO9m3S9V4R2r/vXb7rhvh19VMlGIywx2L2f0rH/s ETaRJf5gHyk5DpLMdAhzZBx3m5bGDYxB7aUD5wW01syTynRsb3Wyrgg8XUzcxu9TPPIpfQ Wl2iB89NjD9INXU5XabXG5ETVBnpaa2YgR5NtLQR4UcWe8+a58Umo909uZXdj83GA2AD+J fiYKJKdrc+C8XVE23ekal6LO+YYEwAZGP9LR0XWkL0O0XZJLit0z9KUoM66tCA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JYZAWXE2; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1684921640; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: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=SSK6mNtSYJjccIVURaWcU4kkC/fO4Js9mRhS7oBw+0I=; b=lTyr0sgRbRpJ2hwS6TiCdWWTGKrW7G7qdPRerk7Lo3A6CGBsAzRVzlVMLw88rz7Ly8gYCL RPAQ+FpjOTTaX3Ot/tXKrW2fEcPezJwxgViqLaiiR2DqspTocuRNblfIb6nmh87GL4cBlo 30bjHSgIrfEw3+YB1JMBgBrUOxZpKZWnolzyiZFu2qbILlO7/WAhY1jW4NzUe+84iUKi8/ 16LtUOh+5eaZhHpRkdJ1Za8usoA4T2x02zZWDDAsb+uYA/tRtgV6B9vJNnh4yw9EwwOEWu qONZn/7vmspLdcOeBVvF3SHsFXEfj8SQeDuX6ogXOZ4zAsI8lPVP6bz/ykqHrw== X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JYZAWXE2; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -4.07 X-Spam-Score: -4.07 X-Migadu-Queue-Id: 60D633970 X-TUID: OHf5RopkWybY Ludovic Court=C3=A8s writes: > I made cosmetic suggestions (as I usually do :-)) Yes, and spotted typos/buglets), so thank you for all that! > but the whole patch > series looks great to me, thank you! \o/ So, good to go after https://issues.guix.gnu.org/63641 merges! --=20 Janneke Nieuwenhuizen | GNU LilyPond https://LilyPond.org Freelance IT https://www.JoyOfSource.com | Avatar=C2=AE https://AvatarAcade= my.com