All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Hugh Dickins <hugh@veritas.com>
Cc: zaitcev@redhat.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] stop ==== emergency
Date: Sun, 5 Feb 2006 20:57:09 -0800	[thread overview]
Message-ID: <20060205205709.0b88171b.zaitcev@redhat.com> (raw)
In-Reply-To: <mailman.1139006040.12873.linux-kernel2news@redhat.com>

On Fri, 3 Feb 2006 21:37:09 +0000 (GMT), Hugh Dickins <hugh@veritas.com> wrote:

> +++ linux/arch/i386/kernel/traps.c	2006-02-03 09:59:37.000000000 +0000
> @@ -166,7 +166,8 @@ static void show_trace_log_lvl(struct ta
>  		stack = (unsigned long*)context->previous_esp;
>  		if (!stack)
>  			break;
> -		printk(KERN_EMERG " =======================\n");
> +		printk(log_lvl);
> +		printk(" =======================\n");
>  	}

This is wrong, Hugh. What do you think the priority of the second printk?
It's not log_lvl, that's for sure.

-- Pete

       reply	other threads:[~2006-02-06  4:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1139006040.12873.linux-kernel2news@redhat.com>
2006-02-06  4:57 ` Pete Zaitcev [this message]
2006-02-06  8:46   ` [PATCH] stop ==== emergency Hugh Dickins
2006-02-06 18:55     ` Jean Delvare
2006-02-06 21:11       ` Hugh Dickins
2006-02-06 21:32         ` Pete Zaitcev
2006-02-06 22:15           ` Hugh Dickins
2006-02-03 21:37 Hugh Dickins

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=20060205205709.0b88171b.zaitcev@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hugh@veritas.com \
    --cc=linux-kernel@vger.kernel.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 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.