✓ CI.checkpatch: success for drm/xe/oa: Fix potential NPD when OA is not initialized
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 19 18:11:40 UTC 2024
== Series Details ==
Series: drm/xe/oa: Fix potential NPD when OA is not initialized
URL : https://patchwork.freedesktop.org/series/135074/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2a0341fbac98e9470e8d96ed1edc6db92fa99779
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Wed Jun 19 19:54:27 2024 +0200
drm/xe/oa: Fix potential NPD when OA is not initialized
If oa->xe can be NULL then we shall not use it as a valid pointer.
Fixes: cdf02fe1a94a ("drm/xe/oa/uapi: Add/remove OA config perf ops")
Fixes: b6fd51c62119 ("drm/xe/oa/uapi: Define and parse OA stream properties")
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Cc: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
+ /mt/dim checkpatch 66d8ec4c6e7d124a021a3a8d038ed9e739cc9359 drm-intel
2a0341fbac98 drm/xe/oa: Fix potential NPD when OA is not initialized
More information about the Intel-xe
mailing list