✓ CI.checkpatch: success for drm/xe: Fix memory leak on xe_alloc_pf_queue failure
Patchwork
patchwork at emeril.freedesktop.org
Thu Aug 22 08:53:04 UTC 2024
== Series Details ==
Series: drm/xe: Fix memory leak on xe_alloc_pf_queue failure
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 da660fc562f3fc87fb61e17a5dc4969a1bc3c768
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Thu Aug 22 10:13:25 2024 +0200
drm/xe: Fix memory leak on xe_alloc_pf_queue failure
Free up previously allocated pf_queue[i].data on error.
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 6f978df5045a1dfae759ebc5a5c6e3bb08a6c1f8 drm-intel
da660fc562f3 drm/xe: Fix memory leak on xe_alloc_pf_queue failure
More information about the Intel-xe
mailing list