From: Joonsoo Kim <js1304@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
LKML <linux-kernel@vger.kernel.org>,
Michal Hocko <mhocko@kernel.org>,
Vlastimil Babka <vbabka@suse.cz>,
"Aneesh Kumar K . V" <aneesh.kumar@linux.ibm.com>,
kernel-team@lge.com, Joonsoo Kim <iamjoonsoo.kim@lge.com>
Subject: Re: [PATCH for v5.9] mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
Date: Wed, 26 Aug 2020 14:21:44 +0900 [thread overview]
Message-ID: <CAAmzW4PLv_6wfJFsDKGNziHwAS94ERJL4tEwPLuUCpCDC1DnAA@mail.gmail.com> (raw)
In-Reply-To: <20200825174257.5b48a5dd24b5e08a915b101e@linux-foundation.org>
2020년 8월 26일 (수) 오전 9:42, Andrew Morton <akpm@linux-foundation.org>님이 작성:
>
> On Tue, 25 Aug 2020 14:34:32 +0900 Joonsoo Kim <js1304@gmail.com> wrote:
>
> > >
> > > That's a bunch more code on a very hot path to serve an obscure feature
> > > which has a single obscure callsite.
> > >
> > > Can we instead put the burden on that callsite rather than upon
> > > everyone? For (dumb) example, teach __gup_longterm_locked() to put the
> > > page back if it's CMA and go get another one?
> >
> > Hmm... Unfortunately, it cannot ensure that we eventually get the non-CMA page.
> > I think that the only way to ensure it is to implement the
> > functionality here. We can
> > use 'unlikely' or 'static branch' to reduce the overhead for a really
> > rare case but
> > for now I have no idea how to completely remove the overhead.
>
> Gee, there must be something? Provide the gup code with a special
> entry point which takes the page straight from __rmqueue() and bypasses
> the pcp lists?
Hmm... it seems not possible. It's allocation context API and maybe actual
allocation happens in handle_mm_fault() or it's successor. We cannot use
a special entry point for allocation there since it's a general function.
And, IMHO, making a special allocation function that bypasses the pcp list
would not be a good practice.
Thanks.
next prev parent reply other threads:[~2020-08-26 5:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-25 4:59 js1304
2020-08-25 5:10 ` Andrew Morton
2020-08-25 5:34 ` Joonsoo Kim
2020-08-26 0:42 ` Andrew Morton
2020-08-26 5:21 ` Joonsoo Kim [this message]
2020-08-25 9:43 ` Vlastimil Babka
2020-08-26 5:12 ` Joonsoo Kim
2020-08-27 12:15 ` Vlastimil Babka
2020-08-27 13:35 ` Mel Gorman
2020-08-27 23:54 ` Joonsoo Kim
2020-09-25 4:59 ` Joonsoo Kim
2020-09-25 8:55 ` Vlastimil Babka
2020-09-25 8:58 ` Joonsoo Kim
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=CAAmzW4PLv_6wfJFsDKGNziHwAS94ERJL4tEwPLuUCpCDC1DnAA@mail.gmail.com \
--to=js1304@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=aneesh.kumar@linux.ibm.com \
--cc=iamjoonsoo.kim@lge.com \
--cc=kernel-team@lge.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=vbabka@suse.cz \
/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