✓ CI.checkpatch: success for drm/xe/xe_pmu: Add a null check for xe gt
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 16 05:50:14 UTC 2025
== Series Details ==
Series: drm/xe/xe_pmu: Add a null check for xe gt
URL : https://patchwork.freedesktop.org/series/147798/
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
13a92ce9fd458ebd6064f23cec8c39c53d02ed26
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8b6b85630ddea6348017eaccdac0930e35722e76
Author: Riana Tauro <riana.tauro at intel.com>
Date: Wed Apr 16 11:35:31 2025 +0530
drm/xe/xe_pmu: Add a null check for xe gt
The PMU initialization function exits if gt is invalid,
eliminating the need for additional checks. However, absence
of these checks causes static analysis tool warnings
Add a null check for gt to avoid static analysis tool warnings
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
+ /mt/dim checkpatch b8f79cb562e983515cf827f0f336f79423b8d5a7 drm-intel
8b6b85630dde drm/xe/xe_pmu: Add a null check for xe gt
More information about the Intel-xe
mailing list