Re: [Intel-gfx] [PATCH 3/4] drm/i915/guc: Clear pointers on free

2020-10-09 Thread Daniele Ceraolo Spurio
On 9/25/2020 4:26 PM, john.c.harri...@intel.com wrote: From: John Harrison Was hitting null pointers and similar issues when running various module load/unload and inject failure type tests. So clear those pointers down when the objects have been de-allocated. Had a quick chat with John ab

[Intel-gfx] [PATCH 3/4] drm/i915/guc: Clear pointers on free

2020-09-25 Thread John . C . Harrison
From: John Harrison Was hitting null pointers and similar issues when running various module load/unload and inject failure type tests. So clear those pointers down when the objects have been de-allocated. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c | 1 + drive

[Intel-gfx] [PATCH 3/4] drm/i915/guc: Clear pointers on free

2020-09-21 Thread John . C . Harrison
From: John Harrison Was hitting null pointers and similar issues when running various module load/unload and inject failure type tests. So clear those pointers down when the objects have been de-allocated. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c | 1 + drive