From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965349AbcKACzy (ORCPT ); Mon, 31 Oct 2016 22:55:54 -0400 Received: from mail-vk0-f44.google.com ([209.85.213.44]:35815 "EHLO mail-vk0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965325AbcKACzv (ORCPT ); Mon, 31 Oct 2016 22:55:51 -0400 MIME-Version: 1.0 In-Reply-To: <20161031202706.GA10263@gofer.mess.org> References: <20161019090719.GA1764@gofer.mess.org> <29b311e3-a26e-81de-82cf-e0a202db6d96@sgi.com> <20161020201051.GA29324@gofer.mess.org> <49f038af-5cb7-e76f-e4e9-57fad876710d@sgi.com> <20161024135235.GA29984@gofer.mess.org> <20161024214925.GA143272@stormcage.americas.sgi.com> <20161025204139.GA22268@gofer.mess.org> <20161027201916.GA7718@gofer.mess.org> <20161031202706.GA10263@gofer.mess.org> From: Peter Hurley Date: Mon, 31 Oct 2016 20:55:49 -0600 Message-ID: Subject: Re: console issue since 3.6, console=ttyS1 hangs To: Sean Young Cc: Nathan , Linux kernel mailing list , "linux-serial@vger.kernel.org" , Greg Kroah-Hartman , Alan Cox , "Rafael J. Wysocki" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 31, 2016 at 2:27 PM, Sean Young wrote: > On Sun, Oct 30, 2016 at 10:33:02AM -0500, Nathan wrote: >> I think this should be PNP0501 instead of PNP0c02. >> Once I alter that then when I boot the serial comes up on irq 3. However it >> still hangs. >> I'll keep digging. > > Well that's that theory out of the window. I'm not sure where to look now, > I would start by enabling as many as possible of the "kernel hacking" config > options and see if anything gets caught. > > Looking at your earlier messages, you have a collection of percpu allocation > failures. That might be worth resolving before anything else. Hi Nathan, Couple of questions: 1. Was login over serial console setup and working on SLES 11? or was the 'console=ttyS1' only for debug output? I ask because console output doesn't use IRQs; iow, maybe the serial port w/ driver never actually worked. 2. Can you post dmesg for the SLES 11 setup? That would show if there were probe errors even on that. An alternative that should be equivalent to your previous setup is to build w/ CONFIG_SERIAL_8250_PNP=n Seems like your ACPI BIOS is buggy, but also that something else is using IRQ 3? Regards, Peter Hurley