2026-02-14 16:01:29
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the net_devices rss_lock when handling ethtool -x command, so drivers implementation should not lock it again. Remove the latter.