public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] liburcu: Update to version 0.14.0
Date: Thu, 02 Mar 2023 11:14:13 +0100	[thread overview]
Message-ID: <20230302101419.3443689-8-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 7761 bytes --]

- Update from version 0.13.2 to 0.14.0
- Update of rootfile
- Changelog
2023-02-14 Userspace RCU 0.14.0
	* Fix: urcu-bp: only teardown call-rcu worker in destructor
	* Fix: rculfhash: urcu_die() takes positive error value
	* Fix: call_rcu: teardown default call_rcu worker on application exit
	* Fix: join worker thread in call_rcu_data_free
	* Docs: clarify grace period polling API
	* Document grace period polling in rcu-api.md
	* Implement poll rcu stress test in rcutorture
	* urcu-memb,mb,signal: Implement grace period polling
	* Fix: auto-resize hash table destroy deadlock
	* Fix building on MSYS2
	* rculfhash: Include rculfhash-internal.h from local directory
	* Remove "Darwin" from "should also work on list"
	* Merge branch 'adah1972-improve-md'
	* Add semicolons at the end of function prototypes
	* Wrap a file name in backticks
	* Wrap command-line options in backticks
	* Fix a wrong format
	* Wrap URLs in angle brackets
	* Fix Markdown issues
	* Fix: Always check pthread_create for failures
	* Disable signals in URCU background threads
	* Fix: futex.h: include headers outside extern C
	* Fix: add missing unused attribute to _rcu_dereference
	* Fix: change method used by _rcu_dereference to strip type constness
	* Fix: remove type constness in URCU_FORCE_CAST's C++ version
	* Move extern "C" down in include/urcu/urcu-bp.h
	* fix: ifdef linux specific cpu count compat
	* Add unit tests for possible_cpus_array_len
	* fix: sysconf(_SC_NPROCESSORS_CONF) can be less than max cpu id
	* Fix: revise obsolete command in README.md
	* Fix: workqueue: remove unused variable "ret"
	* Fix: urcu-qsbr: futex wait: handle spurious futex wakeups
	* Fix: urcu: futex wait: handle spurious futex wakeups
	* Fix: urcu-wait: futex wait: handle spurious futex wakeups
	* Fix: defer_rcu: futex wait: handle spurious futex wakeups
	* Fix: call_rcu: futex wait: handle spurious futex wakeups
	* Fix: workqueue: futex wait: handle spurious futex wakeups
	* Fix: Use %lu rather than %ld to print count
	* Update ABI definition files
	* Bump version current and age
	* alpha: allocate membarrier system call number
	* Bump version to 0.14.0-pre
	* Improved test framework
	* rculfhash: introduce cds_lfht_node_init_deleted
	* Fix: changelog: v0.13.0 was released in 2021
	* cleanup: i386 arch detection
	* fix: properly detect 'cmpxchg' on x86-32
	* fix: use urcu-tls compat with c++ compiler
	* Fix typo
	* fix: remove autoconf features default value in help message
	* fix: add missing pkgconfig file for memb flavour lib
	* Cleanup: Tests: Remove useless pre-C99 compatibility code from tap.h
	* Document C99 and C++11 requirement in README.md
	* Always use '__thread' for Thread local storage except on MSVC
	* Fix: powerpc32: transparent unions alter calling convention
	* fix: don't use C++ thread_local on MacOs
	* wfcqueue API: implement overloaded wrappers with templates
	* wfcqueue: combine C++ API cds_wfcq_head_cast with overloading
	* wfstack C++ API: implement overloaded wrappers with templates
	* lfstack C++ API: implement overloaded wrappers with templates
	* wfstack: combine C++ API cds_wfs_stack_cast with overloading
	* lfstack: combine C++ API cds_lfs_stack_cast with overloading
	* fix: test_build tap plan
	* Test C++ build of list head init
	* Fix order of initializers in CDS_LIST_HEAD_INIT
	* unit tests: test wfcqueue, wfstack, lfstack empty check functions in C++
	* wfcqueue: implement C++ API based on function overloading
	* wfstack: implement C++ API based on function overloading
	* lfstack: implement C++ API based on function overloading
	* Fix tap.h: remove extra semicolon in pass/fail macros
	* Add C++ build tests
	* Build and run regression and unit tests as C++ programs
	* Add --enable-Werror configure switch
	* Add `urcu_posix_assert()` as `assert()` replacement
	* Rename `urcu_assert()` to `urcu_assert_debug()`
	* cleanup: spelling fixes in comments
	* Make temporary variable in _rcu_dereference non-const
	* (tls-ie2) Fix: x86 and s390: uatomic __hp() macro C++ support
	* Fix: x86 and s390: uatomic __hp() macro clang support
	* Fix: x86 and s390 uatomic: __hp() macro warning with gcc 11

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/liburcu | 18 ++++++++++--------
 lfs/liburcu                     |  6 +++---
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/config/rootfiles/common/liburcu b/config/rootfiles/common/liburcu
index c67695c8d..029fc6f50 100644
--- a/config/rootfiles/common/liburcu
+++ b/config/rootfiles/common/liburcu
@@ -24,6 +24,7 @@
 #usr/include/urcu/arch/sparc64.h
 #usr/include/urcu/arch/tile.h
 #usr/include/urcu/arch/x86.h
+#usr/include/urcu/assert.h
 #usr/include/urcu/call-rcu.h
 #usr/include/urcu/cds.h
 #usr/include/urcu/compiler.h
@@ -92,6 +93,7 @@
 #usr/include/urcu/urcu-futex.h
 #usr/include/urcu/urcu-mb.h
 #usr/include/urcu/urcu-memb.h
+#usr/include/urcu/urcu-poll.h
 #usr/include/urcu/urcu-qsbr.h
 #usr/include/urcu/urcu-signal.h
 #usr/include/urcu/urcu.h
@@ -102,35 +104,35 @@
 #usr/lib/liburcu-bp.la
 #usr/lib/liburcu-bp.so
 usr/lib/liburcu-bp.so.8
-usr/lib/liburcu-bp.so.8.0.0
+usr/lib/liburcu-bp.so.8.1.0
 #usr/lib/liburcu-cds.la
 #usr/lib/liburcu-cds.so
 usr/lib/liburcu-cds.so.8
-usr/lib/liburcu-cds.so.8.0.0
+usr/lib/liburcu-cds.so.8.1.0
 #usr/lib/liburcu-common.la
 #usr/lib/liburcu-common.so
 usr/lib/liburcu-common.so.8
-usr/lib/liburcu-common.so.8.0.0
+usr/lib/liburcu-common.so.8.1.0
 #usr/lib/liburcu-mb.la
 #usr/lib/liburcu-mb.so
 usr/lib/liburcu-mb.so.8
-usr/lib/liburcu-mb.so.8.0.0
+usr/lib/liburcu-mb.so.8.1.0
 #usr/lib/liburcu-memb.la
 #usr/lib/liburcu-memb.so
 usr/lib/liburcu-memb.so.8
-usr/lib/liburcu-memb.so.8.0.0
+usr/lib/liburcu-memb.so.8.1.0
 #usr/lib/liburcu-qsbr.la
 #usr/lib/liburcu-qsbr.so
 usr/lib/liburcu-qsbr.so.8
-usr/lib/liburcu-qsbr.so.8.0.0
+usr/lib/liburcu-qsbr.so.8.1.0
 #usr/lib/liburcu-signal.la
 #usr/lib/liburcu-signal.so
 usr/lib/liburcu-signal.so.8
-usr/lib/liburcu-signal.so.8.0.0
+usr/lib/liburcu-signal.so.8.1.0
 #usr/lib/liburcu.la
 #usr/lib/liburcu.so
 usr/lib/liburcu.so.8
-usr/lib/liburcu.so.8.0.0
+usr/lib/liburcu.so.8.1.0
 #usr/lib/pkgconfig/liburcu-bp.pc
 #usr/lib/pkgconfig/liburcu-cds.pc
 #usr/lib/pkgconfig/liburcu-mb.pc
diff --git a/lfs/liburcu b/lfs/liburcu
index 5b1d6fd45..6825b50a6 100644
--- a/lfs/liburcu
+++ b/lfs/liburcu
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.13.2
+VER        = 0.14.0
 
 THISAPP    = userspace-rcu-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6d502e0035b03df262c917ba70f7442e2bd81369091b2c521fe5c32f31ed2ef7404070759f3a8910b767153e05d28e354d5e5ece2a3ba17e4a31dd7db3e1924f
+$(DL_FILE)_BLAKE2 = ba9fa4c6dec693d2616234187db531f00fc0ade65f7e2a57182d9441728ddfa6f3e9d4544b824ca5edf7c027a43c9231d998a309c01f4bbab1eeefe856344f77
 
 install : $(TARGET)
 
-- 
2.39.2


  parent reply	other threads:[~2023-03-02 10:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 10:14 [PATCH] apr: Update to version 1.7.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] curl: Update to version 7.88.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] e2fsprogs: Update to version 1.47.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] ethtool: Update to version 6.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] gnutls: Update to version 3.8.0 Adolf Belka
2023-03-02 10:14 ` [PATCH] harfbuzz: Update to version 7.0.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] iproute2: Update to version 6.2.0 Adolf Belka
2023-03-02 10:14 ` Adolf Belka [this message]
2023-03-02 10:14 ` [PATCH] lmdb: Update to version 0.9.30 Adolf Belka
2023-03-02 10:14 ` [PATCH] make: Update to version 4.4.1 Adolf Belka
2023-03-02 10:14 ` [PATCH] pango: Update to version 1.50.13 Adolf Belka
2023-03-02 10:14 ` [PATCH] sudo: Update to version 1.9.13p2 Adolf Belka
2023-03-02 10:14 ` [PATCH] texinfo: Update to version 7.0.2 Adolf Belka
2023-03-02 10:14 ` [PATCH] zstd: Update to version 1.5.4 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230302101419.3443689-8-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox