Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1441912
| From | David Rientjes <rientjes@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] mm, meminit: Ensure node is online before checking whether pages are uninitialised |
| Date | 2016-07-13 01:30 +0200 |
| Message-ID | <rUfhL-3hH-11@gated-at.bofh.it> (permalink) |
| References | <rSKg1-14j-3@gated-at.bofh.it> <rSKg1-14j-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 8 Jul 2016, Mel Gorman wrote: > early_page_uninitialised looks up an arbitrary PFN. While a machine without > node 0 will boot with "mm, page_alloc: Always return a valid node from > early_pfn_to_nid", it works because it assumes that nodes are always in > PFN order. This is not guaranteed so this patch adds robustness by always > checking if the node being checked is online. > > Signed-off-by: Mel Gorman <mgorman@techsingularity.net> > Cc: <stable@vger.kernel.org> # 4.2+ Acked-by: David Rientjes <rientjes@google.com>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 3/3] mm, meminit: Ensure node is online before checking whether pages are uninitialised David Rientjes <rientjes@google.com> - 2016-07-13 01:30 +0200
csiph-web