✓ CI.checkpatch: success for drm/xe: Do not run GPU page fault handler on a closed VM
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 11 01:23:36 UTC 2024
== Series Details ==
Series: drm/xe: Do not run GPU page fault handler on a closed VM
URL : https://patchwork.freedesktop.org/series/138495/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ac16e075013a5ea5cb9910f35fd6f4e3d8649105
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Sep 10 18:18:20 2024 -0700
drm/xe: Do not run GPU page fault handler on a closed VM
Closing a VM removes page table memory thus we shouldn't touch page
tables when a VM is closed. Do not run the GPU page fault handler once
the VM is closed to avoid touching page tables.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch f3eded4f8a05d73a0b94f27e05737ea3427450b3 drm-intel
ac16e075013a drm/xe: Do not run GPU page fault handler on a closed VM
More information about the Intel-xe
mailing list