✓ CI.checkpatch: success for Store process name and pid in xe file
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 23 04:28:48 UTC 2024
== Series Details ==
Series: Store process name and pid in xe file
URL : https://patchwork.freedesktop.org/series/136368/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 59d8eac657fbe85a2412e1d9501cc1ec031f711e
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Jul 22 21:24:28 2024 -0700
drm/xe: Store process name and pid in xe file
An xe file can outlive the associated process as the GPU cleanup is just
triggered upon file close (process kill) and completes sometime later.
If the file close triggers error conditions (GPU hangs) the process
cannot be safely referenced to retrieve the name and pid for debug
information. Store the process name and pid directly in the xe file to
be safe.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch b27d70e1042bf6a31ba7e5acf58b61c9cd28f95b drm-intel
59d8eac657fb drm/xe: Store process name and pid in xe file
More information about the Intel-xe
mailing list