CVE-2024-38597
CVE-2024-38597 affects the Linux kernel's Ethernet sungem driver. The vulnerability stems from gem_poll_controller() disabling interrupts and potentially sleeping, causing netpoll-related deadlocks when used with netpoll. The root cause is execution flow around .ndo_poll_controller, which netpoll...