Re: [PATCH] drm/imagination: fix firmware memory leaks

2025-04-05 Thread Matt Coster
On Tue, 18 Mar 2025 14:55:55 +, Brendan King wrote: > Free the memory used to hold the results of firmware image processing > when the module is unloaded. > > Fix the related issue of the same memory being leaked if processing > of the firmware image fails during module load. > > Ensure all

Re: [PATCH] drm/imagination: fix firmware memory leaks

2025-03-24 Thread Matt Coster
On 18/03/2025 14:55, Brendan King via B4 Relay wrote: > From: Brendan King > > Free the memory used to hold the results of firmware image processing > when the module is unloaded. > > Fix the related issue of the same memory being leaked if processing > of the firmware image fails during module

[PATCH] drm/imagination: fix firmware memory leaks

2025-03-18 Thread Brendan King via B4 Relay
From: Brendan King Free the memory used to hold the results of firmware image processing when the module is unloaded. Fix the related issue of the same memory being leaked if processing of the firmware image fails during module load. Ensure all firmware GEM objects are destroyed if firmware ima