CVE-2024-44995
net: hns3: fix a deadlock problem when config TC during resetting
In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix a deadlock problem when config TC during resetting When config TC during the reset process, may cause a deadlock, the flow is as below: pf reset start โ โผ ...... setup tc โ โ โผ โผ DOWN: napi_disable() napi_disable()(skip) โ โ โ โผ โผ ...... ...... โ โ โผ โ napi_enable() โ โผ UINIT: netif_napi_del() โ โผ ...... โ โผ INIT: netif_napi_add() โ โผ ...... global reset start โ โ โผ โผ UP: napi_enable()(skip) ...... โ โ โผ โผ ...... napi_disable() In reset process, the driver will DOWN the port and then UINIT, in this case, the setup tc process will UP the port before UINIT, so cause the problem. Adds a DOWN process in UINIT to fix it.
| Vendor | linux |
| Product | linux |
| Ecosystems | |
| Industries | Technology |
| Published | Sep 4, 2024 |
| Last Updated | May 11, 2026 |
Get instant alerts for linux linux
Be the first to know when new unknown vulnerabilities affecting linux linux are published โ delivered to Slack, Telegram or Discord.