CVE-2025-40250
In CVE-2025-40250, Linux kernel code for mlx5 IRQ handling fixes how cleanup is performed when request_irq() fails. The mlx5_irq_alloc() path previously could inadvertently free the entire rmap, risking a crash if other threads access it after a failure to allocate IRQ vectors. The commit changes...