From: Joe Perches <joe@perches.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Richard Weinberger <richard@nod.at>,
user-mode-linux-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org, x86@kernel.org
Subject: Re: [PATCH 2/4] arch/um/os-Linux: Drop UM_ prefix from printk() level specifiers
Date: Sat, 29 Sep 2012 13:10:40 -0700 [thread overview]
Message-ID: <1348949440.3294.2.camel@joe-AO722> (raw)
In-Reply-To: <1348938460-20919-2-git-send-email-geert@linux-m68k.org>
On Sat, 2012-09-29 at 19:07 +0200, Geert Uytterhoeven wrote:
> Since commit 9429ec96c2718c0d1e3317cf60a87a0405223814 ("um: Preinclude
> include/linux/kern_levels.h") the non-prefixed printk() level specifiers
> are usable for the user parts of UML.
Thanks here too.
> diff --git a/arch/um/os-Linux/aio.c b/arch/um/os-Linux/aio.c
[]
> @@ -88,7 +88,7 @@ static int do_aio(aio_context_t ctx, enum aio_type type, int fd, char *buf,
> iocbp->aio_nbytes = sizeof(c);
> break;
> default:
> - printk(UM_KERN_ERR "Bogus op in do_aio - %d\n", type);
> + printk(KERN_ERR "Bogus op in do_aio - %d\n", type);
Maybe a follow-on patch to convert these to pr_<level>?
next prev parent reply other threads:[~2012-09-29 20:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-29 17:07 [PATCH 1/4] arch/um/drivers: Drop UM_ prefix from printk() level specifiers Geert Uytterhoeven
2012-09-29 17:07 ` [PATCH 2/4] arch/um/os-Linux: " Geert Uytterhoeven
2012-09-29 20:10 ` Joe Perches [this message]
2012-09-29 20:27 ` Geert Uytterhoeven
2012-09-29 20:43 ` Al Viro
2012-09-29 20:58 ` Geert Uytterhoeven
2012-09-29 17:07 ` [PATCH 3/4] arch/x86/um: " Geert Uytterhoeven
2012-09-29 17:07 ` [PATCH 4/4] um: Remove obsolete UM_ prefixed " Geert Uytterhoeven
2012-09-29 20:08 ` [PATCH 1/4] arch/um/drivers: Drop UM_ prefix from " 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=1348949440.3294.2.camel@joe-AO722 \
--to=joe@perches.com \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=richard@nod.at \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=x86@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