From: Ingo Molnar <mingo@elte.hu>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
LKML <linux-kernel@vger.kernel.org>, Andi Kleen <ak@suse.de>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] x86: Unify printk strings in fault_32|64.c
Date: Sat, 19 Jan 2008 09:13:31 +0100 [thread overview]
Message-ID: <20080119081331.GB12995@elte.hu> (raw)
In-Reply-To: <1200716549.5724.150.camel@brick>
* Harvey Harrison <harvey.harrison@gmail.com> wrote:
> #ifdef CONFIG_X86_32
> - "%s%s[%d]: segfault at %lx ip %08lx sp %08lx error %lx\n",
> + "%s%s[%d]: segfault at %lx ip %08lx sp %08lx error %lx",
> #else
> #ifdef CONFIG_X86_32
> - "%s%s[%d]: segfault at %08lx ip %08lx sp %08lx error %lx\n",
> + "%s%s[%d]: segfault at %lx ip %08lx sp %08lx error %lx",
> #else
thanks, applied.
Ingo
next prev parent reply other threads:[~2008-01-19 8:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-19 4:22 [PATCH] x86: Unify printk strings in fault_32|64.c Harvey Harrison
2008-01-19 5:08 ` Andi Kleen
2008-01-19 5:12 ` Harvey Harrison
2008-01-19 8:13 ` Ingo Molnar [this message]
2008-01-19 9:04 ` Harvey Harrison
2008-01-19 10:17 ` [RFC PATCH] x86: Pull out oops printing helper from do_page_fault Harvey Harrison
2008-01-19 10:26 ` [RFC PATCHv2] " Harvey Harrison
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=20080119081331.GB12995@elte.hu \
--to=mingo@elte.hu \
--cc=ak@suse.de \
--cc=harvey.harrison@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/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.