]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitc66d7c3c1f173cf73a2a2f8302666d86beafff22
tree1286df8c0b8ebfa80822f625cb198c469b14d802
parenta0bfd64397b819c8ad0c4ac7fd948702e78193e0
parentd5551f4c1800dc714cec86647bdd651ae0de923e
Merge branch 'ethtool-module-fix-a-handful-of-small-bugs'

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>