From patchwork Sun Sep 13 17:12:21 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10216 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZcD1nLKz3xTW for ; Sun, 13 Sep 2026 17:13:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZcC6wFMz78R for ; Sun, 13 Sep 2026 17:13:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbl0QHFz37cG for ; Sun, 13 Sep 2026 17:12:51 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbZ415Vz30TW for ; Sun, 13 Sep 2026 17:12:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hjZbX0whgz5kr; Sun, 13 Sep 2026 17:12:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319560; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=R4HJoVaK53lIlqZr1u8bxk8OJjX5EhCqi+od8aj9obw=; b=ZT9jx7DH3dhhiFnCTMHu34NTHMkbkCxJwv0BwV/cJEwvjhsToO5AoXxdlBikTYLMtngkjr /X1BuIwHk6yRysAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319560; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=R4HJoVaK53lIlqZr1u8bxk8OJjX5EhCqi+od8aj9obw=; b=KpWctylEVcpKpO6A5LrB02cIhD+v/k8kLZS7o3hKPVOUJqfUR7EBABbiyW5s9CJ9zK0xTB R+vphjIcZcFDRMoushEJ0riDv+kyOcFgOUBzhzSozTRLOButEg8dx3Flnu8ccWHka89ND6 2lRPuYC6Q+l5Td78WP9amNQD1G4o+K+ir65Rl/MB2hpC7hgMGiLzSfusUsziB07FYqsbC0 SdA6HZ1xl8pXzyFd29DUNNo/RT23I1vJyvjP9YyH2Lrwad1p+FGDU7sEBQHgFUGMsMYnfU w0O8VDPti3EMaUf+BC4AhH8KrKnPpqIboWaaBZOdHeEfGClLpbpsn8AeVPB1Lg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] liburcu: Update to version 0.15.7 Date: Sun, 13 Sep 2026 19:12:21 +0200 Message-ID: <20260913171230.3920551-22-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 0.15.6 to 0.15.7 - Update of rootfile - Changelog 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() Signed-off-by: Adolf Belka --- config/rootfiles/common/liburcu | 14 +++++++------- lfs/liburcu | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/liburcu b/config/rootfiles/common/liburcu index e3d0352c3..004f90432 100644 --- a/config/rootfiles/common/liburcu +++ b/config/rootfiles/common/liburcu @@ -108,31 +108,31 @@ #usr/lib/liburcu-bp.la #usr/lib/liburcu-bp.so usr/lib/liburcu-bp.so.8 -usr/lib/liburcu-bp.so.8.1.0 +usr/lib/liburcu-bp.so.8.2.0 #usr/lib/liburcu-cds.la #usr/lib/liburcu-cds.so usr/lib/liburcu-cds.so.8 -usr/lib/liburcu-cds.so.8.1.0 +usr/lib/liburcu-cds.so.8.2.0 #usr/lib/liburcu-common.la #usr/lib/liburcu-common.so usr/lib/liburcu-common.so.8 -usr/lib/liburcu-common.so.8.1.0 +usr/lib/liburcu-common.so.8.2.0 #usr/lib/liburcu-mb.la #usr/lib/liburcu-mb.so usr/lib/liburcu-mb.so.8 -usr/lib/liburcu-mb.so.8.1.0 +usr/lib/liburcu-mb.so.8.2.0 #usr/lib/liburcu-memb.la #usr/lib/liburcu-memb.so usr/lib/liburcu-memb.so.8 -usr/lib/liburcu-memb.so.8.1.0 +usr/lib/liburcu-memb.so.8.2.0 #usr/lib/liburcu-qsbr.la #usr/lib/liburcu-qsbr.so usr/lib/liburcu-qsbr.so.8 -usr/lib/liburcu-qsbr.so.8.1.0 +usr/lib/liburcu-qsbr.so.8.2.0 #usr/lib/liburcu.la #usr/lib/liburcu.so usr/lib/liburcu.so.8 -usr/lib/liburcu.so.8.1.0 +usr/lib/liburcu.so.8.2.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 15f0ac602..af930c5d2 100644 --- a/lfs/liburcu +++ b/lfs/liburcu @@ -24,7 +24,7 @@ include Config -VER = 0.15.6 +VER = 0.15.7 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 = 7bc4892f7a322051a1326e7857a14ebdde5867dbccd6a7ceaf1ce0e74668e5ff5f829f6b9d5b6be2163ae000fe2a07bf937fb62b67e7959d7ed8021f67f6ce04 +$(DL_FILE)_BLAKE2 = 4efebf23aabe729294c128e80cbce4f88f0c2cdc030a551c2a6aeddd1c108028737e452b1f6d65325524794777bb04b383cfa93f2300b2d2931d042adfbd5026 install : $(TARGET)