3 matches found
CVE-2024-56671
In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irqchip.name from probe function to the initialization of "irqchip" struct in order to fix vGPIO driver crash during bootup. Crash was caused by unauthorized modification o...
CVE-2024-56671
CVE-2024-56671 affects the Linux kernel gpio graniterapids vGPIO driver. A crash during boot was caused by unauthorized modification of irq_chip.name via casting away const in gpio_irq_chip_set_chip; the issue stems from suboptimal initialization. The fix moves irq_chip.name initialization into t...
CVE-2024-56671 gpio: graniterapids: Fix vGPIO driver crash
In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irqchip.name from probe function to the initialization of "irqchip" struct in order to fix vGPIO driver crash during bootup. Crash was caused by unauthorized modification o...