All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@bytesex.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jeff Dike <jdike@addtoit.com>,
	uml devel <user-mode-linux-devel@lists.sourceforge.net>
Subject: Re: [uml-devel] Re: [ann] kraxel's 2.6.8 uml patch kit
Date: Sat, 21 Aug 2004 21:28:43 +0200	[thread overview]
Message-ID: <20040821192842.GC27073@bytesex> (raw)
In-Reply-To: <Pine.GSO.4.58.0408202303460.16715@waterleaf.sonytel.be>

On Fri, Aug 20, 2004 at 11:05:56PM +0200, Geert Uytterhoeven wrote:
> On Fri, 20 Aug 2004, Jeff Dike wrote:
> > I like this one, but it's big and I'm going to have to take a good look at it.
> > I'm somewhat unhappy about the command line change, where you need to specify
> > a console or UML doesn't boot.  That'll break everyone's scripts.  Is it
> > possible to provide a default console if there isn't one on the command line?
> 
> IIRC, the default console is the one that gets registered first.

Yes.

> So by reordering the code (in source files) and/or objects (in
> Makefiles) you can make sure the correct one is the default.

No.  The stderr console is registered _much_ earlier in the boot process
than the stdio console.  And I don't want to change that as having
printk work early is a cool debugging feature.  The stdio_console can't
be registered that early as it needs -- unlike stderr console -- several
kernel subsystems being initialized already.

> BTW, what do you think of putting the stderr console in its own source file
> with its own CONFIG_* option?

Thats IMHO a good idea in any case as one can turn on/off stderr console
and stdio console independant of each other.  That simplifies things for
both backward compatibility (make the kernel with stderr console
disabled behave like older versions should be easy, even without dirty
tricks like silently appending console=tty0) and fbcon (disable
stdio_console to get it out of the way but have stderr console for
printk-debugging it).

  Gerd

-- 
return -ENOSIG;


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  reply	other threads:[~2004-08-21 19:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-20 12:24 [uml-devel] [ann] kraxel's 2.6.8 uml patch kit Gerd Knorr
2004-08-20 13:14 ` Geert Uytterhoeven
2004-08-20 16:52   ` Gerd Knorr
2004-08-20 19:01 ` [uml-devel] " Jeff Dike
2004-08-20 21:05   ` Geert Uytterhoeven
2004-08-21 19:28     ` Gerd Knorr [this message]
2004-08-22 13:22       ` Werner Almesberger
2004-08-23 11:06         ` Gerd Knorr
2004-08-22 11:17   ` Gerd Knorr
2004-08-31  0:25     ` D. Bahi
2004-09-14 12:36       ` Gerd Knorr
2004-09-15 20:59         ` D. Bahi
2004-09-16 10:29           ` [uml-devel] [patch] core-on-panic next take ;) Gerd Knorr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040821192842.GC27073@bytesex \
    --to=kraxel@bytesex.org \
    --cc=geert@linux-m68k.org \
    --cc=jdike@addtoit.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.