✗ CI.checkpatch: warning for Replace xe_hmm with gpusvm
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 20 17:37:57 UTC 2025
== Series Details ==
Series: Replace xe_hmm with gpusvm
URL : https://patchwork.freedesktop.org/series/146553/
State : warning
== 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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6f2612d8c694f0ef54f51ce2f65c06d1c5e0a637
Author: Matthew Auld <matthew.auld at intel.com>
Date: Thu Mar 20 17:30:04 2025 +0000
drm/xe/userptr: replace xe_hmm with gpusvm
Goal here is cut over to gpusvm and remove xe_hmm, relying instead on
common code. The core facilities we need are get_pages(), unmap_pages()
and free_pages() for a given useptr range, plus a vm level notifier
lock, which is now provided by gpusvm.
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 1f934e6cad9aa2378895190f52f2f363e3323945 drm-intel
936707e01055 drm/gpusvm: fix hmm_pfn_to_map_order() usage
-:15: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#15:
Reported-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
total: 0 errors, 1 warnings, 0 checks, 43 lines checked
16ef137c4e3a drm/gpusvm: use more selective dma dir in get_pages()
f56441bea99a drm/gpusvm: mark pages as dirty
1fa4fa6a4101 drm/gpusvm: pull out drm_gpusvm_pages substructure
89ea2f8b7e98 drm/gpusvm: lower get/unmap pages
90ad125c0327 drm/gpusvm: support basic_range
6f2612d8c694 drm/xe/userptr: replace xe_hmm with gpusvm
-:53: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#53:
deleted file mode 100644
total: 0 errors, 1 warnings, 0 checks, 406 lines checked
More information about the Intel-xe
mailing list