From: Charan Teja Kalla <charante@codeaurora.org>
To: David Rientjes <rientjes@google.com>
Cc: akpm@linux-foundation.org, vbabka@suse.cz, mhocko@suse.com,
vinmenon@codeaurora.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm: page_alloc: update the COMPACT[STALL|FAIL] events properly
Date: Sat, 6 Feb 2021 07:27:04 +0530 [thread overview]
Message-ID: <8a03203b-e6dd-3a86-5b83-33d9c6adcc11@codeaurora.org> (raw)
In-Reply-To: <1213f4c6-7557-268d-253e-23f8fea55b19@google.com>
On 2/6/2021 3:58 AM, David Rientjes wrote:
>> In the code, when COMPACT_SKIPPED is being returned, the page will
>> always be NULL. So, I'm not sure how much useful it is for the page ==
>> NULL check here. Or I failed to understand your point here?
>>
> Your code is short-circuiting the rest of __alloc_pages_direct_compact()
> where the return value is dictated by whether page is NULL or non-NULL.
> We can't leak a captured page if we are testing for it being NULL or
> non-NULL, which is what the rest of __alloc_pages_direct_compact() does
> *before* your change. So the idea was to add a check the page is actually
> NULL here since you are now relying on the return value of
> compact_zone_order() to be COMPACT_SKIPPED to infer page == NULL.
>
> I agree that's currently true in the code, I was trying to catch any
> errors where current->capture_control.page was non-NULL but
> try_to_compact_pages() returns COMPACT_SKIPPED. There's some complexity
> here.
Thanks for the detailed explanation. This looks fine to me. I will send
V2 with this information in the commit log.
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora
Forum, a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2021-02-06 1:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-01 13:48 Charan Teja Reddy
2021-02-01 21:24 ` David Rientjes
2021-02-02 12:49 ` Charan Teja Kalla
2021-02-05 22:28 ` David Rientjes
2021-02-06 1:57 ` Charan Teja Kalla [this message]
2021-02-09 16:08 ` Vlastimil Babka
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=8a03203b-e6dd-3a86-5b83-33d9c6adcc11@codeaurora.org \
--to=charante@codeaurora.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@suse.com \
--cc=rientjes@google.com \
--cc=vbabka@suse.cz \
--cc=vinmenon@codeaurora.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