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 1B82C2DECC5 for ; Sat, 28 Feb 2026 01:30:01 +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=1772242202; cv=none; b=H7dkeu9NgJOsQB4b4hp+4Zx2igEKB1AuJxFhtAritsUmhnEeYHfHmTaq8ESB4Z2QT+wZnN3X3drPqYABqs2o+lOEgPWIbv87d4BHS1tTVQ7KROhyOws/wljXpUsbiPxwKru+kNkhlbgH1q7zUvY4qCS1p6gcoXBO5qqTk0p1bpc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772242202; c=relaxed/simple; bh=BtEUHDKkcH2bLX5ebjsI2w+T1Cwvf0zXNM+Vb34H/KQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=J2r02GIOQUZXmZIugR25320ZOyNB/f/D4L1oOFLURRnY+SeVFExhEy6LFq5xwJYQoAEATJK4Vz13VkfJCO8DKhtYULpA/u+KleHwQQaSO8tQBANCfC52OzA8lf9e4msyyyfTdtLTX32ozoLfCPOJM92oAFKTizV7TwrJXwHgBRc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GhqxQuwj; 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="GhqxQuwj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C296FC116C6; Sat, 28 Feb 2026 01:30:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772242201; bh=BtEUHDKkcH2bLX5ebjsI2w+T1Cwvf0zXNM+Vb34H/KQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=GhqxQuwjHbL2+5rMs772nvk6TDEKPdnDxq0L/zPj4guQX8O57Fqql49HNMyJBp1TN ErWNrId4DyxeqlYJ4G4kp3e+icu4PkkYakRXnvdszT+1sbJ9mhcnV6WMv30nZ7q3ow SPs8cQeGGveHeinuvbL/5LTLzcMdxtKMi7V6fBcBxQeDiFWC5oIujGQ3huKZYRrU27 LEgFtNzvzsE+2idO0+vZJ9KUSFoDtyv2OueJIJ0esAha2Irmuwclhh3ahBwE/oLbHw Wu8VhhNQxTix48fk0/9hRA6EovBHUBGyTDnYuNoq46cSpEc5d9LE0KV8NMKLXKNkw4 QmwUY9ujlJWXA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7D0C139EF96A; Sat, 28 Feb 2026 01:30:06 +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] inet: annotate data-races around isk->inet_num From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177224220505.2830622.16544036216262878564.git-patchwork-notify@kernel.org> Date: Sat, 28 Feb 2026 01:30:05 +0000 References: <20260225203545.1512417-1-edumazet@google.com> In-Reply-To: <20260225203545.1512417-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, kuniyu@google.com, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 25 Feb 2026 20:35:45 +0000 you wrote: > UDP/TCP lookups are using RCU, thus isk->inet_num accesses > should use READ_ONCE() and WRITE_ONCE() where needed. > > Fixes: 3ab5aee7fe84 ("net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls") > Signed-off-by: Eric Dumazet > --- > include/net/inet6_hashtables.h | 2 +- > include/net/inet_hashtables.h | 2 +- > include/net/ip.h | 2 +- > net/ipv4/inet_hashtables.c | 8 ++++---- > net/ipv4/tcp_diag.c | 2 +- > net/ipv6/inet6_hashtables.c | 3 ++- > 6 files changed, 10 insertions(+), 9 deletions(-) Here is the summary with links: - [net] inet: annotate data-races around isk->inet_num https://git.kernel.org/netdev/net/c/29252397bcc1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html