From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 9B51E256C61; Tue, 2 Jun 2026 20:00:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780430412; cv=none; b=a3rXicp1+B9FSe0vwD4cJRBJr5O5eQh5MXy5r/QHmIU6IC+ofQhmOTANj1E2solYTjYgi6V6yjLrJ0GEtChVWUyCzBCZf2xud7gIRxRQ/WoUPP3nfIEEHbSUk0WlbOx3y/TaGQW9hXY60l6SmMvqbxlrsd4biTCL02TpMrXqlNY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780430412; c=relaxed/simple; bh=Pbym3ateJqpycCCBrIFVaehkRAs3cpsr0FZ4JnFM4LM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=fbB9JqtEEdTW3XwH4ZfZ9K4flkr0M6fJeePzz2tT+bO6NhkJBukU9G66vFAAASLCWnRa20glHZs5jfVMpfBsWtstO0jK5phgJaWemlzN2pww3fXTZedpnu+8iG6FNW9iFA7zN1bjiHlofEk7gVkuH5Lp+A3aXv4bqg7+t62mxbM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Oj+61BOk; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Oj+61BOk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 432631F00898; Tue, 2 Jun 2026 20:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780430411; bh=194P7vb5HseoyOFDlJNE+Is9+6yMdUnIR94zJqh2Ws4=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=Oj+61BOkW73ykU/7BSdfIfCZfutQUwxT7KrjFmhEG3ohdl6+9qyTHhFtB6eU59Fy8 3iE2ta9HJHmRHNNDure9Dmg0XWyqM0e/mzIrxQ8cUDwzP64T79LmZvz9VY995c/hGp jHF4rIpQCCGiLL42AET5U7lDiQgHSHGuFeuDmk44YskA+rJ+NLBoxF2aO9P050w74A QGP6XYR9aPcsv0rIXJ4V0czEXozMlaaDctvWmWZunUFry/s2H/lUin6cdSBuqIqcW3 ddYOILsWijXr9lpTE/bJgh3CR5CcggSNPL9Qccm79K4Nen4EdUT85KZhzU4htbmabj SF9hGMWZ94AHQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 56BC53811A6E; Tue, 2 Jun 2026 20:00:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2 0/2] netdevsim: psp: fix issues with stats collection From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178043041314.1026900.16247038628366126576.git-patchwork-notify@kernel.org> Date: Tue, 02 Jun 2026 20:00:13 +0000 References: <20260529-fix-psp-stats-v2-0-3a194eacf18e@gmail.com> In-Reply-To: <20260529-fix-psp-stats-v2-0-3a194eacf18e@gmail.com> To: Daniel Zahka Cc: kuba@kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, willemb@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 29 May 2026 06:15:26 -0700 you wrote: > It has come to my attention via a sashiko review of my net-next series > for aes-gcm in netdevsim [1] that there were preexisting issues with > netdevsim's implementation of psp statistics. > > API usage issues: > 1. not calling u64_stats_init() on the u64_stats_sync object during > init > 2. not serializing usage of the writer side API during stats update > > [...] Here is the summary with links: - [net,v2,1/2] netdevsim: psp: update rx stats on the peer netdevsim https://git.kernel.org/netdev/net-next/c/abaef7e966fd - [net,v2,2/2] netdevsim: psp: use atomic64 for psp stats counters https://git.kernel.org/netdev/net-next/c/163bea8010bd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html