From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 422P5K25M7zF39J for ; Sat, 1 Sep 2018 14:53:57 +1000 (AEST) Message-ID: <46510acd915b463f1944adb0a7e60c10460f9d7e.camel@kernel.crashing.org> Subject: Re: v4.17 regression: PowerMac G3 won't boot, was Re: [PATCH v5 1/3] of: cache phandle nodes to reduce cost of of_find_node_by_phandle() From: Benjamin Herrenschmidt To: Mac User Cc: Rob Herring , fthain@telegraphics.com.au, Frank Rowand , Chintan Pandya , linuxppc-dev Date: Sat, 01 Sep 2018 14:53:43 +1000 In-Reply-To: References: <1520208889-3908-1-git-send-email-frowand.list@gmail.com> <1520208889-3908-2-git-send-email-frowand.list@gmail.com> <569e4bc3-2149-4b2d-562f-e400dd05a8a8@yahoo.com> <84f13bded54eda0817f9134f355d518d5b3a5f77.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2018-08-31 at 06:28 -0600, Mac User wrote: > On 8/30/18 10:49 PM, Benjamin Herrenschmidt wrote: > > > On Fri, 2018-08-31 at 14:35 +1000, Benjamin Herrenschmidt wrote: > > > > ... > > Assuming you are using BootX (or miBoot), can you try this patch ? > > Yes, I'm using BootX. > > Thanks to Finn for applying the patch (I wouldn't have been sure > which source tree to apply it to). > > Thepatched kernel (Finn's vmlinux-4.18.0-00001-gd44cf7e41c19) > boots normally on my Beige G3 Desktop using BootX. > > Thanks for working on this! Well it's still a sign of something wrong with the new code, my patch just band-aids by creating fake phandles. I would be interesting to figure out what causes the new code to barf. Cheers, Ben.