✓ CI.checkpatch: success for drm/xe/client: remove bogus rcu list usage
Patchwork
patchwork at emeril.freedesktop.org
Mon Mar 18 15:05:02 UTC 2024
== Series Details ==
Series: drm/xe/client: remove bogus rcu list usage
URL : https://patchwork.freedesktop.org/series/131247/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f7895b7b53025ea9cf837d1504ce14494d4c72eb
Author: Matthew Auld <matthew.auld at intel.com>
Date: Mon Mar 18 09:21:07 2024 +0000
drm/xe/client: remove bogus rcu list usage
We use plain spinlock to protect readers and writers, so there is no
actual RCU here. Rather use the more appropriate non-rcu list based API.
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 837ba18014c1ba71ebb17f9ecba3dc353178b9cd drm-intel
f7895b7b5302 drm/xe/client: remove bogus rcu list usage
More information about the Intel-xe
mailing list