]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
sfc: fix deadlock in RSS config read
authorEdward Cree <ecree.xilinx@gmail.com>
Fri, 23 Jan 2026 16:16:34 +0000 (16:16 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sun, 25 Jan 2026 21:02:21 +0000 (13:02 -0800)
commit944c614b0a7afa5b87612c3fb557b95a50ad654c
treeeb27b39adf267c23607e83ab993731d99ebe730c
parentf66f5c212e7407fda7b7ce864f94420c46b086cb
sfc: fix deadlock in RSS config read

Since cited commit, core locks the net_device's rss_lock when handling
 ethtool -x command, so driver's implementation should not lock it
 again.  Remove the latter.

Fixes: 040cef30b5e6 ("net: ethtool: move get_rxfh callback under the rss_lock")
Reported-by: Damir Mansurov <damir.mansurov@oktetlabs.ru>
Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126015
Suggested-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Link: https://patch.msgid.link/20260123161634.1215006-1-edward.cree@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/mcdi_filters.c