From: Vlastimil Babka <vbabka-AlSwsSmVLrQ@public.gmane.org>
To: Michal Hocko <mhocko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Yang Shi
<yang.shi-KPsoFbNs7GizrGE5bRqYAgC/G2K4zDHf@public.gmane.org>,
mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org,
linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [v2 PATCH] move_pages.2: Returning positive value is a new error case
Date: Thu, 30 Jan 2020 13:56:20 +0100 [thread overview]
Message-ID: <cce2e784-8092-00f5-32bf-d23ab7a53476@suse.cz> (raw)
In-Reply-To: <20200130120253.GU24244-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
On 1/30/20 1:02 PM, Michal Hocko wrote:
> On Thu 30-01-20 10:06:28, Vlastimil Babka wrote:
>> On 1/29/20 10:48 PM, Yang Shi wrote:
>>> Since commit a49bd4d71637 ("mm, numa: rework do_pages_move"),
>>> the semantic of move_pages() has changed to return the number of
>>> non-migrated pages if they were result of a non-fatal reasons (usually a
>>> busy page). This was an unintentional change that hasn't been noticed
>>> except for LTP tests which checked for the documented behavior.
>>>
>>> There are two ways to go around this change. We can even get back to the
>>> original behavior and return -EAGAIN whenever migrate_pages is not able
>>
>> The manpage says EBUSY, not EAGAIN? And should its description be
>> updated too?
>
> The idea was that we _could_ return EAGAIN from the syscall if
> migrate_pages > 0.
>
>> I.e. that it's no longer returned since 4.17?
>
> I am pretty sure this will require a deeper consideration. Do we return
> EIO/EINVAL?
I thought the manpage says we return -EBUSY, but I misread it, this part
was not about errno, but the status array. So there's nothing to update
there, sorry about the noise.
BTW, the suggestion to "Pre-initialization of the array to -1" means
effectively it's pre-initialized to -EPERM. That's fine now as -EPERM is
not one of the codes listed as possible to be returned via the array,
but perhaps it's not entirely future-proof?
next prev parent reply other threads:[~2020-01-30 12:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-29 21:48 [v2 PATCH] move_pages.2: Returning positive value is a new error case Yang Shi
[not found] ` <1580334531-80354-1-git-send-email-yang.shi-KPsoFbNs7GizrGE5bRqYAgC/G2K4zDHf@public.gmane.org>
2020-01-30 9:06 ` Vlastimil Babka
[not found] ` <f276d8ec-b1be-4f8e-792b-5c3ca2de4714-AlSwsSmVLrQ@public.gmane.org>
2020-01-30 12:02 ` Michal Hocko
[not found] ` <20200130120253.GU24244-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2020-01-30 12:56 ` Vlastimil Babka [this message]
2020-01-30 13:48 ` Michal Hocko
[not found] ` <20200130134835.GW24244-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2020-01-30 17:27 ` Yang Shi
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=cce2e784-8092-00f5-32bf-d23ab7a53476@suse.cz \
--to=vbabka-alswssmvlrq@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
--cc=mhocko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=yang.shi-KPsoFbNs7GizrGE5bRqYAgC/G2K4zDHf@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