Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934858AbcJUPAh (ORCPT ); Fri, 21 Oct 2016 11:00:37 -0400 Received: from mail.kernel.org ([198.145.29.136]:34250 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934201AbcJUPAf (ORCPT ); Fri, 21 Oct 2016 11:00:35 -0400 MIME-Version: 1.0 In-Reply-To: <1477060817.8523.33.camel@gmail.com> References: <1477053923.8523.13.camel@gmail.com> <1477060817.8523.33.camel@gmail.com> From: Rob Herring Date: Fri, 21 Oct 2016 10:00:06 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: 4.9 regression/bisection - 761ed4a94582 tty: serial_core: convert uart_close to use tty_port_close To: Mike Galbraith Cc: LKML , Peter Hurley Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 679 Lines: 20 On Fri, Oct 21, 2016 at 9:40 AM, Mike Galbraith wrote: > On Fri, 2016-10-21 at 08:51 -0500, Rob Herring wrote: >> On Fri, Oct 21, 2016 at 7:45 AM, Mike Galbraith >> wrote: >> > Greetings, >> > >> > My old DL980 G7 is exploding on reboot with master, with only the first >> > couple lines actually making it to the console. Once (and only once) >> > during bisection it did manage to get the below emitted. >> >> Does this patch[1] fix things for you? Sorry, only the reply seems to >> be in the archives. > > Nope, still went boom. Can you try just removing the "port->console = uart_console(uport);" line completely? Rob