✗ CI.checkpatch: warning for drm/xe: Take ref to VM in delayed snapshot (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 26 13:04:56 UTC 2024
== Series Details ==
Series: drm/xe: Take ref to VM in delayed snapshot (rev2)
URL : https://patchwork.freedesktop.org/series/136541/
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 00784efe718f4b570f7d89263570c67c8ff80ed6
Author: Matthew Brost <matthew.brost at intel.com>
Date: Fri Jul 26 06:00:23 2024 -0700
drm/xe: Take ref to VM in delayed snapshot
Kernel BO's don't take a ref to the VM, we need to the VM for the
delayed snapshot, so take a ref to the VM in delayed snapshot.
v2:
- Check for lrc_bo before taking a VM ref (CI)
- Check lrc_bo->vm before taking / dropping a VM ref (CI)
- Drop VM in xe_lrc_snapshot_free
47058633d9c5 ("drm/xe: Move lrc snapshot capturing to xe_lrc.c")
Cc: Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch edd84625d093bb52bfb1c0c6feb12cff308d81b7 drm-intel
00784efe718f drm/xe: Take ref to VM in delayed snapshot
-:14: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 47058633d9c5 ("drm/xe: Move lrc snapshot capturing to xe_lrc.c")'
#14:
47058633d9c5 ("drm/xe: Move lrc snapshot capturing to xe_lrc.c")
total: 1 errors, 0 warnings, 0 checks, 46 lines checked
More information about the Intel-xe
mailing list