✓ CI.checkpatch: success for drm/xe/vsec: Allow for kernel context access (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon May 12 18:25:54 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 7473343ebe027cf6cced67f6816f5294a6e47efc
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 f3767db51c5d8bc3ba3f2b342332ab329044fe5b drm-intel
7473343ebe02 drm/xe/vsec: Allow for kernel context access
More information about the Intel-xe
mailing list