From patchwork Sat Sep 12 06:46:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 98084 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76C9CC88E56 for ; Sat, 12 Sep 2026 06:46:08 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1971.1789195563695910844 for ; Fri, 11 Sep 2026 23:46:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=cS4sPQZ/; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=nBbAeZUi; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101a0945dad62-a33db34b-2f77-4277-9be1-8bd4992b6a3b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1789195562; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Ly4mvfyNEhxlYSPpyL4rY1S2LTEImXkk2NawrPDXZbk=; b=cS4sPQZ/GuePVymjb5hNS9VK6YpPBMOEw7uVpFU0dNcavARwMhwvQY9KHe9qR4v0 shqpIxb4kBPCoe5pt1MBaQBHsJRAeI+YXONb7BFN4wNDMSvzgsFXhnVNLypW03692Aq QC3ul+C9A83vIj+mnEAcIq+d2Zag/8QaLTogQC6w= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789195562; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Ly4mvfyNEhxlYSPpyL4rY1S2LTEImXkk2NawrPDXZbk=; b=nBbAeZUiAAao27XvpacAxfAsWV0uc8+PHt7Yi6cu+Hm96iGfF0vLBURW0USdTSGG aoVmXkeJHZ8WG5fkujO0mhgsFBvBGDB6AgXMEmWuGqWBrkxcGO2VONmvUScmy3qfmrM 9Cn4uKyleS16C8yoq/euFEJw412FlXYXiTytOjPY= MIME-Version: 1.0 From: auh@yoctoproject.org To: Wang Mingyu Cc: openembedded-core@lists.openembedded.org Subject: [AUH] liburcu: upgrading to 0.15.7 SUCCEEDED Message-ID: <010101a0945dad62-a33db34b-2f77-4277-9be1-8bd4992b6a3b-000000@us-west-2.amazonses.com> Date: Sat, 12 Sep 2026 06:46:02 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.12-54.240.27.29 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 12 Sep 2026 06:46:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245693 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 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 --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