From: Tim Bird <tim.bird@am.sony.com>
To: � <pozsy@uhulinux.hu>
Cc: linux-kernel@vger.kernel.org,
David Woodhouse <dwmw2@infradead.org>,
"Sean M. Burke" <sburke@cpan.org>,
trivial@rustcorp.com.au
Subject: Re: PATCH: "Ok" -> "OK" in messages
Date: Thu, 23 Jun 2005 11:32:07 -0700 [thread overview]
Message-ID: <42BB0027.6030502@am.sony.com> (raw)
In-Reply-To: <20050623165309.GA23548@ojjektum.uhulinux.hu>
> >>- putstr("Uncompressing Linux... ");
> >> + putstr("Linux " UTS_RELEASE);
> >> gunzip();
> >> - putstr("Ok, booting the kernel.\n");
> >> + putstr("\n");
> >>
� wrote:
>>Language neutrality is not a goal for kernel messages,
>>that I'm aware of.
>
> Of course this is true, but I think this very one is an exception: this
> is the only one seen when booting with the "quiet" kernel option or
> using some shiny bootlogo patches, both of which is common practice
> among distribution-shipped kernels.
>
OK, I understand why this one might worth different
consideration.
>
>>I disagree with this change because
>>it yields a net reduction in understanding what's going
>>on during booting.
>
> No, it does not yields any reduction. Only the strings itself are
> changed, not the time they are printed.
This is only true if the words themselves have no meaning or utility.
They do.
> Besides, nobody is interested that actually an uncompress step is in
> progress, that just works.
This is not true, a developer working on a new board support package
cares whether we're in the decompress step or in the kernel booting step.
New developers unfamiliar with the kernel booting sequence will have
to find out where this message is coming from, when things fail.
Without a unique string to search for, this becomes quite difficult
to find.
In my field, I work with a LOT of developers who are not deeply
familiar with the kernel, but still face these bootup messages.
> And, btw if it fails (the gunzip), it prints
> an error message anyway iirc.
I'm not sure what happens on gunzip failure, but
I see kernel boot failures quite often during
board bringup, and it's nice to know if you've
passed the decompression phase, etc. The messages
you propose are much less instructive for the
developer.
However, I will grant that we're not trying to
optimize for the developer, but rather should
be optimizing for the user. But if we can
do something that is suitable to both, I would
prefer it. Could we put just a little more
wording back in?
-- Tim
=============================
Tim Bird
Architecture Group Chair, CE Linux Forum
Senior Staff Engineer, Sony Electronics
=============================
next prev parent reply other threads:[~2005-06-23 18:39 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-28 11:13 PATCH: "Ok" -> "OK" in messages Sean M. Burke
2005-05-28 11:29 ` David Woodhouse
2005-05-28 12:54 ` Pozsár Balázs
2005-06-23 16:30 ` Tim Bird
2005-06-23 16:53 ` Pozsár Balázs
2005-06-23 18:32 ` Tim Bird [this message]
2005-06-23 23:33 ` Alan Cox
2005-05-28 11:53 ` Måns Rullgård
2005-05-28 12:12 ` Matthias-Christian Ott
2005-05-28 12:19 ` Måns Rullgård
2005-05-28 16:08 ` Alistair John Strachan
2005-05-28 13:14 ` cutaway
2005-05-28 12:29 ` Måns Rullgård
2005-05-28 21:02 ` Lee Revell
2005-05-29 3:04 ` cutaway
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=42BB0027.6030502@am.sony.com \
--to=tim.bird@am.sony.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pozsy@uhulinux.hu \
--cc=sburke@cpan.org \
--cc=trivial@rustcorp.com.au \
/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