Re: [PATCH] drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()
From: Timur Tabi
Date: Wed Aug 13 2025 - 10:02:35 EST
On Wed, 2025-08-13 at 13:00 +0200, Danilo Krummrich wrote:
> > It would be a lot clearer if we could kvfree(buf) here, but we can't because 'buf' no longer
> > points
> > to the buffer, even though the buffer still exists.
>
> Agreed.
>
> Zhi, Timur do you want to send a follow-up patch for this?
Yes, I'll send a patch this week that sits on top of Qianfeng's patch.