From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 8D43A1A045E for ; Wed, 22 Jul 2015 15:15:08 +1000 (AEST) Date: Wed, 22 Jul 2015 15:15:02 +1000 From: Anton Blanchard To: Ian Munsie Cc: Michael Ellerman , Benjamin Herrenschmidt , linuxppc-dev , Michael Neuling , "sonal.santan" , Jeremy Kerr , Samuel Mendoza-Jonas Subject: Re: [PATCH] Fix crash due to processing "memory-controller" nodes as "memory" Message-ID: <20150722151502.15d557c4@kryten> In-Reply-To: <1437525346-sup-7472@delenn.ozlabs.ibm.com> References: <1437380450-25555-1-git-send-email-imunsie@au.ibm.com> <20150721124554.332dd228@kryten> <1437447984.30722.3.camel@ellerman.id.au> <20150722091844.114ea023@kryten> <1437525346-sup-7472@delenn.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Ian, > > > > Nice catch! I wonder if we should be checking for device_type > > > > "memory". Ben? > > > > > > Yes. That's what Linux does. > > > > Ian: I made that change, and slightly modified your commit message. > > Look ok? > > Looks good to me :) Excellent, I just pushed the fix. Anton