2024-05-13 14:14:34

by Jiasheng Jiang

[permalink] [raw]
Subject: [PATCH] drm/i915: Correct error handler

> On 5/11/2024 5:48 PM, Jiasheng Jiang wrote:
>> Replace "slab_priorities" with "slab_dependencies" in the error handler to avoid memory leak.
>
> Nice catch. I would make the subject more like:
>
> drm/i915: Fix memory leak by correcting cache object name in error handler
>
>>
>> Fixes: 32eb6bcfdda9 ("drm/i915: Make request allocation caches global")
>
> Also need Cc: <[email protected]> # v5.2+
>
> With those:
>
> Reviewed-by: Nirmoy Das <[email protected]>
>
>
> Nirmoy

Thanks.
I will submit a v2.

- Jiasheng