]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
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)
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>

Trivial merge