]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-ethtool-make-sure-__ethtool_get_link_ksettings-is-ops-locked'
authorJakub Kicinski <kuba@kernel.org>
Thu, 4 Jun 2026 21:05:01 +0000 (14:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Jun 2026 21:05:02 +0000 (14:05 -0700)
commit6a5d837f0ce2486383259b13d3c9c294c87add3b
treea87d63af73652ca5c93540a5fc051aba1db7b2a8
parent93790c374b9d77f3db15786d7d432872d92751cf
parent9f275c2e9020a68b71a3c3bbe5d96e7c3546eee1
Merge branch 'net-ethtool-make-sure-__ethtool_get_link_ksettings-is-ops-locked'

Jakub Kicinski says:

====================
net: ethtool: make sure __ethtool_get_link_ksettings() is ops-locked

This is prep for the series which will make most of the ethtool ops
run without rtnl_lock. The AI bots surfaced a number of callers of
__ethtool_get_link_ksettings() which need fixing, so I decided to
send that as a smaller prep-series. Each driver changed separately
for ease of review.

Full series unlocking ethtool ops AKA v1::
https://lore.kernel.org/20260528231637.251822-1-kuba@kernel.org
====================

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