From: Ingo Molnar <mingo@elte.hu>
To: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Alexander van Heukelum <heukelum@mailshack.com>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCHv2 6/7] x86: traps_xx: modify default_do_nmi
Date: Wed, 9 Jul 2008 08:19:22 +0200 [thread overview]
Message-ID: <20080709061922.GH9760@elte.hu> (raw)
In-Reply-To: <20080702171637.GB7003@cvg>
* Cyrill Gorcunov <gorcunov@gmail.com> wrote:
> [Alexander van Heukelum - Wed, Jul 02, 2008 at 06:39:01PM +0200]
> | - local caching of smp_processor_id() in default_do_nmi()
> | - v2: do not split default_do_nmi over two lines
> |
> | Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
> |
> | ---
> |
> | On Wed, Jul 02, 2008 at 08:12:20PM +0400, Cyrill Gorcunov wrote:
> | > | -static notrace __kprobes void default_do_nmi(struct pt_regs *regs)
> | > | +static notrace __kprobes void
> | > | +default_do_nmi(struct pt_regs *regs)
> | > | [ ... ]
> | > | -asmlinkage notrace __kprobes void default_do_nmi(struct pt_regs *regs)
> | > | +asmlinkage notrace __kprobes void
> | > | +default_do_nmi(struct pt_regs *regs)
> | >
> | > Hi Alexander, good done, thanks! But why did you split default_do_nmi
> | > definition by two lines? I think it would be better to keep them as it
> | > was before, ie by a single line
> | >
> | > static notrace __kprobes void default_do_nmi(struct pt_regs *regs)
> |
> | Thanks! Here is the replacement patch with default_do_nmi left on
> | a single line. Patch 7 applies with 1 line fuzz.
> |
> | Greetings,
> | Alexander
> |
>
> Thanks, Alexander, this looks good to me. Feel free to add my
> Signed-off if you need it.
Thanks Alexander, i've picked them up into tip/x86/core:
Alexander van Heukelum (7):
x86: initial changes to unify traps_32.c and traps_64.c
x86: traps_xx: shuffle headers and globals
x86: traps_xx: modify __die
x86: traps_xx: modify do_trap
x86: traps_xx: restructure do_general_protection()
x86: traps_xx: modify default_do_nmi
x86: traps_xx: various small changes
i've added Cyrill's Acked-by lines as well. (We use Signed-off is when
routing patches)
Ingo
next prev parent reply other threads:[~2008-07-09 6:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-01 19:36 [PATCH] x86: Simple changes to make traps_32.c and traps_64.c more similar Alexander van Heukelum
2008-07-01 19:50 ` Ingo Molnar
2008-07-01 23:42 ` Alexander van Heukelum
2008-07-01 23:29 ` [PATCH] x86: initial changes to unify traps_32.c and traps_64.c Alexander van Heukelum
2008-07-01 23:30 ` [PATCH 2/7] x86: traps_xx: shuffle headers and globals Alexander van Heukelum
2008-07-01 23:31 ` [PATCH 3/7] x86: traps_xx: modify __die Alexander van Heukelum
2008-07-01 23:31 ` [PATCH 4/7] x86: traps_xx: modify do_trap Alexander van Heukelum
2008-07-01 23:32 ` [PATCH 5/7] x86: traps_xx: restructure do_general_protection() Alexander van Heukelum
2008-07-01 23:32 ` [PATCH] x86: traps_xx: modify default_do_nmi Alexander van Heukelum
2008-07-02 16:12 ` Cyrill Gorcunov
2008-07-02 16:39 ` [PATCHv2 6/7] " Alexander van Heukelum
2008-07-02 17:16 ` Cyrill Gorcunov
2008-07-09 6:19 ` Ingo Molnar [this message]
2008-07-01 23:33 ` [PATCH 7/7] x86: traps_xx: various small changes Alexander van Heukelum
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=20080709061922.GH9760@elte.hu \
--to=mingo@elte.hu \
--cc=gorcunov@gmail.com \
--cc=heukelum@mailshack.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.