On Fri, 6 Dec 2024 01:05:56 +0800 Kuan-Wei Chiu <visitorckw@xxxxxxxxx> wrote: > > From: MengEn Sun <mengensun@xxxxxxxxxxx> > > Subject: ucounts: move kfree() out of critical zone protected by ucounts_lock > > Date: Mon, 2 Dec 2024 22:32:45 +0800 > > > > Although kfree is a non-sleep function, it is possible to enter a long > > chain of calls probabilistically, so it looks better to move kfree from > > alloc_ucounts() out of the critical zone of ucounts_lock. > > > > Link: https://lkml.kernel.org/r/1733149965-749-1-git-send-email-mengensun@xxxxxxxxxxx > > Clicking the link returns: > > Message-ID <1733149965-749-1-git-send-email-mengensun@xxxxxxxxxxx> > not found > > >From a quick search on lore, I couldn't find the original email for > this patch on any mailing list. This might be because the original > patch wasn't Cc'd to the correct mailing list, and the link was > generated by a tool without checking if it points to an existing email. Yes, thanks, I failed to notice that no mailing lists were cc'ed on the original submission. I'll drop this version of the patch. MengEn, please resend with appropriate cc's.