Merge branch 'net-add-data-race-annotations-around-dst-fields'
authorJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 21:32:32 +0000 (14:32 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 21:32:32 +0000 (14:32 -0700)
commit7945fe4858663f2d3b80b5ddcc939efbeba4f36e
tree33227e866d0d750756c8077cf6a7e9434c1f7c05
parent8077b9a911d7cb0f606217f645d82c7b083ca238
parent46a94e44b9ec4d8d20108a1748c410d71a8dc759
Merge branch 'net-add-data-race-annotations-around-dst-fields'

Eric Dumazet says:

====================
net: add data-race annotations around dst fields

Add annotations around various dst fields, which can change under us.

Add four helpers to prepare better dst->dev protection,
and start using them. More to come later.

v1: https://lore.kernel.org/20250627112526.3615031-1-edumazet@google.com
====================

Link: https://patch.msgid.link/20250630121934.3399505-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>