Re: [PATCH] mm: memcg-v1: account vmpressure event allocations
Shakeel Butt <[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 Mon, Jul 13, 2026 at 04:55:20PM +0800, Guopeng Zhang 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]> Acked-by: Shakeel Butt <[email protected]>