virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@suse.de>
To: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Virtualization Mailing List <virtualization@lists.osdl.org>
Subject: Re: vgacon disable again
Date: Wed, 14 Feb 2007 09:07:42 +0100	[thread overview]
Message-ID: <45D2C34E.60806@suse.de> (raw)
In-Reply-To: <45D233A9.7030802@goop.org>

Jeremy Fitzhardinge wrote:
> Gerd Hoffmann wrote:
>> Oh, and it obsoletes vgacon-fix-zero-size.patch btw ...
>>   
> 
> Well, I think the zero-size allocation oops is a bug anyway.  But is it
> really necessary to disable VGA beyond that?

Yes, it is.  Otherwise it oopses as soon as something is printed on
/dev/tty<any>.  Quite early at boot with "console=tty1", otherwise as
soon as /sbin/getty starts on /dev/tty1.  Oh, and the reason is it
thinks it has an EGA card with 0 lines and 0 columns because we never
ran the real-mode boot code and thus SCREEN_INFO isn't initialized.  The
0x0 screen probably leads to the zero-sized buffer you are catching in
that patch.

cheers,

  Gerd

-- 
Gerd Hoffmann <kraxel@suse.de>

  reply	other threads:[~2007-02-14  8:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-13 10:54 vgacon disable again Gerd Hoffmann
2007-02-13 11:18 ` Gerd Hoffmann
2007-02-13 21:54   ` Jeremy Fitzhardinge
2007-02-14  8:07     ` Gerd Hoffmann [this message]
2007-02-14 10:52       ` Jeremy Fitzhardinge

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=45D2C34E.60806@suse.de \
    --to=kraxel@suse.de \
    --cc=jeremy@goop.org \
    --cc=virtualization@lists.osdl.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).