CVE-2023-54000
CVE-2023-54000: In the Linux kernel, the net:hns3 deadlock occurs when externel_lb and reset run together, due to napi_disable() being called before reset and restore failing to call napi_enable(), risking a double napi_disable and deadlock. The fix introduces HNS3_NIC_STATE_DOWN protection aroun...