userspace-rcu/userspace-rcu.changes

138 lines
5.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Mar 28 10:47:13 UTC 2014 - pgajdos@suse.com
- updated to 0.8.4:
* Fix: move wait loop increment before first conditional block
* Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S.
* Fix: out of tree build: doc/examples
* Fix: out of tree build tests/common
* tests/unit: use lib rather than source
* automake: Rename INCLUDES to AM_CPPFLAGS (new name)
* tests regressions: use lib rather than recompile from source
* tests: use common lib rather than recompile compat sources
* urcu tests: use lib rather than compile from source
* urcu mb tests: use lib rather than recompile from source
* urcu signal tests: use library rather than recompile source
* tests: move yield debug to common test library
* tests urcu bp: use lib rather than recompile source
* test_urcu_defer: link on urcu lib rather than recompile source
* tests/benchmark: use urcu qsbr lib rather than recompile from source
* Pass the CC variable to the example Makefiles
* Fix: urcu-bp interaction with threads vs constructors/destructors
* Fix undefined NULL pointer arithmetic
* Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2
* rculfhash: document max_nr_buckets = 0
-------------------------------------------------------------------
Tue Dec 3 15:11:55 UTC 2013 - dvaleev@suse.com
- Fix build on ppc64le platform
- added patches:
* userspace-rcu-ppc64le.patch
-------------------------------------------------------------------
Tue Nov 26 15:07:34 UTC 2013 - pgajdos@suse.com
- updated to 0.8.1:
* tls-compat: fix comment typo
* Keep ABI compatible with already compiled LGPL applications
* Fix: tls-compat multi-lib conflict
* Use cross compiler for doc examples
* gcc warning fixes: -Wsign-compare and -Wextra
* Fix: urcu-qsbr: reversed logic on RCU_DEBUG
* Fix: urcu-bp segfault in glibc pthread_kill()
* Fix urcu-bp: don't move registry
* Fix: compat futex duplicated lock and completion
* Fix: i386 compat code duplicated mutex instances
* Fix: urcu-bp: Bulletproof RCU arena resize bug
* Fix: test_mutex.c uninitialized mutex
-------------------------------------------------------------------
Mon Sep 9 14:52:29 UTC 2013 - pgajdos@suse.com
- updated to 0.8.0:
* Fix: hash table growth (for small tables) should be limited
* Fix: doc/examples cross-build
* Introduce URCU_INLINE_SMALL_FUNCTIONS
* etc., see ChangeLog
- gpg-offline
-------------------------------------------------------------------
Wed Mar 27 07:56:12 UTC 2013 - pgajdos@suse.com
- updated to 0.7.6:
* Discourage use of pthread_atfork() for call_rcu handlers
* Fix call_rcu fork handling
* test: fork handling
* Fix TLS detection: test with linker, add --disable-compiler-tls
* Cleanup: cast pthread_self() return value to unsigned long
* Fallback mechanism not working on platform where TLS is unsupported
-------------------------------------------------------------------
Tue Nov 20 10:59:25 UTC 2012 - pgajdos@suse.com
- updated to 0.7.5:
* 19cf3ae Fix: call_rcu list corruption on teardown
* Ensure that read-side functions meet 10-line LGPL criterion
* tls-compat.h: document sigaltstack(2) limitation
* urcu: add notice to URCU_TLS() for it is not strictly async-signal-safe
* Document sigaltstack(2) limitation
* Documentation: update LICENSE file
-------------------------------------------------------------------
Wed Aug 29 10:55:07 UTC 2012 - cfarrell@suse.com
- license update: LGPL-2.1+ and MIT and GPL-2.0+
See LICENSE file
-------------------------------------------------------------------
Tue Aug 28 06:23:06 UTC 2012 - pascal.bleser@opensuse.org
- update to 0.7.4:
* Fix: rculfhash should be offline while waiting for resize to complete
* urcu: move busy-wait code and name it ___cds_wfq_node_sync_next()
* urcu: fix compat_futex_noasync()
* urcu: add hint to DEFINE_URCU_TLS() for compound types
* Fix: CAA_BUILD_BUG_ON should refer to CAA_BUILD_BUG_ON_ZERO
* Add MIPS support
* Fix inappropriate lib behavior: don't call exit()
* Fix: re-enable compatibility with autoconf < 2.64
* Fix c99 compatibility: use __asm__ and __volatile__ in public headers
* Fix c99 compatibility: use __typeof__ instead of typeof in public headers
- changes from 0.7.1:
* fix: uatomic_set return value compile fix for non-x86 arch
- changes from 0.7.0:
* Update return value of "set" operations
* rculfhash: document implied memory barriers
* rculfhash: Ensure future-proof memory barrier semantic consistency
* uatomic: add memory barrier API for and/or/add/sub/inc/sub
* rculfhash: fix: race between replace and del operations
* rculfhash: replace unneeded rcu_dereference by CMM_LOAD_SHARED
* rculfhash: check malloc NULL pointer
* Fix uatomic sign cast
* Remove unused jhash.h file
* RCU lock-free hash table: implement cds_lfht_is_node_deleted()
* rculfhash: remove an invocation of bit_reverse_ulong() when adding
* cds_lfht_replace: add checks for old/new node hash/value match
* Add missing REMOVAL_OWNER_FLAG comment to cds_lfht_node comment
* _cds_lfht_del is not used for buckets anymore, remove parameter
* rculfhash: Relax atomicity guarantees required by removal operation
* simplify the deletion for bucket node
* Cleanup DEFINE_RCU_FLAVOR()
* Add cds_lfht_ prefix to fls_ulong, get_count_order_ulong, get_count_order_u32
* Merge RCU Lock-Free Resizable Hash Table
-------------------------------------------------------------------
Wed May 23 11:08:07 UTC 2012 - jengelh@inai.de
- Exclusively ship shared library
- Strip redundant tags/sections from specfile
-------------------------------------------------------------------
Thu Mar 29 10:59:43 CET 2012 - pascal.bleser@opensuse.org
- initial version (0.6.7)