]> git.ipfire.org Git - thirdparty/linux.git/commit
net: remove RTNL use for /proc/sys/net/core/rps_default_mask
authorEric Dumazet <edumazet@google.com>
Wed, 2 Jul 2025 06:15:58 +0000 (06:15 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 01:42:12 +0000 (18:42 -0700)
commit6058099da5e5eb057751905e587328affb93a81a
tree95ec53c89203c876b36a805065a66e195e936c6f
parentd8bf56a0ca10af7936de8bbdd510c33041dacecc
net: remove RTNL use for /proc/sys/net/core/rps_default_mask

Use a dedicated mutex instead.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250702061558.1585870-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/net-sysfs.c
net/core/net-sysfs.h
net/core/sysctl_net_core.c