NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59571 CVS commit: [netbsd-11] src/external
The following reply was made to PR bin/59571; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59571 CVS commit: [netbsd-11] src/external
Date: Mon, 25 Aug 2025 16:17:26 +0000
Module Name: src
Committed By: martin
Date: Mon Aug 25 16:17:26 UTC 2025
Modified Files:
src/external/lgpl2/userspace-rcu/lib/liburcu [netbsd-11]: Makefile
src/external/lgpl2/userspace-rcu/lib/liburcu-signal [netbsd-11]:
Makefile
src/external/mpl/bind [netbsd-11]: Makefile.inc bind2netbsd
src/external/mpl/bind/include [netbsd-11]: config.h
Log Message:
Pull up following revision(s) (requested by mrg in ticket #16):
external/lgpl2/userspace-rcu/lib/liburcu-signal/Makefile: revision 1.2
external/mpl/bind/bind2netbsd: revision 1.11
external/lgpl2/userspace-rcu/lib/liburcu/Makefile: revision 1.2
external/mpl/bind/include/config.h: revision 1.24
external/mpl/bind/Makefile.inc: revision 1.18
named: use liburcu-mb on netbsd.
make libucru use RCU_MB by default.
fix the liburcu-signal library name (built but unused.)
on netbsd, RCU_MEMBARRIER is identical to RCU_MB, except with some
extra code run at init time (in a ctor) and then falling back to
being identical because that code ultimately hard coded to fail.
this reduces the startup code very minimally, and avoids using
a linux-specific version (that has fallback for old linux that
works on netbsd.) it also avoids the problem in PR#59571, though
the problem seen there is 100% still a problem, and i'll file a
separate PR about that problem. (i'm hoping to provide a minimal
test case, but so far it is not very small.)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 \
src/external/lgpl2/userspace-rcu/lib/liburcu/Makefile
cvs rdiff -u -r1.1 -r1.1.2.1 \
src/external/lgpl2/userspace-rcu/lib/liburcu-signal/Makefile
cvs rdiff -u -r1.17 -r1.17.2.1 src/external/mpl/bind/Makefile.inc
cvs rdiff -u -r1.10 -r1.10.2.1 src/external/mpl/bind/bind2netbsd
cvs rdiff -u -r1.23 -r1.23.2.1 src/external/mpl/bind/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index