✓ CI.checkpatch: success for drm/xe/svm: Fix regression disallowing 64K SVM migration
Patchwork
patchwork at emeril.freedesktop.org
Wed May 21 11:20:08 UTC 2025
== Series Details ==
Series: drm/xe/svm: Fix regression disallowing 64K SVM migration
URL : https://patchwork.freedesktop.org/series/149309/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 805476b2843d9db44a9a194d30ea779a28f4560d
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Wed May 21 11:01:02 2025 +0200
drm/xe/svm: Fix regression disallowing 64K SVM migration
When changing the condition from >= SZ_64K, it was changed to <= SZ_64K.
This disallows migration of 64K, which is the exact minimum allowed.
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/5057
Fixes: a9ac0fa455b0 ("drm/xe: Strict migration policy for atomic SVM faults")
Cc: stable at vger.kernel.org
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch 72b5b862a7983153a866cc84cbcafdab8aaf3bf9 drm-intel
805476b2843d drm/xe/svm: Fix regression disallowing 64K SVM migration
More information about the Intel-xe
mailing list