[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Get the engine ref while holding a lock
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 2 15:39:21 UTC 2023
== Series Details ==
Series: drm/xe: Get the engine ref while holding a lock
URL : https://patchwork.freedesktop.org/series/118786/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d9337604f63b432862dee7ae3b9b34a8403123e0
Author: Mika Kuoppala <mika.kuoppala at linux.intel.com>
Date: Fri Jun 2 18:21:49 2023 +0300
drm/xe: Get the engine ref while holding a lock
The engine xarray holds a ref to engine, guarded by the lock.
While we do lookup for engine, we need to take the ref inside
the lock to prevent potential use-after-free during
ioctls.
Signed-off-by: Mika Kuoppala <mika.kuoppala at linux.intel.com>
+ /mt/dim checkpatch 241c03cc415b25000bdf0031349ea79f9b556297 drm-intel
d9337604f drm/xe: Get the engine ref while holding a lock
More information about the Intel-xe
mailing list