Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755057AbYLGREA (ORCPT ); Sun, 7 Dec 2008 12:04:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754104AbYLGRDv (ORCPT ); Sun, 7 Dec 2008 12:03:51 -0500 Received: from tservice.net.ru ([195.178.208.66]:35945 "EHLO tservice.net.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753525AbYLGRDv (ORCPT ); Sun, 7 Dec 2008 12:03:51 -0500 Date: Sun, 7 Dec 2008 20:03:49 +0300 From: Evgeniy Polyakov To: Alan Cox Cc: Kay Sievers , Herbert Xu , linux-kernel@vger.kernel.org, Linux Crypto Mailing List Subject: Re: Runaway loop with the current git. Message-ID: <20081207170349.GA472@ioremap.net> References: <20081207112335.0afd5192@lxorguk.ukuu.org.uk> <20081207155507.GA15355@gondor.apana.org.au> <20081207160921.693f637a@lxorguk.ukuu.org.uk> <20081207165740.2c4bbb0d@lxorguk.ukuu.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081207165740.2c4bbb0d@lxorguk.ukuu.org.uk> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1038 Lines: 26 On Sun, Dec 07, 2008 at 04:57:40PM +0000, Alan Cox (alan@lxorguk.ukuu.org.uk) wrote: > The userspace opens major 5 minor 1. The kernel has no driver mapped to > that so the kernel asks user space to load a module of its choice for It has. It really has it. It was not yet initialized though because, because, because... Hmm, userspace code started and built-in kernel subsystem was not yet initialized. > major 5 minor 1. What user space does with that is and has always been a > problem for user space. > > User space is quite at liberty to go .. 5,1 and I have a serial console > I want to load 8250_pci please. > > What it must not do is try and re-open it again and again and again. Heh, init is not allowed to write something to the console or any other tty? -- Evgeniy Polyakov -- 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/