CVE-2026-45883
In the Linux kernel, the following vulnerability has been resolved:
iio: sca3000: Fix a resource leak in sca3000_probe()
spi->irq from request_threaded_irq() not released when
iio_device_register() fails. Add an return value check and jump to a
common error handler when iio_device_register() fails.
More information : https://git.kernel.org/stable/c/103ac8e3a7f345a0966ef582b8a874ac31a92c7c
