From: Joe Perches <joe@perches.com>
To: Eugene Teo <eugeneteo@kernel.sg>
Cc: linux-kernel@vger.kernel.org, David Miller <davem@davemloft.net>
Subject: Re: [PATCH] - Remove current defines and uses of pr_err, add pr_emerg, pr_alert, pr_crit, pr_err, pr_warn, pr_notice to include/linux/kernel.h
Date: Wed, 01 Aug 2007 07:09:26 -0700 [thread overview]
Message-ID: <1185977366.14777.44.camel@localhost> (raw)
In-Reply-To: <46B04348.1060907@kernel.sg>
On Wed, 2007-08-01 at 16:24 +0800, Eugene Teo wrote:
> But why are you replacing the existing pr_*() with printk(KERN_*?
Order of compilation if bisected?
The idea is to eventually convert all single line
printk(KERN_<level> fmt "\n",...) to pr_<level>
tree wide. This leaves only the multiline
printk(foo); printk(bar "\n") code which might
possibly be fixed to eliminate messages that are
interleaved by thread/cpu.
prev parent reply other threads:[~2007-08-01 14:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-01 4:09 [PATCH] - Remove current defines and uses of pr_err, add pr_emerg, pr_alert, pr_crit, pr_err, pr_warn, pr_notice to include/linux/kernel.h Joe Perches
2007-08-01 8:24 ` Eugene Teo
2007-08-01 14:09 ` Joe Perches [this message]
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=1185977366.14777.44.camel@localhost \
--to=joe@perches.com \
--cc=davem@davemloft.net \
--cc=eugeneteo@kernel.sg \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox