Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: Mathieu Desnoyers via lttng-dev <lttng-dev@lists.lttng.org>
To: linux-kernel@vger.kernel.org, lttng-dev@lists.lttng.org
Cc: "Paul E. McKenney" <paulmck@kernel.org>,
	Alan Stern <stern@rowland.harvard.edu>,
	Lai Jiangshan <jiangshanlai@gmail.com>,
	Olivier Dion <odion@efficios.com>
Subject: [RELEASE] Userspace RCU 0.15.5
Date: Mon, 10 Nov 2025 20:35:35 -0500	[thread overview]
Message-ID: <ec75a1fb-f8f4-438f-a302-3857940e1932@efficios.com> (raw)

Hi,

This is the 0.15.5 release of liburcu. The most relevant
change introduced by this release is the use of
"lock; addl" to replace the "mfence" instruction for
cmm_smp_mb() on x86-64 when users build liburcu without
"compiler builtins" atomics. Users wishing to synchronize
with I/O already need to use cmm_mb().

This is motivated by the fact that "lock; addl" is significantly
faster than "mfence".

Detailed changelog:

2025-11-10 Userspace RCU 0.15.5
         * x86: Define cmm_smp_mb() as lock; addl rather than mfence
         * Introduce barrier test
         * Add test_uatomic to gitignore
         * Cleanup: Remove stray space
         * benchmark: Add uatomic benchmark

Project website: https://liburcu.org
Git repository: https://git.liburcu.org/userspace-rcu.git

Thanks,

Mathieu

-- 
Mathieu Desnoyers
EfficiOS Inc.
https://www.efficios.com


                 reply	other threads:[~2025-11-11  1:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=ec75a1fb-f8f4-438f-a302-3857940e1932@efficios.com \
    --to=lttng-dev@lists.lttng.org \
    --cc=jiangshanlai@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=odion@efficios.com \
    --cc=paulmck@kernel.org \
    --cc=stern@rowland.harvard.edu \
    /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