2015-04-28 Userspace RCU 0.8.7
* Fix: deadlock when thread join is issued in read-side C.S. * Fix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h * Mark braced-groups within expressions with __extension__ * Fix: compat_futex_noasync race condition * Fix: documentation: urcu-pointer.h: s/rcu_dereference_pointer/rcu_dereference/ * Fix: call rcu should call internal RCU API
This commit is contained in:
parent
9fb14aef19
commit
2fe64e00f1
3 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2015/01/04 02:53:44 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2015/05/26 14:32:57 pettai Exp $
|
||||
#
|
||||
|
||||
DISTNAME= userspace-rcu-0.8.6
|
||||
DISTNAME= userspace-rcu-0.8.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://lttng.org/files/urcu/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2014/01/31 22:01:40 pettai Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2015/05/26 14:32:57 pettai Exp $
|
||||
include/urcu-bp.h
|
||||
include/urcu-call-rcu.h
|
||||
include/urcu-defer.h
|
||||
|
@ -16,6 +16,7 @@ include/urcu/hlist.h
|
|||
include/urcu/lfstack.h
|
||||
include/urcu/list.h
|
||||
include/urcu/map/urcu-bp.h
|
||||
include/urcu/map/urcu-mp.h
|
||||
include/urcu/map/urcu-qsbr.h
|
||||
include/urcu/map/urcu.h
|
||||
include/urcu/rcuhlist.h
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2015/03/19 19:14:26 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.10 2015/05/26 14:32:57 pettai Exp $
|
||||
|
||||
SHA1 (userspace-rcu-0.8.6.tar.bz2) = f10e9bf812557cd0c2a35a277e04010ec278d25d
|
||||
RMD160 (userspace-rcu-0.8.6.tar.bz2) = 4d40678ed27a78768cea1947e54a2b510b52fa33
|
||||
Size (userspace-rcu-0.8.6.tar.bz2) = 424037 bytes
|
||||
SHA1 (userspace-rcu-0.8.7.tar.bz2) = 5306999b8a3296f3dea91246d92e0a993d732898
|
||||
RMD160 (userspace-rcu-0.8.7.tar.bz2) = 284d80e80787cb6c91696984813031a810a61bd8
|
||||
Size (userspace-rcu-0.8.7.tar.bz2) = 425072 bytes
|
||||
SHA1 (patch-urcu_uatomic_generic.h) = 6492e58d704805b29e9dce119c76ebdf615adddc
|
||||
|
|
Loading…
Reference in a new issue