summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@nvidia.com>2026-05-17 14:50:09 +0300
committerJakub Kicinski <kuba@kernel.org>2026-05-19 18:13:01 -0700
commitbcdfd9fb109e0c9d76c345b2346b6b75ed1f476d (patch)
treea6e656b674d3c41e925a04fec9c7976ad77518fb /scripts/patch-kernel
parent65d6d1fa50933a056305ba3f743dfb9d74cead39 (diff)
bridge: Add missing READ_ONCE() annotations around FDB destination port
When roaming, the FDB destination port can change without holding the bridge's hash lock. Therefore, add missing READ_ONCE() annotations in both RCU readers and readers that hold the lock. In the latter case, the annotation is not needed in places where the FDB entry was already validated to be a local entry since such entries cannot roam. Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com> Signed-off-by: Ido Schimmel <idosch@nvidia.com> Link: https://patch.msgid.link/20260517115009.175163-1-idosch@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions