CVE-2020-36781
CVE-2020-36781: In the Linux kernel i2c: imx, a reference leak occurs when pm_runtime_get_sync returns (including failure). The leak happens because the PM runtime reference count is incremented on return from pm_runtime_get_sync, but code paths i2c_imx_xfer() and i2c_imx_remove() do not balance ...