2 matches found
CVE-2026-53226
In the Linux kernel, CVE-2026-53226 affects the rockchip GPIO IRQ domain. During probe, domain generic chips are allocated with irq_alloc_domain_generic_chips(), but on driver removal the generic chips aren’t automatically freed since IRQ_DOMAIN_FLAG_DESTROY_GC isn’t set. This causes leakage of t...
EUVD-2026-39317
In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe. However, on driver remove/teardown, the generic chips are not automatically freed when t...