In the Linux kernel, the following vulnerability has been resolved: remoteproc: sysmon: fix memory leak in qcomaddsysmonsubdev() The kfree() should be called when ofirqgetbyname() fails or devmrequestthreadedirq() fails in qcomaddsysmonsubdev(), otherwise there will be a memory leak, so add kfree() to fix it.