From mboxrd@z Thu Jan 1 00:00:00 1970 From: mhocko@kernel.org (Michal Hocko) Date: Thu, 15 Mar 2018 19:35:06 +0100 Subject: [PATCH v2] Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment" In-Reply-To: References: <20180315182110.GR23100@dhcp22.suse.cz> Message-ID: <20180315183506.GT23100@dhcp22.suse.cz> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu 15-03-18 11:28:27, Linus Torvalds wrote: > On Thu, Mar 15, 2018 at 11:21 AM, Michal Hocko wrote: > > > > Well, pfn_valid says that a given pfn is backed by a real memory and it > > has a valid struct page backing it. > > No, it really just says the latter. There should be a "struct page" for it. You are right! A simple example could be non volatile memory. That is certainly not RAM but it has pfn_valid memory. Sorry about the confusion. -- Michal Hocko SUSE Labs