[PATCH v3 0/3] panthor: print task pid and comm on gpu errors

Chia-I Wu posted 3 patches 2 months, 2 weeks ago
drivers/gpu/drm/panthor/panthor_drv.c   | 14 ++------
drivers/gpu/drm/panthor/panthor_sched.c | 43 ++++++++++++++++++++++---
2 files changed, 41 insertions(+), 16 deletions(-)
[PATCH v3 0/3] panthor: print task pid and comm on gpu errors
Posted by Chia-I Wu 2 months, 2 weeks ago
This series saves task pid and comm in panthor_group and prints task pid and
comm on gpu errors.

v3: fix new kerneldoc warnings
v2: save the task info in panthor_group on panthor_group_create, rather than
    in panthor_file on panthor_open, because, when the two differ, we are more
    interested in the task that created the group.

Chia-I Wu (3):
  panthor: set owner field for driver fops
  panthor: save task pid and comm in panthor_group
  panthor: dump task pid and comm on gpu errors

 drivers/gpu/drm/panthor/panthor_drv.c   | 14 ++------
 drivers/gpu/drm/panthor/panthor_sched.c | 43 ++++++++++++++++++++++---
 2 files changed, 41 insertions(+), 16 deletions(-)

-- 
2.50.0.727.gbf7dc18ff4-goog
Re: [PATCH v3 0/3] panthor: print task pid and comm on gpu errors
Posted by Steven Price 2 months, 2 weeks ago
On 18/07/2025 07:38, Chia-I Wu wrote:
> This series saves task pid and comm in panthor_group and prints task pid and
> comm on gpu errors.
> 
> v3: fix new kerneldoc warnings
> v2: save the task info in panthor_group on panthor_group_create, rather than
>     in panthor_file on panthor_open, because, when the two differ, we are more
>     interested in the task that created the group.
> 
> Chia-I Wu (3):
>   panthor: set owner field for driver fops
>   panthor: save task pid and comm in panthor_group
>   panthor: dump task pid and comm on gpu errors
> 
>  drivers/gpu/drm/panthor/panthor_drv.c   | 14 ++------
>  drivers/gpu/drm/panthor/panthor_sched.c | 43 ++++++++++++++++++++++---
>  2 files changed, 41 insertions(+), 16 deletions(-)
> 

Applied to drm-misc-next.

Thanks,
Steve