[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150617100242.GA6015@gmail.com>
Date: Wed, 17 Jun 2015 12:02:42 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Andy Lutomirski <luto@...nel.org>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org,
Frédéric Weisbecker <fweisbec@...il.com>,
Rik van Riel <riel@...hat.com>,
Oleg Nesterov <oleg@...hat.com>,
Denys Vlasenko <vda.linux@...glemail.com>,
Borislav Petkov <bp@...en8.de>,
Kees Cook <keescook@...omium.org>,
Brian Gerst <brgerst@...il.com>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [RFC/INCOMPLETE 08/13] x86/entry/64: Migrate 64-bit syscalls to
new exit hooks
* Ingo Molnar <mingo@...nel.org> wrote:
>
> * Andy Lutomirski <luto@...nel.org> wrote:
>
> > This is separate for ease of bisection.
> >
> > Signed-off-by: Andy Lutomirski <luto@...nel.org>
> > ---
> > arch/x86/entry/entry_64.S | 68 +++++------------------------------------------
> > 1 file changed, 7 insertions(+), 61 deletions(-)
> >
> > diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S
> > index 33acc3dcc281..a5044d7a9d43 100644
> > --- a/arch/x86/entry/entry_64.S
> > +++ b/arch/x86/entry/entry_64.S
> > @@ -229,6 +229,11 @@ entry_SYSCALL_64_fastpath:
> > */
> > USERGS_SYSRET64
> >
> > +GLOBAL(int_ret_from_sys_call_irqs_off)
> > + TRACE_IRQS_ON
> > + ENABLE_INTERRUPTS(CLBR_NONE)
> > + jmp int_ret_from_sys_call
>
> Any reason why irq state tracking cannot be done in C as well, like the rest of
> the irq state tracking code?
Never mind, I see you've done exactly that in patch #12.
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists