All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Vaibhav Rustagi <vaibhavrustagi@google.com>
Cc: stable@vger.kernel.org, hannes@cmpxchg.org
Subject: Re: [For Stable] mm: memcontrol: fix excessive complexity in memory.stat reporting
Date: Tue, 2 Apr 2019 07:24:39 +0200	[thread overview]
Message-ID: <20190402052439.GA12589@kroah.com> (raw)
In-Reply-To: <CAMVonLi_QP0Z8bvzHQbf9Mjz4r94-7ZZ5_0u7y4MMYNFVvEBjA@mail.gmail.com>

On Mon, Apr 01, 2019 at 01:34:14PM -0700, Vaibhav Rustagi wrote:
> In linux stable kernel (tested on 4.14), reading memory.stat in case
> of tens of thousands of ghost cgroups pinned by lingering page cache
> takes up to 100 ms ~ 700 ms to complete the reading.
> 
> Repro steps (tested on 4.14 kernel):
> 
> $ cat /tmp/make_zombies
> 
> mkdir /tmp/fs
> mount -t tmpfs nodev /tmp/fs
> for i in {1..10000}; do
>    mkdir /sys/fs/cgroup/memory/z$i
>    (echo $BASHPID >> /sys/fs/cgroup/memory/z$i/cgroup.procs && echo $i
> > /tmp/fs/$i)
>  done
> 
> # establish baseline
> $ perf stat -r3 cat /sys/fs/cgroup/memory/memory.stat > /dev/null
> 0.011642670 seconds time elapsed
> 
> $ bash /tmp/make_zombies
> $ perf stat -r3 cat /sys/fs/cgroup/memory/memory.stat > /dev/null
> 0.134939281 seconds time elapsed
> 
> $ rmdir /sys/fs/cgroup/memory/z*
> $ perf stat -r3 cat /sys/fs/cgroup/memory/memory.stat > /dev/null
> 0.135323145 seconds time elapsed
> # even after rmdir we have zombies, so still slow.
> 
> The fix is already present in linux master (since 4.16) by following commits:
> 
> c9019e9bf42e66d028d70d2da6206cad4dd9250d mm: memcontrol: eliminate raw
> access to stat and event counters
> 284542656e22c43fdada8c8cc0ca9ede8453eed7  mm: memcontrol: implement
> lruvec stat functions on top of each other
> a983b5ebee57209c99f68c8327072f25e0e6e3da  mm: memcontrol: fix
> excessive complexity in memory.stat reporting
> c3cc39118c3610eb6ab4711bc624af7fc48a35fe  mm: memcontrol: fix
> NR_WRITEBACK leak in memcg and system stats
> e27be240df53f1a20c659168e722b5d9f16cc7f4  mm: memcg: make sure
> memory.events is uptodate when waking pollers
> 
> I would like to request cherry-picking the above commits to
> linux-stable branch - 4.14.

Please resend and cc: all of the people on those patches so we can get
their opinion on if this is stable kernel material or not.

thanks,

greg k-h

  reply	other threads:[~2019-04-02  5:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-01 20:34 [For Stable] mm: memcontrol: fix excessive complexity in memory.stat reporting Vaibhav Rustagi
2019-04-02  5:24 ` Greg KH [this message]
2019-04-02  5:35 Vaibhav Rustagi
2019-04-24 16:50 ` Greg KH
2019-04-24 17:35   ` Vaibhav Rustagi
2019-04-24 18:34     ` Greg KH
2019-04-30 20:41       ` Vaibhav Rustagi
2019-05-01  7:08         ` Greg KH

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=20190402052439.GA12589@kroah.com \
    --to=greg@kroah.com \
    --cc=hannes@cmpxchg.org \
    --cc=stable@vger.kernel.org \
    --cc=vaibhavrustagi@google.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.