Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 18 Jul 2002 19:04:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 18 Jul 2002 19:04:17 -0400 Received: from www.transvirtual.com ([206.14.214.140]:13580 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Thu, 18 Jul 2002 19:04:17 -0400 Date: Thu, 18 Jul 2002 16:07:06 -0700 (PDT) From: James Simmons To: Andi Kleen cc: Matthew Wilcox , Subject: Re: 2.5.26 broken on headless boxes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 817 Lines: 17 > I also see similar problems on x86-64 in 2.5.25. The kernel quickly crashes > when trying to return from opost_write() because something below has zeroed > out the stack (with serial console and vga console and early console enabled) > I have not tried it with 2.5.26 yet. It is the result of registering the console device first for printk and then later registering the tty device. Eventually I like to be able to have VT_CONSOLE independent of CONFIG_VT so we could have a light weight printk. The goal is register tty device once we find a keyboard of some kind. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/