[Intel-xe] ✓ CI.checkpatch: success for drm/xe: don't repin a userptr if mm is closed
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 5 00:31:55 UTC 2023
== Series Details ==
Series: drm/xe: don't repin a userptr if mm is closed
URL : https://patchwork.freedesktop.org/series/124643/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 99266be2e35ffaeeeb59b036a1c225420540f8a9
Author: Fei Yang <fei.yang at intel.com>
Date: Wed Oct 4 16:47:21 2023 -0700
drm/xe: don't repin a userptr if mm is closed
Ran into a problem where xe_vma_userptr_pin_pages failed with -EFAULT
due to the mmu_notifier.mm had been closed. In such case, the userptr
vma should not had been added to the invalidated list in the first
place.
Signed-off-by: Fei Yang <fei.yang at intel.com>
+ /mt/dim checkpatch 925411c583c351c1a54c7a27fc96e0c64f1554af drm-intel
99266be2e drm/xe: don't repin a userptr if mm is closed
More information about the Intel-xe
mailing list