]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'net-second-round-to-use-dev_net_rcu'
authorJakub Kicinski <kuba@kernel.org>
Tue, 11 Feb 2025 02:09:11 +0000 (18:09 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 11 Feb 2025 02:09:12 +0000 (18:09 -0800)
commit9dfedb8dc78b4eff15873a2e29731cf7028058ab
tree3d71d9150dc8cf64ae890475ac4e630c0bf491d6
parentcb6cc8ed77177c7553c2f8ac8605d32de58f43ac
parent087c1faa594fa07a66933d750c0b2610aa1a2946
Merge branch 'net-second-round-to-use-dev_net_rcu'

Eric Dumazet says:

====================
net: second round to use dev_net_rcu()

dev_net(dev) should either be protected by RTNL or RCU.

There is no LOCKDEP support yet for this helper.

Adding it would trigger too many splats.

This second series fixes some of them.
====================

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