From: Greg KH <greg@kroah.com>
To: Michal Hocko <mhocko@kernel.org>
Cc: Roman Gushchin <guro@fb.com>, Dexuan Cui <decui@microsoft.com>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Kernel Team <Kernel-team@fb.com>,
Shakeel Butt <shakeelb@google.com>,
Johannes Weiner <hannes@cmpxchg.org>, Tejun Heo <tj@kernel.org>,
Rik van Riel <riel@surriel.com>,
Konstantin Khlebnikov <koct9i@gmail.com>,
Matthew Wilcox <willy@infradead.org>,
"Stable@vger.kernel.org" <Stable@vger.kernel.org>
Subject: Re: Will the recent memory leak fixes be backported to longterm kernels?
Date: Fri, 28 Dec 2018 11:50:08 +0100 [thread overview]
Message-ID: <20181228105008.GB15967@kroah.com> (raw)
In-Reply-To: <20181105092053.GC4361@dhcp22.suse.cz>
On Mon, Nov 05, 2018 at 10:21:23AM +0100, Michal Hocko wrote:
> On Fri 02-11-18 19:38:35, Roman Gushchin wrote:
> > On Fri, Nov 02, 2018 at 06:48:23PM +0100, Michal Hocko wrote:
> > > On Fri 02-11-18 17:25:58, Roman Gushchin wrote:
> > > > On Fri, Nov 02, 2018 at 05:51:47PM +0100, Michal Hocko wrote:
> > > > > On Fri 02-11-18 16:22:41, Roman Gushchin wrote:
> > > [...]
> > > > > > 2) We do forget to scan the last page in the LRU list. So if we ended up with
> > > > > > 1-page long LRU, it can stay there basically forever.
> > > > >
> > > > > Why
> > > > > /*
> > > > > * If the cgroup's already been deleted, make sure to
> > > > > * scrape out the remaining cache.
> > > > > */
> > > > > if (!scan && !mem_cgroup_online(memcg))
> > > > > scan = min(size, SWAP_CLUSTER_MAX);
> > > > >
> > > > > in get_scan_count doesn't work for that case?
> > > >
> > > > No, it doesn't. Let's look at the whole picture:
> > > >
> > > > size = lruvec_lru_size(lruvec, lru, sc->reclaim_idx);
> > > > scan = size >> sc->priority;
> > > > /*
> > > > * If the cgroup's already been deleted, make sure to
> > > > * scrape out the remaining cache.
> > > > */
> > > > if (!scan && !mem_cgroup_online(memcg))
> > > > scan = min(size, SWAP_CLUSTER_MAX);
> > > >
> > > > If size == 1, scan == 0 => scan = min(1, 32) == 1.
> > > > And after proportional adjustment we'll have 0.
> > >
> > > My friday brain hurst when looking at this but if it doesn't work as
> > > advertized then it should be fixed. I do not see any of your patches to
> > > touch this logic so how come it would work after them applied?
> >
> > This part works as expected. But the following
> > scan = div64_u64(scan * fraction[file], denominator);
> > reliable turns 1 page to scan to 0 pages to scan.
>
> OK, 68600f623d69 ("mm: don't miss the last page because of round-off
> error") sounds like a good and safe stable backport material.
Thanks for this, now queued up.
greg k-h
next parent reply other threads:[~2018-12-28 10:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <PU1P153MB0169FE681EF81BCE81B005A1BFCF0@PU1P153MB0169.APCP153.PROD.OUTLOOK.COM>
[not found] ` <20181102073009.GP23921@dhcp22.suse.cz>
[not found] ` <20181102154844.GA17619@tower.DHCP.thefacebook.com>
[not found] ` <20181102161314.GF28039@dhcp22.suse.cz>
[not found] ` <20181102162237.GB17619@tower.DHCP.thefacebook.com>
[not found] ` <20181102165147.GG28039@dhcp22.suse.cz>
[not found] ` <20181102172547.GA19042@tower.DHCP.thefacebook.com>
[not found] ` <20181102174823.GI28039@dhcp22.suse.cz>
[not found] ` <20181102193827.GA18024@castle.DHCP.thefacebook.com>
[not found] ` <20181105092053.GC4361@dhcp22.suse.cz>
2018-12-28 10:50 ` Greg KH [this message]
2019-01-30 0:23 ` Will the recent memory leak fixes be backported to longterm kernels? Sasha Levin
2019-01-30 5:58 ` Roman Gushchin
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=20181228105008.GB15967@kroah.com \
--to=greg@kroah.com \
--cc=Kernel-team@fb.com \
--cc=Stable@vger.kernel.org \
--cc=decui@microsoft.com \
--cc=guro@fb.com \
--cc=hannes@cmpxchg.org \
--cc=koct9i@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=riel@surriel.com \
--cc=shakeelb@google.com \
--cc=tj@kernel.org \
--cc=willy@infradead.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