PT-2026-64356 · Linux · Linux
CVE-2026-64241
·
Published
2026-07-24
·
Updated
2026-07-24
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
gpio: rockchip: teardown bugs and resource leaks
Address several teardown issues and resource leaks in the driver's remove
path and error handling:
-
Debounce clock reference leak: The debounce clock (bank->db clk) is obtained using of clk get() which increments the clock's reference count, but clk put() is never called. Register a devm action to cleanly release it on unbind. Note that of clk get(..., 1) remains necessary over devm clk get() because the DT binding does not define clock-names, precluding name-based lookup.
-
Unregistered chained IRQ handler: The chained IRQ handler is not disconnected in remove(). If a stray interrupt fires after the driver is removed, the kernel attempts to execute a stale handler, leading to a panic. Fix this by clearing the handler in remove().
-
IRQ domain leak: The linear IRQ domain and its generic chips are allocated manually during probe but never removed. Remove the IRQ domain during driver teardown to free the associated generic chips and mappings.
[Bartosz: don't emit an error message on devres allocation failure]
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux