On Fri, Feb 24, 2023 at 10:31:48PM +0800, void0red wrote: > From: Kang Chen <void0red@xxxxxxxxx> > > This driver uses the unified memory management api, so replace > kzalloc with devm_kzalloc to avoid a memory leak and add a check > for this allocation. > > Reported-by: eriri <1527030098@xxxxxx> > Link: https://bugzilla.kernel.org/show_bug.cgi?id=217081 > > Signed-off-by: Kang Chen <void0red@xxxxxxxxx> > --- > v2 -> v1: replace kzalloc with devm_kzalloc I see 2 v2 patches on the mailing list, how am I supposed to know which one is correct? Please fix up and resend a v3. thanks, greg k-h