✓ CI.checkpatch: success for drm/xe: Fix memory leak on xe_alloc_pf_queue failure (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Aug 26 17:19:30 UTC 2024
== Series Details ==
Series: drm/xe: Fix memory leak on xe_alloc_pf_queue failure (rev2)
URL : https://patchwork.freedesktop.org/series/137632/
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 8bc8b8575b431e659fafef44157194268ff12880
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Mon Aug 26 18:20:35 2024 +0200
drm/xe: Fix memory leak on xe_alloc_pf_queue failure
Simplify memory unwinding on error also fixing current memory
leak that can happen on error.
v2: use devm_kcalloc(Matt A)
Fixes: 3338e4f90c14 ("drm/xe: Use topology to determine page fault queue size")
Cc: Matthew Auld <matthew.auld at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Stuart Summers <stuart.summers at intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 2c93383f8014669a19878de3293fd74d3e2474e4 drm-intel
8bc8b8575b43 drm/xe: Fix memory leak on xe_alloc_pf_queue failure
More information about the Intel-xe
mailing list