4 matches found
PT-2026-84941
In the Linux kernel, the following vulnerability has been resolved: ASoC: xilinx: formatter pcm: pass aud drv data to irq handlers The irq handlers take a struct device pointer and call dev get drvdata to obtain the driver data. However, the driver data is only set at the end of probe, after devm...
PT-2025-37619
Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null pointer dereference issue has been resolved in the Linux kernel’s drm/bridge module, specifically within the megachips driver. This occurs during module removal, potentially...
DEBIAN-CVE-2025-39709
In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before hficreate, it's possible that an interrupt fires...
UBUNTU-CVE-2021-46909
In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...