From: Ridong Chen <ridong.chen@linux.dev>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "Johannes Weiner" <hannes@cmpxchg.org>,
"Michal Hocko" <mhocko@kernel.org>,
"Roman Gushchin" <roman.gushchin@linux.dev>,
"Shakeel Butt" <shakeel.butt@linux.dev>,
"Muchun Song" <muchun.song@linux.dev>,
"Tejun Heo" <tj@kernel.org>, "Michal Koutný" <mkoutny@suse.com>,
cgroups@vger.kernel.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org, cui.tao@linux.dev,
"Ridong Chen" <chenridong@xiaomi.com>
Subject: Re: [PATCH v2 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
Date: Wed, 12 Aug 2026 19:44:54 +0800 [thread overview]
Message-ID: <f83cbc30-ddc0-4c2b-a01e-4ba890df44ae@linux.dev> (raw)
In-Reply-To: <a318c942-0776-4678-a9cd-504e713d25f5@linux.dev>
On 8/10/2026 10:58 AM, Ridong Chen wrote:
>
>
> On 8/8/2026 4:22 AM, Andrew Morton wrote:
>> On Fri, 7 Aug 2026 16:59:58 +0800 Ridong <ridong.chen@linux.dev> wrote:
>>
>>> Two fixes for the per-fd memory.peak / memory.swap.peak handlers added in
>>> c6f53ed8f213. Each open fd reads back max(its own value, the shared
>>> local_watermark), and both bugs live in that scheme.
>>
>> Thanks.
>>
>> We're missing the preferred description of the worst-case
>> userspace-visible effects of the bug. It appears they're quite minor
>> so I'll assume this series is a post-7.2 thing.
>>
>
> Agreed, post-7.2 is fine and neither is stable material.
>
> Worst case for both: a reader of memory.peak (or memory.swap.peak)
> gets a value lower than the true peak, so a tool that sizes or bills a
> cgroup by peak usage under-reports it.
>
> - Patch 1 (reader side, take peaks_lock in peak_show): a reader that
> races an unrelated reset briefly gets the low value. Transient.
>
> - Patch 2 (writer side, peak_write reset): a reset on one fd stores
> the current usage into the other watchers instead of the old
> watermark, dragging every other fd's peak down.
>
> I'll spell this out in both changelogs in v2.
>
>> Sashiko might have found a similar race on the writer side:
>> https://sashiko.dev/#/patchset/20260807090000.1532495-1-ridong.chen@linux.dev
>
> Yes, that's the writer side that patch 2 fixes;
>
Hello everyone,
I would appreciate a review of this series. Should any feedback come up, I will
update both the patch and the cover letter accordingly.
--
Best regards
Ridong
prev parent reply other threads:[~2026-08-12 11:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 8:59 [PATCH v2 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark Ridong
2026-08-07 8:59 ` [PATCH v2 1/2] memcg: acquire peaks_lock when reading memory.peak Ridong
2026-08-12 16:42 ` Johannes Weiner
2026-08-07 9:00 ` [PATCH v2 2/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark Ridong
2026-08-12 16:48 ` Johannes Weiner
2026-08-07 20:22 ` [PATCH v2 0/2] " Andrew Morton
2026-08-10 2:58 ` Ridong Chen
2026-08-12 11:44 ` Ridong Chen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f83cbc30-ddc0-4c2b-a01e-4ba890df44ae@linux.dev \
--to=ridong.chen@linux.dev \
--cc=akpm@linux-foundation.org \
--cc=cgroups@vger.kernel.org \
--cc=chenridong@xiaomi.com \
--cc=cui.tao@linux.dev \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=mkoutny@suse.com \
--cc=muchun.song@linux.dev \
--cc=roman.gushchin@linux.dev \
--cc=shakeel.butt@linux.dev \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox