]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'ethtool-module-fix-a-handful-of-small-bugs'
authorJakub Kicinski <kuba@kernel.org>
Tue, 26 May 2026 15:19:36 +0000 (08:19 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 26 May 2026 15:19:36 +0000 (08:19 -0700)
Jakub Kicinski says:

====================
ethtool: module: fix a handful of small bugs

I've been poking at the locking in ethtool and it appears
that the FW flashing is not currently taking the ops lock.
Existing drivers which implement module FW flashing seem
to have their own locking, so this series doesn't actually
add the ops lock (I'll add it in net-next). But a number
of other errors have been surfaced in the process.
====================

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

Trivial merge