]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Do not kill VM in PT code on -ENODATA
authorMatthew Brost <matthew.brost@intel.com>
Fri, 13 Jun 2025 23:18:08 +0000 (16:18 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Tue, 17 Jun 2025 15:25:57 +0000 (08:25 -0700)
commitbadf45650bbd14e17ae3d8088a6be672c96a7665
tree148816137a4cb0ab316d1afe5fce7021f9e736d7
parent33c77e00f2ee74406474c2b6e2adab45f25e4bf2
drm/xe: Do not kill VM in PT code on -ENODATA

No need kill on -ENODATA as is this non-fatal error can occur when MMU
notifiers race with prefetches.

Fixes: 09ba0a8f06cd ("drm/xe/svm: Implement prefetch support for SVM ranges")
Cc: stable@vger.kernel.org
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>>
Link: https://lore.kernel.org/r/20250613231808.752616-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_pt.c