From mboxrd@z Thu Jan 1 00:00:00 1970 From: mhocko@kernel.org (Michal Hocko) Date: Thu, 23 Aug 2018 13:10:24 +0200 Subject: A crash on ARM64 in move_freepages_block due to uninitialized pages in reserved memory In-Reply-To: References: <20180821104418.GA16611@dhcp22.suse.cz> Message-ID: <20180823111024.GC29735@dhcp22.suse.cz> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu 23-08-18 07:02:37, Mikulas Patocka wrote: [...] > This crash is not from -ENOENT. It crashes because page->compound_head is > 0xffffffffffffffff (see below). > > If I enable CONFIG_DEBUG_VM, I also get VM_BUG. This smells like the struct page is not initialized properly. How is this memory range added? I mean is it brought up by the memory hotplug or during the boot? -- Michal Hocko SUSE Labs