Re: [PATCH v5 1/8] drm/i915/guc: Fix locking when searching for a hung request

2023-01-26 Thread Ceraolo Spurio, Daniele
On 1/25/2023 4:54 PM, john.c.harri...@intel.com wrote: From: John Harrison intel_guc_find_hung_context() was not acquiring the correct spinlock before searching the request list. So fix that up. While at it, add some extra whitespace padding for readability. Fixes: dc0dad365c5e ("drm/i915/g

[PATCH v5 1/8] drm/i915/guc: Fix locking when searching for a hung request

2023-01-25 Thread John . C . Harrison
From: John Harrison intel_guc_find_hung_context() was not acquiring the correct spinlock before searching the request list. So fix that up. While at it, add some extra whitespace padding for readability. Fixes: dc0dad365c5e ("drm/i915/guc: Fix for error capture after full GPU reset with GuC") C