✓ CI.checkpatch: success for drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 11 22:06:04 UTC 2024
== Series Details ==
Series: drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup (rev3)
URL : https://patchwork.freedesktop.org/series/136013/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 94856a97fbc819666d61427700da4c2c284e5d53
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Thu Jul 11 14:12:03 2024 -0700
drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup
Increment num_syncs after xe_sync_entry_parse() is successful to ensure
the xe_sync_entry_cleanup() logic under "err_syncs" label works correctly.
v2: Use the same pattern as that in xe_vm.c (Matt Brost)
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch b8617992926ffce3569049c2eb3dffeef5eafe75 drm-intel
94856a97fbc8 drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup
More information about the Intel-xe
mailing list