]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Fix memory leak in xe_vm_madvise_ioctl
authorVarun Gupta <varun.gupta@intel.com>
Mon, 23 Feb 2026 17:51:45 +0000 (23:21 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 4 Mar 2026 13:54:19 +0000 (08:54 -0500)
commit0cfe9c4838f1147713f6b5c02094cd4dc0c598fa
tree97c7f6bb1e12caa9085d44b0128486e91854d2d2
parent3091723785def05ebfe6a50866f87a044ae314ba
drm/xe: Fix memory leak in xe_vm_madvise_ioctl

When check_bo_args_are_sane() validation fails, jump to the new
free_vmas cleanup label to properly free the allocated resources.
This ensures proper cleanup in this error path.

Fixes: 293032eec4ba ("drm/xe/bo: Update atomic_access attribute on madvise")
Cc: stable@vger.kernel.org # v6.18+
Reviewed-by: Shuicheng Lin <shuicheng.lin@intel.com>
Signed-off-by: Varun Gupta <varun.gupta@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260223175145.1532801-1-varun.gupta@intel.com
Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
(cherry picked from commit 29bd06faf727a4b76663e4be0f7d770e2d2a7965)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vm_madvise.c