2023-09-22 17:06:57

by Andrew Morton

[permalink] [raw]
Subject: Re: [PATCH 0/2] mm: memcg: fix tracking of pending stats updates values

On Fri, 22 Sep 2023 08:25:40 +0000 Yosry Ahmed <[email protected]> wrote:

> While working on adjacent code [1], I realized that the values passed
> into memcg_rstat_updated() to keep track of the magnitude of pending
> updates is consistent. It is mostly in pages, but sometimes it can be in
> bytes or KBs. Fix that.

Clashes with "memcg: remove unused do_memsw_account in
memcg1_stat_format", and maybe other things. Can you please redo
against mm-unsstable or linux-next?


2023-09-23 01:07:54

by Yosry Ahmed

[permalink] [raw]
Subject: Re: [PATCH 0/2] mm: memcg: fix tracking of pending stats updates values

On Fri, Sep 22, 2023 at 10:03 AM Andrew Morton
<[email protected]> wrote:
>
> On Fri, 22 Sep 2023 08:25:40 +0000 Yosry Ahmed <[email protected]> wrote:
>
> > While working on adjacent code [1], I realized that the values passed
> > into memcg_rstat_updated() to keep track of the magnitude of pending
> > updates is consistent. It is mostly in pages, but sometimes it can be in
> > bytes or KBs. Fix that.
>
> Clashes with "memcg: remove unused do_memsw_account in
> memcg1_stat_format", and maybe other things. Can you please redo
> against mm-unsstable or linux-next?

Done, sent v2:
https://lore.kernel.org/linux-mm/[email protected]/

Thanks!