mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Vegard Nossum" <vegard.nossum@gmail.com>
To: "Pekka Enberg" <penberg@cs.helsinki.fi>
Cc: linux-kernel@vger.kernel.org,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Rob Landley" <rob@landley.net>
Subject: Re: [RFC/PATCH] printk: detect incomplete lines
Date: Mon, 12 May 2008 14:00:07 +0200	[thread overview]
Message-ID: <19f34abd0805120500k7613dbd9le1bf79f7bb96778a@mail.gmail.com> (raw)
In-Reply-To: <84144f020805120456r14436eend416e079ea88be9c@mail.gmail.com>

On Mon, May 12, 2008 at 1:56 PM, Pekka Enberg <penberg@cs.helsinki.fi> wrote:
> On Mon, May 12, 2008 at 2:49 PM, Vegard Nossum <vegard.nossum@gmail.com> wrote:
>  >  This printk() problem has been bugging me for a long time. Consider the
>  >  following code:
>  >
>  >  diff --git a/init/main.c b/init/main.c
>  >  index ddada7a..777e02d 100644
>  >  --- a/init/main.c
>  >  +++ b/init/main.c
>  >  @@ -452,17 +452,38 @@ static void __init setup_command_line(char *command_line)
>  >   * gcc-3.4 accidentally inlines this function, so use noinline.
>  >   */
>  >
>  >  +static void printk_thread(const char *msg, unsigned long wait)
>  >  +{
>  >  +       int i = 0;
>  >  +
>  >  +       while(true) {
>  >  +               if (i == 0)
>  >  +                       printk(KERN_INFO "Here we go: ");
>  >  +
>  >  +               printk("%s%s", msg, i < 7 ? ", " : "\n");
>
>  You are supposed to use KERN_CONT here.

Uhm, no. KERN_CONT won't help at all, see include/linux/kernel.h:

/*
 * Annotation for a "continued" line of log printout (only done after a
 * line that had no enclosing \n). Only to be used by core/arch code
 * during early bootup (a continued line is not SMP-safe otherwise).
 */
#define KERN_CONT       ""

So even if I did, it would make no difference for the example :-)

Iirc, KERN_CONT is mostly an annotation for the checkpatch script to
suppress the warning about missing loglevel token.

(And let's face it, there are places in the kernel that have continued
lines even after early bootup.)

Vegard

-- 
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own creation."
	-- E. W. Dijkstra, EWD1036

  reply	other threads:[~2008-05-12 12:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-12 11:49 Vegard Nossum
2008-05-12 11:56 ` Pekka Enberg
2008-05-12 12:00   ` Vegard Nossum [this message]
2008-05-13 10:54     ` Andi Kleen
2008-05-13 15:31       ` Vegard Nossum
2008-05-12 15:35 ` Joe Perches

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=19f34abd0805120500k7613dbd9le1bf79f7bb96778a@mail.gmail.com \
    --to=vegard.nossum@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=penberg@cs.helsinki.fi \
    --cc=rob@landley.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®