Re: [RFC PATCH 2/2] mm: multi-gen LRU: cgroup working set stats

From: Michal Koutný
Date: Wed Jan 11 2023 - 09:20:37 EST


On Wed, Dec 14, 2022 at 02:51:23PM -0800, Yuanchu Xie <yuanchu@xxxxxxxxxx> wrote:
> +static int memory_page_idle_age_format(struct mem_cgroup *root,
> + struct seq_file *m)
> +{
> + struct mem_cgroup *memcg;
> + unsigned long *table;
[...]
> + table = kmalloc_array(PAGE_IDLE_AGE_NR_RANGES * nr_node_ids *
> + ANON_AND_FILE,
> + sizeof(*table), __GFP_ZERO | GFP_KERNEL);
> +
[...]
> + memory_page_idle_age_print(m, table);
> + return 0;

FTR, the table seems leaked here.


Michal

Attachment: signature.asc
Description: Digital signature