✓ CI.checkpatch: success for drm/xe/xe_devcoredump: Check NULL before dereferencing (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 22 05:39:59 UTC 2024
== Series Details ==
Series: drm/xe/xe_devcoredump: Check NULL before dereferencing (rev2)
URL : https://patchwork.freedesktop.org/series/131353/
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 02b1027fc76c6ad3e2c8dbd2188e04641052bd28
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Fri Mar 22 09:28:10 2024 +0530
drm/xe/xe_devcoredump: Check NULL before dereferencing
Dereference 'coredump' to access 'xe_devcoredump_snapshot' only if
'coredump' is not NULL,
v2
- Fix commit messages.
v3
- Define variables before code.(Ashutosh/Jose)
Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Cc: José Roberto de Souza <jose.souza at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 236ae2b6b695ecedc3cf4453a1679d53b2e06f32 drm-intel
02b1027fc76c drm/xe/xe_devcoredump: Check NULL before dereferencing
More information about the Intel-xe
mailing list