public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Hocko <mhocko-IBi9RG/b67k@public.gmane.org>
To: Shakeel Butt <shakeelb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Cc: Yosry Ahmed <yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
	Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>,
	Roman Gushchin
	<roman.gushchin-fxUVXftIFDnyG1zEObXtfA@public.gmane.org>,
	Andrew Morton
	<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
	Muchun Song <muchun.song-fxUVXftIFDnyG1zEObXtfA@public.gmane.org>,
	cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] mm: memcg: provide accurate stats for userspace reads
Date: Sat, 12 Aug 2023 10:35:55 +0200	[thread overview]
Message-ID: <ZNdEaw2nktq1NfmH@dhcp22.suse.cz> (raw)
In-Reply-To: <CALvZod5fH9xu_+6x85K38f63GfKGWD1LqtD2R4d09xmDtLB7ew-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Fri 11-08-23 19:48:14, Shakeel Butt wrote:
> On Fri, Aug 11, 2023 at 7:36 PM Yosry Ahmed <yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> wrote:
> >
> > On Fri, Aug 11, 2023 at 7:29 PM Shakeel Butt <shakeelb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> wrote:
> > >
> > > On Fri, Aug 11, 2023 at 7:12 PM Yosry Ahmed <yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> wrote:
> > > >
> > > [...]
> > > >
> > > > I am worried that writing to a stat for flushing then reading will
> > > > increase the staleness window which we are trying to reduce here.
> > > > Would it be acceptable to add a separate interface to explicitly read
> > > > flushed stats without having to write first? If the distinction
> > > > disappears in the future we can just short-circuit both interfaces.
> > >
> > > What is the acceptable staleness time window for your case? It is hard
> > > to imagine that a write+read will always be worse than just a read.
> > > Even the proposed patch can have an unintended and larger than
> > > expected staleness window due to some processing on
> > > return-to-userspace or some scheduling delay.
> >
> > Maybe I am worrying too much, we can just go for writing to
> > memory.stat for explicit stats refresh.
> >
> > Do we still want to go with the mutex approach Michal suggested for
> > do_flush_stats() to support either waiting for ongoing flushes
> > (mutex_lock) or skipping (mutex_trylock)?
> 
> I would say keep that as a separate patch.

Separate patches would be better but please make the mutex conversion
first. We really do not want to have any busy waiting depending on a
sleep exported to the userspace. That is just no-go.

Thanks!
-- 
Michal Hocko
SUSE Labs

  parent reply	other threads:[~2023-08-12  8:35 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09  4:58 [PATCH] mm: memcg: provide accurate stats for userspace reads Yosry Ahmed
     [not found] ` <20230809045810.1659356-1-yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2023-08-09  8:51   ` Michal Hocko
     [not found]     ` <ZNNTgZVPZipTL/UM-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2023-08-09 12:31       ` Yosry Ahmed
     [not found]         ` <CAJD7tkYhxbd2e+4HMZVKUfD4cx6oDauna3vLmttNPLCmFNtpgA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-09 12:58           ` Michal Hocko
2023-08-09 13:13             ` Yosry Ahmed
     [not found]               ` <CAJD7tkb9C77UUxAykw_uMQvkzGyaZOZhM0nwWn_kcPjV0umyuA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-09 13:31                 ` Michal Hocko
     [not found]                   ` <ZNOVS0Smp2PHUIuq-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2023-08-09 18:33                     ` Yosry Ahmed
     [not found]                       ` <CAJD7tkZFxbjas=VfhYSGU84Y5vyjuqHqGsRjiDEOSDWh2BxNAg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-11 12:21                         ` Michal Hocko
     [not found]                           ` <ZNYnx9NqwSsXKhX3-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2023-08-11 19:02                             ` Yosry Ahmed
     [not found]                               ` <CAJD7tkbJ1fnMDudtsS2xubKn0RTWz7t0Hem=PSRQQp3sGf-iOw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-11 19:25                                 ` Michal Hocko
     [not found]                                   ` <ZNaLGVUtPu7Ua/jL-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2023-08-11 20:39                                     ` Yosry Ahmed
     [not found]                                       ` <CAJD7tkbF1tNi8v0W4Mnqs0rzpRBshOFepxFTa1SiSvmBEBUEvw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-12  2:08                                         ` Shakeel Butt
     [not found]                                           ` <CALvZod55S3XeK-MquTq0mDuipq8j0vFymQeX_XnPb_HuPK+oGQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-12  2:11                                             ` Yosry Ahmed
     [not found]                                               ` <CAJD7tkYZxjAHrodVDK=wmz-sULJrq2VhC_5ecRP7T-KiaOcTuw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-12  2:29                                                 ` Shakeel Butt
2023-08-12  2:35                                                   ` Yosry Ahmed
     [not found]                                                     ` <CAJD7tkY-ezyYebvcs=8Z_zrw2UVW8jf2WvP1G8tu2rT=2sMnAA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-12  2:48                                                       ` Shakeel Butt
     [not found]                                                         ` <CALvZod5fH9xu_+6x85K38f63GfKGWD1LqtD2R4d09xmDtLB7ew-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-12  8:35                                                           ` Michal Hocko [this message]
     [not found]                                                             ` <ZNdEaw2nktq1NfmH-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2023-08-12 11:04                                                               ` Yosry Ahmed
2023-08-15  0:14                                                                 ` Tejun Heo
     [not found]                                                                   ` <ZNrDWqfjXtAYhnvT-NiLfg/pYEd1N0TnZuCh8vA@public.gmane.org>
2023-08-15  0:28                                                                     ` Yosry Ahmed
     [not found]                                                                       ` <CAJD7tkYBFz-gZ2QsHxUMT=t0KNXs66S-zzMPebadHx9zaG0Q3w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-15  0:35                                                                         ` Tejun Heo
     [not found]                                                                           ` <ZNrITZVTf2EILRJq-NiLfg/pYEd1N0TnZuCh8vA@public.gmane.org>
2023-08-15  0:39                                                                             ` Yosry Ahmed
     [not found]                                                                               ` <CAJD7tkaXwoF-faApweAmm7Db7jAuS3EO7hVvdyVtqW_rE+T9Vg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-15  0:47                                                                                 ` Tejun Heo
2023-08-15  0:50                                                                                   ` Yosry Ahmed
     [not found]                                                                                     ` <CAJD7tkYgCySTX28zK9GZiWwsabR4nv7M2hQ57y12si-fqtv7zg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-16  0:23                                                                                       ` Shakeel Butt
     [not found]                                                                                         ` <CALvZod6KRxiDzrppCgx+=SHg2+96nFE5crwXCKwe9PZbWM_6cQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-16  0:29                                                                                           ` Yosry Ahmed
     [not found]                                                                                             ` <CAJD7tkaUzhvZPohpo1F8TUKRPuXH7bjDeg9VCzN2CbywQbRutQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-16  1:14                                                                                               ` Shakeel Butt
     [not found]                                                                                                 ` <CALvZod6HUtYhDaXiwXSrcwfxLSrZ37sZhKY1Mg4kmpDFk13aYw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-16  2:19                                                                                                   ` Yosry Ahmed
     [not found]                                                                                                     ` <CAJD7tkYzr2cg-aQ899vfqB4jR7iP83t8f-Z4AH8d9iW-yw-nnQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2023-08-16 17:11                                                                                                       ` Shakeel Butt
2023-08-16 19:08                                                                                                         ` Tejun Heo
     [not found]                                                                                                           ` <ZN0eqq4hLRYQPHCI-NiLfg/pYEd1N0TnZuCh8vA@public.gmane.org>
2023-08-16 22:35                                                                                                             ` Yosry Ahmed
2023-08-18 21:40                                                                                                               ` Yosry Ahmed
2023-08-21 20:58                                                                                                                 ` Yosry Ahmed
2023-08-15 15:44                                                                             ` Waiman Long
     [not found]             ` <ZNONgeoytpkchHga-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2023-08-09 13:17               ` Yosry Ahmed

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=ZNdEaw2nktq1NfmH@dhcp22.suse.cz \
    --to=mhocko-ibi9rg/b67k@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
    --cc=muchun.song-fxUVXftIFDnyG1zEObXtfA@public.gmane.org \
    --cc=roman.gushchin-fxUVXftIFDnyG1zEObXtfA@public.gmane.org \
    --cc=shakeelb-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=yosryahmed-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.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