CVE-2023-53744
CVE-2023-53744 affects the Linux kernel TI AM33xx PM domain (soc: ti: pm33xx). Root cause: a refcount leak in wkup_m3_ipc_get() path not balanced by wkup_m3_ipc_put() in error paths, leaving a refcount increment unreleased during probe failure. The issue is resolved by adding the missing refcount...