✓ CI.checkpatch: success for drm/xe: Add NULL check before deferencing pointer (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Aug 19 07:22:59 UTC 2024
== Series Details ==
Series: drm/xe: Add NULL check before deferencing pointer (rev2)
URL : https://patchwork.freedesktop.org/series/137289/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e191f820a7f441916ecf48c4496fad64002a1caa
Author: Apoorva Singh <apoorva.singh at intel.com>
Date: Mon Aug 19 12:45:57 2024 +0530
drm/xe: Add NULL check before deferencing pointer
Add NULL check before deferencing of lrc->bo in
xe_lrc_snapshot_capture().
Free the dynamically allocated memory for snapshot
to avoid memory leak
Signed-off-by: Apoorva Singh <apoorva.singh at intel.com>
+ /mt/dim checkpatch d88b5b756f76099719f06bf0e47b3253520f8fd3 drm-intel
e191f820a7f4 drm/xe: Add NULL check before deferencing pointer
More information about the Intel-xe
mailing list