[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/35: gnu: hurd: Add refcounts-assert patch.
From: |
guix-commits |
Subject: |
27/35: gnu: hurd: Add refcounts-assert patch. |
Date: |
Tue, 3 Dec 2024 02:45:51 -0500 (EST) |
janneke pushed a commit to branch master
in repository guix.
commit 12416994273f1fcacba50bfc145311b4a850def6
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Nov 20 08:54:33 2024 +0100
gnu: hurd: Add refcounts-assert patch.
See <https://logs.guix.gnu.org/hurd/2024-11-20.log#082237>.
* gnu/packages/patches/hurd-refcounts-assert.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/hurd.scm (hurd): Use it.
Change-Id: I51ee319f1b7e26a7ed0f4e9f69755aa596ea6877
---
gnu/local.mk | 1 +
gnu/packages/hurd.scm | 3 ++-
gnu/packages/patches/hurd-refcounts-assert.patch | 26 ++++++++++++++++++++++++
3 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index c98d3756fd..a7bd32453b 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1558,6 +1558,7 @@ dist_patch_DATA =
\
%D%/packages/patches/hubbub-sort-entities.patch \
%D%/packages/patches/hueplusplus-mbedtls.patch \
%D%/packages/patches/hurd-64bit.patch \
+ %D%/packages/patches/hurd-refcounts-assert.patch \
%D%/packages/patches/hurd-rumpdisk-no-hd.patch \
%D%/packages/patches/hurd-startup.patch \
%D%/packages/patches/hwloc-1-test-btrfs.patch \
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 63249b4ef7..61833219c4 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -316,7 +316,8 @@ Hurd-minimal package which are needed for both glibc and
GCC.")
(name "hurd")
(source (origin
(inherit (package-source hurd-headers))
- (patches (search-patches "hurd-rumpdisk-no-hd.patch"
+ (patches (search-patches "hurd-refcounts-assert.patch"
+ "hurd-rumpdisk-no-hd.patch"
"hurd-startup.patch"
"hurd-64bit.patch"))))
(version (package-version hurd-headers))
diff --git a/gnu/packages/patches/hurd-refcounts-assert.patch
b/gnu/packages/patches/hurd-refcounts-assert.patch
new file mode 100644
index 0000000000..fe6d5e814f
--- /dev/null
+++ b/gnu/packages/patches/hurd-refcounts-assert.patch
@@ -0,0 +1,26 @@
+Upstream-status: Taken from
<https://salsa.debian.org/hurd-team/hurd/-/blob/12f30157cc381a1987d5a2464a9c30092241aad1/debian/patches/libports-iterate-refcount.patch>.
+
+libports-iterate-refcount.patch>
+
+http://lists.gnu.org/archive/html/bug-hurd/2016-03/msg00034.html
+
+diff --git a/libports/bucket-iterate.c b/libports/bucket-iterate.c
+index b021b99..76dc3f7 100644
+--- a/libports/bucket-iterate.c
++++ b/libports/bucket-iterate.c
+@@ -58,7 +58,14 @@ _ports_bucket_class_iterate (struct hurd_ihash *ht,
+
+ if (class == 0 || pi->class == class)
+ {
+- refcounts_ref (&pi->refcounts, NULL);
++ struct references result;
++ refcounts_unsafe_ref (&pi->refcounts, &result);
++ if (result.hard == 1 && result.weak == 0)
++ {
++ /* This one is on its way out, skip it. */
++ refcounts_deref (&pi->refcounts, NULL);
++ continue;
++ }
+ p[n] = pi;
+ n++;
+ }
- 08/35: gnu: netdde: Support the 64bit Hurd., (continued)
- 08/35: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/12/03
- 10/35: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/12/03
- 12/35: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/12/03
- 01/35: gnu: bootstrap: Add support for x86_64-gnu, aka the 64bit Hurd., guix-commits, 2024/12/03
- 07/35: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/12/03
- 02/35: system: image: Add hurd64 image types., guix-commits, 2024/12/03
- 13/35: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/12/03
- 28/35: gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd., guix-commits, 2024/12/03
- 17/35: gnu: commencement: mig-boot0: Update to 1.8+git20231217.., guix-commits, 2024/12/03
- 22/35: gnu: bootstrap: %bootstrap-glibc: Also fix libm.so., guix-commits, 2024/12/03
- 27/35: gnu: hurd: Add refcounts-assert patch.,
guix-commits <=
- 29/35: gnu: commencement: libstdc++-boot0: Support the 64bit Hurd., guix-commits, 2024/12/03
- 31/35: gnu: commencement: gcc-final: Support the 64bit Hurd., guix-commits, 2024/12/03
- 24/35: system: examples: Add devel-hurd64.tmpl., guix-commits, 2024/12/03
- 16/35: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20240714., guix-commits, 2024/12/03
- 20/35: gnu: gettext: Fix cross-build shebangs., guix-commits, 2024/12/03
- 15/35: gnu: m4: Fix build for the 64bit Hurd., guix-commits, 2024/12/03
- 19/35: gnu: commencement: libstdc++-boot0-gcc7: Replace by make-libstdc++-boot0., guix-commits, 2024/12/03
- 26/35: gnu: commencement: kernel-headers-boot0: Support the 64bit Hurd., guix-commits, 2024/12/03
- 35/35: gnu: m4: Fix build of tests on the 64bit Hurd., guix-commits, 2024/12/03
- 21/35: gnu: Add gdb-15.2, with support for the 64bit Hurd., guix-commits, 2024/12/03