From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 7B65E1A0008 for ; Wed, 18 Mar 2015 15:47:35 +1100 (AEDT) Message-ID: <1426654054.6504.2.camel@ellerman.id.au> Subject: Re: [PATCH] Revert "of: Fix premature bootconsole disable with 'stdout-path'" From: Michael Ellerman To: Peter Hurley Date: Wed, 18 Mar 2015 15:47:34 +1100 In-Reply-To: <1426625193-5055-1-git-send-email-peter@hurleysoftware.com> References: <1426625193-5055-1-git-send-email-peter@hurleysoftware.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Rob Herring , devicetree@vger.kernel.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Grant Likely , Pranith Kumar , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-03-17 at 16:46 -0400, Peter Hurley wrote: > This reverts commit 2fa645cb2703d9b3786d850db815414dfeefa51d. > > The assumption that at least 1 preferred console will be registered > when the stdout-path property is set is invalid, which can result > in _no_ consoles. > > Signed-off-by: Peter Hurley Grant/Rob, in case you didn't see it, this has caused a panic on at least one powerpc box. So would be nice if it could go in for 4.0. cheers