unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob f7f0fc35a9bdef02766493a0d5c27ad995c4e65b 722 bytes (raw)
name: packages/patches/netdde-build-fix.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
Upstream status: Presented upstream.

    https://lists.gnu.org/archive/html/bug-hurd/2023-05//msg00449.html

From b0a7e4f2706bea8d1c80d5af7a095941f9635033 Mon Sep 17 00:00:00 2001
From: Janneke Nieuwenhuizen <janneke@gnu.org>
Date: Fri, 26 May 2023 17:39:17 +0200
Subject: [PATCH] Update for .../rumpdisk: Fix race condition in bootstrap

---
 machdev.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/machdev.c b/machdev.c
index dda5eb8ba..1a6811072 100644
--- a/machdev.c
+++ b/machdev.c
@@ -18,5 +18,6 @@ void machdev_run1 (void *arg)
 
 void machdev_run2(void)
 {
-	machdev_trivfs_server(bootstrap);
+	machdev_trivfs_server_startup(bootstrap);
+	machdev_trivfs_server_loop(NULL);
 }
-- 
2.40.1


debug log:

solving f7f0fc35a9bdef02766493a0d5c27ad995c4e65b ...
found f7f0fc35a9bdef02766493a0d5c27ad995c4e65b in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).