From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D942B19ADA4 for ; Thu, 7 May 2026 01:20:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778116856; cv=none; b=kSO2tEr4OlYLUxiCDlk5YbCyLjA1C9gKGUejyb4fVV6Y0iVXPupJIWKZDsGZUL0rFxA46Wrj4l3/vHd7aQPBYlv9GWnoY0nlKLfLcO7C2h8F3kmf1Vkjx55a6kXmLMt5VAJkTBwd4JMP1Ds+6uYs5KNvH9QitAMD5iXQr24ZJ7U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778116856; c=relaxed/simple; bh=gaTVsUzmDP70CuIhumE7WkXUpPCIiRpU25UkBAPsygM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Y0ckbsGz20SDuk+rBNiL9ZC7izOLIulivvRXuxuR4EMNpYVOsjyIvGlzK2QWU1aC9tk2QDa4wvAB3vS49vj3uviy3it0V8MltwTw+QwSaUkJzy0ZebXIvyLjp/TGfo3JTbhvpHzOPWBCtNr4qf/fKC6TUwOBP+oBboy3kwnHCc4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X1S9e4T8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="X1S9e4T8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 73006C2BCB2; Thu, 7 May 2026 01:20:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778116856; bh=gaTVsUzmDP70CuIhumE7WkXUpPCIiRpU25UkBAPsygM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=X1S9e4T8N0TTb2U8C/o0hTarBFxRPFGvDWkOLZVCvwQCfvKdtmAFpfFkzKoLtxf44 gjTjwCmmMGfHzj4KFXxg0A3WjMYnk7S3ZlE7wo6JYnBBiNV1+B+vNDeUmA91G4h3qJ XxNlLKepErnQsHyxtB7CP6xs5VRzqMh5svPjYE+K8DSle4mAAOtxz3oc/pQ1cSsY+h TN4TZY0gSNQI7qWDJntsUz5q5Hb4jvAXvSNKBJE2OIiPiFCZBHo4SWyTggwHLuvU4j Tjf2UgzpFAyJTqSd9fgmyj+gC5K7Tj5++5gf+W+7f9EUtADa5yHnzoVsnjve+YWsay 89m88cbpPAiPg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FCF1393089F; Thu, 7 May 2026 01:20:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 net] net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177811680605.3288757.12491304550641844471.git-patchwork-notify@kernel.org> Date: Thu, 07 May 2026 01:20:06 +0000 References: <20260505091133.2452510-1-edumazet@google.com> In-Reply-To: <20260505091133.2452510-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, jhs@mojatatu.com, jiri@resnulli.us, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 5 May 2026 09:11:33 +0000 you wrote: > sfq_dump_class_stats() runs locklessly, add needed READ_ONCE() > and WRITE_ONCE() annotations. > > Fixes: edb09eb17ed8 ("net: sched: do not acquire qdisc spinlock in qdisc/class stats dump") > Signed-off-by: Eric Dumazet > --- > v2: fix logic error in sfq_dec() > > [...] Here is the summary with links: - [v2,net] net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats() https://git.kernel.org/netdev/net/c/770b136ff9bf You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html