diff mbox series

[AUH] liburcu: upgrading to 0.15.7 SUCCEEDED

Message ID 010101a0945dad62-a33db34b-2f77-4277-9be1-8bd4992b6a3b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] liburcu: upgrading to 0.15.7 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 12, 2026, 6:46 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *liburcu* to *0.15.7* has Succeeded.

Next steps:
    - apply the patch: git am 0001-liburcu-upgrade-0.15.6-0.15.7.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From e7baa4ba2191f4b74d4b6ab6cddb3ffc16ece709 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 12 Sep 2026 06:45:52 +0000
Subject: [PATCH] liburcu: upgrade 0.15.6 -> 0.15.7

Source: ChangeLog

2026-09-11 Userspace RCU 0.15.7
	* call-rcu worker: set CPU affinity on first non-empty dequeue
	* Fix: leaky wfcq tests
	* Fix: test_build.c: Test output mismatch
	* Fix: workqueue leaks mutexes on FreeBSD
	* Fix: call-rcu leaks mutexes on FreeBSD
	* call_rcu: pin per-CPU worker at thread startup
	* urcu-pointer: Add rcu_dereference_sym2() taking the pointer address
	* urcu-pointer: Fix missing memory ordering in rcu_dereference_sym()
---
 .../liburcu/{liburcu_0.15.6.bb => liburcu_0.15.7.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/liburcu/{liburcu_0.15.6.bb => liburcu_0.15.7.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-support/liburcu/liburcu_0.15.6.bb b/meta/recipes-support/liburcu/liburcu_0.15.7.bb
similarity index 91%
rename from meta/recipes-support/liburcu/liburcu_0.15.6.bb
rename to meta/recipes-support/liburcu/liburcu_0.15.7.bb
index 140488eaa3..0aa51903be 100644
--- a/meta/recipes-support/liburcu/liburcu_0.15.6.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.15.7.bb
@@ -13,7 +13,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \
 
 SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
 
-SRC_URI[sha256sum] = "850b192096eb11ebf2c70e8f97bc7da7479ee41da1bebeb44e3986908bac414f"
+SRC_URI[sha256sum] = "2556b83adc0f9b3ac8024e613e17d014d04c4c49110604ce55fcb14eae32edd3"
 
 S = "${UNPACKDIR}/userspace-rcu-${PV}"
 inherit autotools multilib_header