In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: fix memory leak in tbnetopen() When tbringallocrx() failed in tbnetopen(), ida that allocated in tbxdomainallocouthopid() is not released. Add tbxdomainreleaseout_hopid() to the error path to release ida.