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 ms11 with LMTPS id yGQUHnJowV4kbAAA0tVLHw (envelope-from ) for ; Sun, 17 May 2020 16:38:10 +0000 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 Zi7qGXJowV5AagAAB5/wlQ (envelope-from ) for ; Sun, 17 May 2020 16:38:10 +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 E6AFB940143 for ; Sun, 17 May 2020 16:38:09 +0000 (UTC) Received: from localhost ([::1]:50646 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jaMIi-0001rt-Mr for larch@yhetil.org; Sun, 17 May 2020 12:38:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55666) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jaMIc-0001rX-GA for guix-patches@gnu.org; Sun, 17 May 2020 12:38:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32922) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jaMIc-0002Wy-7j for guix-patches@gnu.org; Sun, 17 May 2020 12:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jaMIc-000863-5m for guix-patches@gnu.org; Sun, 17 May 2020 12:38:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37305] [PATCH v3] Allow booting from a Btrfs subvolume Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 May 2020 16:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37305 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 37305@debbugs.gnu.org Received: via spool by 37305-submit@debbugs.gnu.org id=B37305.158973343531067 (code B ref 37305); Sun, 17 May 2020 16:38:02 +0000 Received: (at 37305) by debbugs.gnu.org; 17 May 2020 16:37:15 +0000 Received: from localhost ([127.0.0.1]:44468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaMHq-000851-M3 for submit@debbugs.gnu.org; Sun, 17 May 2020 12:37:14 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:49265) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaMHp-00084p-Dm for 37305@debbugs.gnu.org; Sun, 17 May 2020 12:37:13 -0400 Received: from mimimi (moi44-1-78-199-129-170.fbx.proxad.net [78.199.129.170]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id E455F100006; Sun, 17 May 2020 16:37:05 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <874ksebkup.fsf_-_@gmail.com> References: <875zg2xtsb.fsf@gmail.com> <87lfoxbn2e.fsf@gnu.org> <87v9n1pts1.fsf@raisin.i-did-not-set--mail-host-address--so-tickle-me> <87o8qmheqm.fsf@ambrevar.xyz> <874ksebkup.fsf_-_@gmail.com> Date: Sun, 17 May 2020 18:37:04 +0200 Message-ID: <878shqh61b.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -0.2 (/) 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" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; 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-Spam-Score: -0.61 X-TUID: QXIj8Hm415HR --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Maxim Cournoyer writes: > I'll test those rebased patches as well. The automated system tests no > longer pass -- although it might not be specific to this change (I'll > try running the "installed-os" test to see if all the install tests are > broken or just this new "btrfs-root-on-subvolume-os" one.). In case you > are not familiar with system tests, a single system test can be run > with: > > make check-system TESTS=3D"btrfs-root-on-subvolume-os" OK. Do you want me to try something here? > The install tests are defined under (gnu tests install) and are *very* > expensive to run (mostly in time, but they require some disk space as > well). Hence the hack in 0001, but I'm not sure if it brings as much > benefits as when I made it (given Ludovic keeps improving the way Guix > gets built :-)). > > A fresh benchmark could be interesting if you have lots of time on your > hands. Sorry, I don't think I'll be able to do that :) Cheers! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl7BaDAACgkQm9z0l6S7 zH8lgggAhSLKsuANE2xk3GPeHZC/u/FMM2ykeG9bTaNn+0BpFqyyl8OODAzk/b6o cXF8TudOb1ODuL4ma88fU37G8PDI5KsUpVQGpBs+I9cOfJ4Q9CHW5ho3aa8WsdF8 jCTt7JoPjElhKTMg8Kz2m+ZqTYOOhW6laOwf/95cKqqXjwcj21vsIZGju/uDMNjm qlymtNCkq/1tFrtkgc+/idROGGIxJsz2/lwNZcuavZPVX9POCmsF8dfjRFyd5pF9 1gx6oKmsbTbUmIBgdcLTAaXFLOT6GEAkmKR1w2YA3M3BnGFjIR+lyAWeJ2WJ71Oi 9d1RxF1XifESEnyN4Cn0oFDlYgmCXg== =A8+G -----END PGP SIGNATURE----- --=-=-=--