✓ CI.checkpatch: success for drm/xe/vf: Fix register value lookup
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 18 20:45:50 UTC 2024
== Series Details ==
Series: drm/xe/vf: Fix register value lookup
URL : https://patchwork.freedesktop.org/series/136258/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a581aa3cac6bbe003d2372aeda50b3fd3afe028e
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Thu Jul 18 22:31:55 2024 +0200
drm/xe/vf: Fix register value lookup
We should use the number of actual entries stored in the runtime
register buffer, not the maximum number of entries that this buffer
can hold, otherwise bsearch() may fail and we may miss the data and
wrongly report unexpected access to some registers.
Fixes: 4edadc41a3a4 ("drm/xe/vf: Use register values obtained from the PF")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
Cc: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 776d87c393f0e4fb669f05e1cdac000c63649afd drm-intel
a581aa3cac6b drm/xe/vf: Fix register value lookup
More information about the Intel-xe
mailing list