Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752999AbYLGRXI (ORCPT ); Sun, 7 Dec 2008 12:23:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751869AbYLGRWf (ORCPT ); Sun, 7 Dec 2008 12:22:35 -0500 Received: from nf-out-0910.google.com ([64.233.182.189]:50021 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755632AbYLGRWe (ORCPT ); Sun, 7 Dec 2008 12:22:34 -0500 Message-ID: Date: Sun, 7 Dec 2008 18:22:31 +0100 From: "Kay Sievers" To: "Alan Cox" Subject: Re: Runaway loop with the current git. Cc: "Evgeniy Polyakov" , "Herbert Xu" , linux-kernel@vger.kernel.org, "Linux Crypto Mailing List" In-Reply-To: <20081207170108.39dfd93f@lxorguk.ukuu.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081207112335.0afd5192@lxorguk.ukuu.org.uk> <20081207155507.GA15355@gondor.apana.org.au> <20081207160921.693f637a@lxorguk.ukuu.org.uk> <20081207163151.GA31838@ioremap.net> <20081207170108.39dfd93f@lxorguk.ukuu.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 23 On Sun, Dec 7, 2008 at 18:01, Alan Cox wrote: >> Wrong. First at least because tty/console stuff is built in. > > Are you two people or just two names and email addresses for > the same ? > > /dev/console is a logical mapping to a device which may well be > different, loaded after PCI is initialised and dependant on PCI. So wrong. If no driver is associated, like early, in that case, we must return -ENODEV, instead of calling modprobe in a loop. It's a built-in device, and it's easy to fix. Again, please start to think about, it's all contained in the kernel, and the kernel is wrong. Claiming userspace is guilty to triggering this kernel bug does not help anything. Kay -- 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/