From: Gerd Hoffmann <kraxel@redhat.com>
To: Mike Frysinger <vapier.adi@gmail.com>
Cc: Robin Getz <rgetz@blackfin.uclinux.org>, linux-kernel@vger.kernel.org
Subject: Re: Early printk behaviour
Date: Fri, 17 Aug 2007 09:49:15 +0200 [thread overview]
Message-ID: <46C552FB.4000508@redhat.com> (raw)
In-Reply-To: <8bd0f97a0708160947x3bd308abmc4f3b523e2444586@mail.gmail.com>
Mike Frysinger wrote:
>> Hmm, sort of, although I didn't think about the case of no real console
>> replacing the early console. The intention of the patch is to have a
>> smooth handover from the boot console to the real console. And, yes, if
>> no real console is ever registered the boot console keeps running ...
>
> i think it also occurs in the case where real console != early console
No. At least not of the boot console has the CON_BOOT flag set as it
should. Last message you'll see on the boot console is the handover
printk, telling you which real console device prints the following
messages. Whenever early and real console go to the physical device or
not doesn't matter.
>> So you can either let it running and *not* mark it __init, so it can
>> keep on going without breaking. Or you can explicitly unregister your
>> boot console at some point, maybe using a late_initcall.
>
> wouldnt a common kernel late_initcall() be more appropriate ? if
> early console hasnt switched over (for whatever reason), then kill it
Hmm, yes, should be doable in generic code. Check whenever the current
console has CON_BOOT set and if so unregister it.
cheers,
Gerd
next prev parent reply other threads:[~2007-08-17 7:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-16 2:34 Early printk behaviour Robin Getz
2007-08-16 7:45 ` Gerd Hoffmann
2007-08-16 16:47 ` Mike Frysinger
2007-08-17 7:49 ` Gerd Hoffmann [this message]
2007-08-17 21:00 ` Robin Getz
2007-08-17 21:09 ` Mike Frysinger
2007-08-17 21:29 ` Robin Getz
2007-08-20 8:01 ` Gerd Hoffmann
2007-08-16 18:56 ` Robin Getz
2007-08-17 17:36 ` [draft] Blackfin Early Printk implmentation Robin Getz
2007-08-17 17:57 ` Mike Frysinger
2007-08-17 18:25 ` Robin Getz
2007-08-17 18:43 ` Mike Frysinger
2007-08-17 17:59 ` Sam Ravnborg
2007-08-17 20:07 ` Robin Getz
2007-08-18 6:23 ` Sam Ravnborg
2007-08-18 15:37 ` Robin Getz
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=46C552FB.4000508@redhat.com \
--to=kraxel@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rgetz@blackfin.uclinux.org \
--cc=vapier.adi@gmail.com \
/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