Merge branch 'net_sched-act-extend-rcu-use-in-dump-methods'
authorJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 23:01:23 +0000 (16:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 23:01:24 +0000 (16:01 -0700)
commitf45b45cbfae394583394051444f766fff3c151f5
tree1677bf66c672baff68125bdada25b6c3965b9334
parent0346000aaab8cf8baf4ae40c48a5779a03971e80
parent1f376373bd225c90381b745e38fa65a9386f7f8e
Merge branch 'net_sched-act-extend-rcu-use-in-dump-methods'

Eric Dumazet says:

====================
net_sched: act: extend RCU use in dump() methods

We are trying to get away from central RTNL in favor of fine-grained
mutexes. While looking at net/sched, I found that act already uses
RCU in the fast path for the most cases, and could also be used
in dump() methods.

This series is not complete and will be followed by a second one.

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

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