In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Add call to putpid() Add a call to putpid() corresponding to gettaskpid(). host1xmemorycontext_alloc() does not take ownership of the PID so we need to free it here to avoid leaking. [mperttunen@nvidia.com: reword commit message]