Re: [PATCH 5.15.y v2] firmware: stratix10-svc: fix memory leaks and list corruption bugs
"NG, TZE YEE" <[email protected]>
| Newsgroups | org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On 5/8/2026 9:13 am, Sasha Levin wrote: > [You don't often get email from [email protected]. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] > > On Tue, Aug 04, 2026 at 04:17:00AM -0700, Tze Yee Ng wrote: >> Changes in v2: >> - Replaced kzalloc_obj() with kzalloc(sizeof(*pmem), GFP_KERNEL). >> - Dropped the stray guard(mutex)(&svc_mem_lock) which is added >> accidentally when rebase. > > This looks good, but we need it in 6.6 and 6.1 first. I haven't seen backports > for those. > > -- > Thanks, > Sasha Hi Sasha, Thanks for review. Hi Greg, I see you helped to backport the patch to 5.10, 5.15, 6.12, 6.18 and 7.1. Should I follow the same steps shared by you to submit the patch to 6.1 and 6.6 mentioned by Sasha? Thanks, Tze Yee