linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Wei Yang <richard.weiyang@gmail.com>
Cc: mhocko@suse.com, yinghai@kernel.org, linux-mm@kvack.org,
	hejianet@gmail.com, "3 . 12+" <stable@vger.kernel.org>
Subject: Re: [PATCH] mm/memblock: fix potential issue in memblock_search_pfn_nid()
Date: Fri, 30 Mar 2018 13:57:27 -0700	[thread overview]
Message-ID: <20180330135727.67251c7ea8c2db28b404e0e1@linux-foundation.org> (raw)
In-Reply-To: <20180330033055.22340-1-richard.weiyang@gmail.com>

On Fri, 30 Mar 2018 11:30:55 +0800 Wei Yang <richard.weiyang@gmail.com> wrote:

> memblock_search_pfn_nid() returns the nid and the [start|end]_pfn of the
> memory region where pfn sits in. While the calculation of start_pfn has
> potential issue when the regions base is not page aligned.
> 
> For example, we assume PAGE_SHIFT is 12 and base is 0x1234. Current
> implementation would return 1 while this is not correct.

Why is this not correct?  The caller might want the pfn of the page
which covers the base?

> This patch fixes this by using PFN_UP().
> 
> The original commit is commit e76b63f80d93 ("memblock, numa: binary search
> node id") and merged in v3.12.
> 
> Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
> Cc: 3.12+ <stable@vger.kernel.org>

Please fully describe the runtime effects of a bug when fixing that
bug.  This description doesn't give enough justification for merging
the patch into mainline, let alone -stable.

  reply	other threads:[~2018-03-30 20:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-30  3:30 [PATCH] mm/memblock: fix potential issue in memblock_search_pfn_nid() Wei Yang
2018-03-30 20:57 ` Andrew Morton [this message]
2018-04-02  1:50   ` Wei Yang
2018-04-03 11:30     ` Michal Hocko
2018-04-04  1:33       ` Wei Yang
2018-04-04  5:45         ` Michal Hocko
2018-04-06  1:35           ` Wei Yang

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=20180330135727.67251c7ea8c2db28b404e0e1@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=hejianet@gmail.com \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@suse.com \
    --cc=richard.weiyang@gmail.com \
    --cc=stable@vger.kernel.org \
    --cc=yinghai@kernel.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;
as well as URLs for NNTP newsgroup(s).