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 DCD7F34DCF3 for ; Fri, 12 Jun 2026 23:50:20 +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=1781308221; cv=none; b=QpuZhWUi3188Vy0zwf1TAGWq12Z61oWCP3WegXHBmfjxCfy405juQH+UpcuK591IVBvv6cMIxI5nUgX1GFxTVWBK70XOoPjWDO9pgLjJyr47PWMPB2ysou+nc0Xhkt2yBQblehzxr/Fw9j1v1vIuH4uA0bI6PgtrpCKEYcMfZWg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781308221; c=relaxed/simple; bh=v8s4n1m08a8NKSVDiJMnvRSH0fFqRml5wzuBDNn3VP8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Mgatg+lX9u3YiNayDJG6xsVCDd6MFbncGgE9iddXvEs+2oNP5hDZ7sDwP+s8ZMGKV45cVfDTVDRIN4oBVkQuFNAkNGBxFRfwmJLY7wdUM4ZlmfniDw8Mgp4+WqvKbufgx10dHIOXAZX+ooNd9BrqIDE9lNNrHpE8zybo0TWaRlE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IDoMl7yy; 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="IDoMl7yy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8E1E1F000E9; Fri, 12 Jun 2026 23:50:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781308220; bh=uB3HsOfnb2kZ0EzOZZuYoSXKniGicSMigJfrAagnAkY=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=IDoMl7yypf788yfooFiA9oHzj1eV2Yg3AtF16uXPLYiGBaoBYrjuHBJRQ2XG0UWd1 UZvuPmDgzH10+2w7QXzv5Tb7D8r1zqpjFgtRSL51e6NT5TL5wd1uJiMJyHEkKxfXvn FUfEjxq0M36GlQXNQpmvyEy4I+TWcQZPaJFfvfbbO5AZ9WkTH/03o+i+yYH6JLLl0v 9n6VtSgAB0Yrr3vftBuBd05yrYapNYd8zZeK9iQrlWKjM9LpbK8L/Jun6rfFRSPyKD B6mcQ4q1f7MV5VXnmqdT9uCBeyGh0oqUHR0qkr/cVsw1Ufl2UU72UfzXOC0i1/zkPR OmX6n++Lpg9HQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 9397A39E9602; Fri, 12 Jun 2026 23:50:18 +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 net] ip_tunnel: annotate data-races around t->err_count and t->err_time From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178130821713.1294761.16402242883960521117.git-patchwork-notify@kernel.org> Date: Fri, 12 Jun 2026 23:50:17 +0000 References: <20260611165247.2710257-1-edumazet@google.com> In-Reply-To: <20260611165247.2710257-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, idosch@nvidia.com, dsahern@kernel.org, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 11 Jun 2026 16:52:47 +0000 you wrote: > ip_tunnel_xmit() runs locklessly (dev->lltx == true). > > ipgre_err() and ipip_err() also run locklessly. > > We need to add READ_ONCE() and WRITE_ONCE() annotations > around t->err_count and t->err_time. > > [...] Here is the summary with links: - [net] ip_tunnel: annotate data-races around t->err_count and t->err_time https://git.kernel.org/netdev/net-next/c/80a7e3507d86 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html