From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 8UphB4fc+mCwBgAAgWs5BA (envelope-from ) for ; Fri, 23 Jul 2021 17:13:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id SLePAofc+mCAQgAAB5/wlQ (envelope-from ) for ; Fri, 23 Jul 2021 15:13:11 +0000 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 C7D34D090 for ; Fri, 23 Jul 2021 17:13:10 +0200 (CEST) Received: from localhost ([::1]:33944 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m6wrN-00015Q-TN for larch@yhetil.org; Fri, 23 Jul 2021 11:13:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33164) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6wrG-000150-Nl for guix-patches@gnu.org; Fri, 23 Jul 2021 11:13:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32769) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m6wrG-00015T-G0 for guix-patches@gnu.org; Fri, 23 Jul 2021 11:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m6wrG-0003wC-Bn for guix-patches@gnu.org; Fri, 23 Jul 2021 11:13:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#45692] [PATCH v3 0/3] New patch series for Even Better ZFS Support on Guix Resent-From: raid5atemyhomework Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 23 Jul 2021 15:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45692 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "45692@debbugs.gnu.org" <45692@debbugs.gnu.org> Received: via spool by 45692-submit@debbugs.gnu.org id=B45692.162705312415071 (code B ref 45692); Fri, 23 Jul 2021 15:13:02 +0000 Received: (at 45692) by debbugs.gnu.org; 23 Jul 2021 15:12:04 +0000 Received: from localhost ([127.0.0.1]:44315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6wqK-0003v1-8b for submit@debbugs.gnu.org; Fri, 23 Jul 2021 11:12:04 -0400 Received: from mail-4319.protonmail.ch ([185.70.43.19]:25835) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6wqI-0003uS-9L for 45692@debbugs.gnu.org; Fri, 23 Jul 2021 11:12:03 -0400 Date: Fri, 23 Jul 2021 15:11:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627053115; bh=4DxGQOmqTQcfJZN8Sff4y6qsVid/PlfeoIWcdbajAc8=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=SD8CxKwZIBsppcB6ySEkYw1bwnrhAiPRNRqjNA1rCDu5tirMqK1mKEmmGoEVQtNfs U1v3fPmZcP6iQ5t2nyp9GEXnnSnZQOt6z9+7jYFv59Apl1vNHruDfQGAZrNsNuUn+M R0KONsho9dv6s6bNg/bI1XytX5YqXJytuVRiONrQ= Message-ID: In-Reply-To: <6_CTNY0LKnK4gdEM41_839GBi_6dql-yEVzGPVMQDFvi6JNkQF1BoxQu9_6gRx6bTNqk6rSpUhxDtDWveZOBnxYdMMW9h87WPP8uWZPteZk=@protonmail.com> References: <6_CTNY0LKnK4gdEM41_839GBi_6dql-yEVzGPVMQDFvi6JNkQF1BoxQu9_6gRx6bTNqk6rSpUhxDtDWveZOBnxYdMMW9h87WPP8uWZPteZk=@protonmail.com> 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" Reply-to: raid5atemyhomework X-ACL-Warn: , raid5atemyhomework via Guix-patches From: raid5atemyhomework via Guix-patches via X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1627053190; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=4DxGQOmqTQcfJZN8Sff4y6qsVid/PlfeoIWcdbajAc8=; b=ddjS0RtkdP08vVWU7rcqvfPIe2zG0ppU70lJbgUeWhdl8tk7qsutWGCaNxdaKPpE4uxBIl ihGqJHfeL2NLmBRId0ef6FtSdrd+zUQvq578cN03r1li8JqlidUbwrVs1ABIYH6AIv390e nE8Oqz0Ve0ajz3aczMfmIcq4pAvFgs9Hd9rGvqtimGymDTfOlIwc8aqqfACIl9B7pise7A Gs++2Yyu0RSI/LHJIkGvct3jf3DQTbJkPUEOzul/gsti6TEeBW+er9wA1YNm84YVhxzhS8 3b2J1QTKmHIP5LKyYEFJvgJoGtrcPAP7HcuS1k2V/nCx+PHEy+Q0LDGajWjmXg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1627053190; a=rsa-sha256; cv=none; b=U9+xlK/RXA2uieNrbSmzeOfJOSYQqhqujafAw1tNFT1kDJ8LD3ZwRQmrCguvA0tEkXi2F5 JLIRJzsCCL+LPiO20CyAqxe78dtyWA45hqH7t56p37S5LUvi643iq+rf0udJ1x5pPUyQZC QGOo1XY4PeZpSWH35b7BkW/rqs/M8sWUr5T1BgS/GHheyDXqush9/RDiFQrXfdSfJGvDi6 AmYVcP5+pY8gyTu0Srmi1SKw7DkIWTCfQHrFn5VS4q3a6+mcGjTwgNe08CRdebG+l9M7C/ lOBTjqSff0cBtk+K8e0LaUnQVE7KfoIc2LGgfFJ3BtU/j/KnATOyUVozccDP0w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail header.b=SD8CxKwZ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -2.92 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail header.b=SD8CxKwZ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: C7D34D090 X-Spam-Score: -2.92 X-Migadu-Scanner: scn0.migadu.com X-TUID: LPPgfnXgbiac Can I get any particular feedback here at this point, from anyone at all?