From patchwork Sun Sep 13 17:12:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10199 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 4hjZbh3CVwz3xTP for ; Sun, 13 Sep 2026 17:12:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.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 4hjZbd4WF6z5xL for ; Sun, 13 Sep 2026 17:12:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbb1tstz379Y for ; Sun, 13 Sep 2026 17:12:43 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (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 4hjZbR3rBhz365j for ; Sun, 13 Sep 2026 17:12:35 +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 4hjZbR1sMjz4NK; Sun, 13 Sep 2026 17:12:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319555; 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=L4WVCkC6O+iCUis4Rugns0nyfY3kWJX7QQZzWM3RMPE=; b=H8dKUtODbWc4Z7jSvtlaopIK/1C8l1EuRvEyppDnXGCPFpT7n9Vt5J4T+PgKrjnBW5d0+y 1+5Y3pP2j6s7dVDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319555; 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=L4WVCkC6O+iCUis4Rugns0nyfY3kWJX7QQZzWM3RMPE=; b=cC1G98ijgVuSrK+V9+ai2fCIMJ46MTjZrMfdeoDdGnlOE6C8x/4Fn9ErpNxdkq0MTV4QbO jz6IN++99L9DhM0mdDeNVG1Bpru9wTIVPp7LQHXtU2Jd2olN7V3yXZ78nBT+TSy0PMqbbo 087899y6vEhLLXdNG94ZeLejaJxoigRTvgEkQ+26sRxesu0d5pSA91SNwIJgaOuyNrXTla A99fOUEyCAMIg8sb6Y8SqlnOHxoAuI87RLD7rSqZ/jkmtJcDBVjqKBAdSJN/6UibyGyNe1 ggCdlWO8Oljxphj8NrhRjz0EnxEgjA+HObgV23+3uerxMbpg7J2BuPSMeWqm+Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship liburcu Date: Sun, 13 Sep 2026 19:12:05 +0200 Message-ID: <20260913171230.3920551-6-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/205/filelists/liburcu | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/liburcu diff --git a/config/rootfiles/core/205/filelists/liburcu b/config/rootfiles/core/205/filelists/liburcu new file mode 120000 index 000000000..d19012e04 --- /dev/null +++ b/config/rootfiles/core/205/filelists/liburcu @@ -0,0 +1 @@ +../../../common/liburcu \ No newline at end of file