✗ CI.checkpatch: warning for drm/xe: Fix xe_pt_abort_unbind
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 23 01:06:58 UTC 2024
== Series Details ==
Series: drm/xe: Fix xe_pt_abort_unbind
URL : https://patchwork.freedesktop.org/series/136363/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e20f7b4d571190f1f3bda16768ce94dad76b4887
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Jul 22 18:02:30 2024 -0700
drm/xe: Fix xe_pt_abort_unbind
When restoring the childern PT entries on a bind failure the incorrect
loop index has used resulting in PT entries being leaked. This is shown
by running xe_vm.bind-array-conflict-error-inject on a VRAM device going
into a suspend state after the test completes.
Fixes: a708f6501c69 ("drm/xe: Update PT layer with better error handling")
Cc: Matthew Auld <matthew.auld at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch b27d70e1042bf6a31ba7e5acf58b61c9cd28f95b drm-intel
e20f7b4d5711 drm/xe: Fix xe_pt_abort_unbind
-:6: WARNING:TYPO_SPELLING: 'childern' may be misspelled - perhaps 'children'?
#6:
When restoring the childern PT entries on a bind failure the incorrect
^^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
More information about the Intel-xe
mailing list