]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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>

Trivial merge