✓ CI.checkpatch: success for drm/xe/vsec: Allow for kernel context access (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 13 13:02:52 UTC 2025
== Series Details ==
Series: drm/xe/vsec: Allow for kernel context access (rev3)
URL : https://patchwork.freedesktop.org/series/148726/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2fa630012d5de1ffb51e58c3cefa4f2e921fdb9c
Author: Michael J. Ruhl <michael.j.ruhl at intel.com>
Date: Mon May 12 14:18:35 2025 -0400
drm/xe/vsec: Allow for kernel context access
The PMT driver API allows kernel level access to device
data. Because of this, the mutex lock use by the Xe copy
callback function turns out to be a poor choice.
Since the context of the caller can not be known, change
the mutex to a raw_spinlock to account for all use cases.
Fixes: 0c45e76fcc62 ("drm/xe/vsec: Support BMG devices")
Signed-off-by: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch 39fec6496914103994862533bbdbec4e4ea58d46 drm-intel
2fa630012d5d drm/xe/vsec: Allow for kernel context access
More information about the Intel-xe
mailing list