From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Date: Wed, 13 Feb 2019 16:14:50 +0000 Subject: Re: [PATCH v3 2/2] mm: be more verbose about zonelist initialization Message-Id: <1433a7e9-87b2-7e8d-a87d-dcffe486635c@intel.com> List-Id: References: <20190212095343.23315-3-mhocko@kernel.org> <20190213094315.3504-1-mhocko@kernel.org> In-Reply-To: <20190213094315.3504-1-mhocko@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michal Hocko , linux-mm@kvack.org Cc: Pingfan Liu , Peter Zijlstra , x86@kernel.org, Benjamin Herrenschmidt , Michael Ellerman , Tony Luck , linuxppc-dev@lists.ozlabs.org, linux-ia64@vger.kernel.org, LKML , Ingo Molnar , Michal Hocko On 2/13/19 1:43 AM, Michal Hocko wrote: > > We have seen several bugs where zonelists have not been initialized > properly and it is not really straightforward to track those bugs down. > One way to help a bit at least is to dump zonelists of each node when > they are (re)initialized. Were you thinking of boot-time bugs and crashes, or just stuff going wonky after boot? We don't have the zonelists dumped in /proc anywhere, do we? Would that help?