From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751527AbbCQDSd (ORCPT ); Mon, 16 Mar 2015 23:18:33 -0400 Received: from mail-qc0-f172.google.com ([209.85.216.172]:33101 "EHLO mail-qc0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751204AbbCQDSb (ORCPT ); Mon, 16 Mar 2015 23:18:31 -0400 Message-ID: <55079D05.8020302@hurleysoftware.com> Date: Mon, 16 Mar 2015 23:18:29 -0400 From: Peter Hurley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Pranith Kumar CC: Michael Ellerman , "open list:LINUX FOR POWERPC..." , LKML Subject: Re: linux panic on 4.0.0-rc4 References: <1426493810.4716.0.camel@ellerman.id.au> <1426548151.31646.4.camel@ellerman.id.au> <55079859.1020205@hurleysoftware.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/16/2015 11:12 PM, Pranith Kumar wrote: > On Mon, Mar 16, 2015 at 10:58 PM, Peter Hurley wrote: >>>> What is your init? >>> >>> I am using systemd from debian unstable. >> >> Do you have a stdout-path property defined in your dts to a serial >> console you're not actually using? >> > > I am using tty0 as my console. From the config which I posted, it has: > > CONFIG_CMDLINE="console=ttyS0,9600 console=tty0" > > I am not using any device tree file. Ok; there was some reported breakage on PowerMac wrt to 'stdout-path' changes I made, so I thought I'd check if that might have affected your setup as well. Regards, Peter Hurley