From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta-64-225.siemens.flowmailer.net (mta-64-225.siemens.flowmailer.net [185.136.64.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 12BB3204581 for ; Fri, 21 Feb 2025 17:44:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.136.64.225 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740159880; cv=none; b=BcjMkfc6rYPel3ZinOdCrxXO1Otm+Z4TBJx0ffSBKc3wUr7edkNOaEA5+1+q1OfQtMgzxeBV7oz8mJsHjjDPovKNS09vBQKsAlafr7jEOjRo2GTkd9UzCVw3IviLi+mWwBWnSCJCyIgKpuB35AbPm/gHIXXpR6IeS7NcMW6WPXE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740159880; c=relaxed/simple; bh=ZCFO9J/fH3XF26w4a3MwKwfke0e8Eoa33vEQDv8wvi0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=XeBbQtKSrGBJ+TTLCdgrIpTcOFiu/EqVJZyXV4WqWTHHLtrj+VLp4GbYdFdhbXkFz9d2JivsENo9q2OZYgMZyVCWW7C/PH8NSCLniLsPH/FNgd4XFo+Xe7D4vIRtbXfyhF6vU21rB5w27hiA9F3sQ5WhwLqgzDyvvMbY3GYxM58= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=siemens.com; spf=pass smtp.mailfrom=rts-flowmailer.siemens.com; dkim=pass (2048-bit key) header.d=siemens.com header.i=jan.kiszka@siemens.com header.b=bXs4xoLS; arc=none smtp.client-ip=185.136.64.225 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=siemens.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rts-flowmailer.siemens.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=siemens.com header.i=jan.kiszka@siemens.com header.b="bXs4xoLS" Received: by mta-64-225.siemens.flowmailer.net with ESMTPSA id 20250221174427a9f6e21bd636bf6c76 for ; Fri, 21 Feb 2025 18:44:27 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=jan.kiszka@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=CyWYjLwgEFVupC+lE6T8M2W06qMt1/E9bEONKE95mfM=; b=bXs4xoLSnM3/LFNQ3e6xD/M4j7W7jTZBDOi1WGxYNnec5GLAP4QZooOyTV1MyRqV4xQHGL EogK2mkLxDyMG+nqtTM2QmwXHYuzM5MHulRwTjUdXnTdO5ED0TbzbM2Ufvm3Hyd0szZH36mW fAKeZmO4BVjOEA+qaEi5+B3C9nsCTF16feTKlGAkl/Za1Z8QlqArHD8uUG8gyLrCjiA1K+xx SIenUGfqOtlkI0EW6RiOd3JoMosvZU2OZyPLy7c5eNL4imPu4SXgfuCzqDnT0XN71muNDKFs RcX9x05dU6CgCp2vbR4VQn7JfTadMbx0/bTXkktD0hVpemmh2oLZuZaQ==; From: Jan Kiszka To: "Luis Claudio R . Goncalves" , stable-rt@vger.kernel.org, Pavel Machek Cc: linux-kernel@vger.kernel.org, linux-rt-users , Clark Williams , Steven Rostedt , Joseph Salisbury , Florian Bezdeka , Felix Moessbauer , Andreas Ziegler , "Ahmed S . Darwish" , Eric Dumazet , Sebastian Andrzej Siewior Subject: [5.10-rt][PATCH 0/2] backport of RT fix for nft counter Date: Fri, 21 Feb 2025 18:44:24 +0100 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-294854:519-21489:flowmailer As 5.10 requires some manual work, here are the two patches needed to address [1]. Note that 5.15-rt already has the fix (f036d9effdba). 6.1-rt and 6.6-rt can pick 4a1d3acd6ea8 without conflicts or dependencies. Pavel, please check 4.19-cip-rt and 4.4-cip-rt. I suspect the task is a bit bigger there if more or all of u64_stats should be missing. Jan [1] https://lore.kernel.org/stable-rt/CAMLffL-PTp+Y-rXsTFaC5cUJyMMiXk-Gjx59WiQvcTe46rXFrw@mail.gmail.com/T/#m67dce3408cac40318ae3dbe1c713b13621ac66c9 CC: Ahmed S. Darwish Cc: Eric Dumazet CC: Sebastian Andrzej Siewior Ahmed S. Darwish (1): u64_stats: Introduce u64_stats_set() Sebastian Andrzej Siewior (1): netfilter: nft_counter: Use u64_stats_t for statistic. include/linux/u64_stats_sync.h | 10 +++++ net/netfilter/nft_counter.c | 78 +++++++++++++++++----------------- 2 files changed, 50 insertions(+), 38 deletions(-) -- 2.43.0