Re: [PATCH] mm: memcg-v1: account vmpressure event allocations
Muchun Song <[email protected]>
| Newsgroups | org.kernel.vger.cgroups,org.kernel.vger.linux-kernel,org.kernel.vger.stable,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
> On Jul 13, 2026, at 16:55, Guopeng Zhang <[email protected]> wrote: > > From: Guopeng Zhang <[email protected]> > > Commit 72797d218b43 ("mm/memcg: v1: account event registrations and drop > world-writable cgroup.event_control") accounted cgroup v1 event > registration allocations with GFP_KERNEL_ACCOUNT, but missed struct > vmpressure_event. > > Use GFP_KERNEL_ACCOUNT for this allocation as well. > > Fixes: 72797d218b43 ("mm/memcg: v1: account event registrations and drop world-writable cgroup.event_control") > Signed-off-by: Guopeng Zhang <[email protected]> Reviewed-by: Muchun Song <[email protected]>