]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: ethtool: optionally skip rtnl_lock in cable test handlers
authorJakub Kicinski <kuba@kernel.org>
Fri, 5 Jun 2026 00:29:06 +0000 (17:29 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 9 Jun 2026 17:13:05 +0000 (10:13 -0700)
commitf16013fde46d38e1a79216976445e1cd79922a72
tree2b0c4390f716c89dbc268a1d6e9e385e6a36be70
parentf9a3e05114b85d63452e7f9c172b53d6a1736fe0
net: ethtool: optionally skip rtnl_lock in cable test handlers

Skip rtnl_lock in cable test handlers. This is really a noop since
no ops locked device supports these.

Reviewed-by: Eric Dumazet <edumazet@google.com>
Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20260605002912.3456868-7-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ethtool/cabletest.c