From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80B16C433EF for ; Thu, 14 Apr 2022 06:50:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234153AbiDNGwh (ORCPT ); Thu, 14 Apr 2022 02:52:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233525AbiDNGwg (ORCPT ); Thu, 14 Apr 2022 02:52:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD9B640A0B for ; Wed, 13 Apr 2022 23:50:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 472CE61EEB for ; Thu, 14 Apr 2022 06:50:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 9538FC385A7; Thu, 14 Apr 2022 06:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649919011; bh=eYPFaMzm2tMi/zmdt7ETJuJ7Zi1C7+ynH4eRx97OY6o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lRqSC+Qx/tINAsjfHNMbaWB5zRaKoiXv24puB0cQErlih+zn530EcOgqboYjlklka N9MvrXSeeZS5m2o79xbyB2rEw0sxMYFXseRk99d1A7IMxtl/ZKR4buWCWj3wYtV1zY 27vAHCJnqD1V7kLZEzkccakuUAp7r34z1y0YWuxZeS5k0NHWnVKSrOQhh4Tm/kg6ga oCj046k+SUuXdFhynw0OY0lsE2Q3RUK7j5kMbTQjkSatVZuiAgoXM2jYMPiwWBSrGT ZEYIKgOAR1ffWvVtwBt4lg46rb9SB8JgQccLjSkjrSo9VKEtMm4KS/iEXyV5JEzFKE 1Ote5syHXhRYg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 799C2E85D15; Thu, 14 Apr 2022 06:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] tun: annotate access to queue->trans_start From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164991901149.2774.5164833414025772461.git-patchwork-notify@kernel.org> Date: Thu, 14 Apr 2022 06:50:11 +0000 References: <20220412135852.466386-1-atenart@kernel.org> In-Reply-To: <20220412135852.466386-1-atenart@kernel.org> To: Antoine Tenart Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, edumazet@google.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Paolo Abeni : On Tue, 12 Apr 2022 15:58:52 +0200 you wrote: > Commit 5337824f4dc4 ("net: annotate accesses to queue->trans_start") > introduced a new helper, txq_trans_cond_update, to update > queue->trans_start using WRITE_ONCE. One snippet in drivers/net/tun.c > was missed, as it was introduced roughly at the same time. > > Fixes: 5337824f4dc4 ("net: annotate accesses to queue->trans_start") > Cc: Eric Dumazet > Signed-off-by: Antoine Tenart > > [...] Here is the summary with links: - [net] tun: annotate access to queue->trans_start https://git.kernel.org/netdev/net/c/968a1a5d6541 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html