diff options
author | Andy Lutomirski <luto@kernel.org> | 2016-03-09 13:24:33 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-03-10 10:53:26 +0100 |
commit | 9999c8c01f34c918a57d6e5ba2f5d8b79aa04801 (patch) | |
tree | fc47bd645a0dd3d20f8a1fd78812d9e6f09b5ad7 /arch/x86/kernel | |
parent | a798f091113ef4999277dbe0483d37d04fa35b2e (diff) | |
download | linux-9999c8c01f34c918a57d6e5ba2f5d8b79aa04801.tar.gz linux-9999c8c01f34c918a57d6e5ba2f5d8b79aa04801.tar.bz2 linux-9999c8c01f34c918a57d6e5ba2f5d8b79aa04801.zip |
x86/entry: Call enter_from_user_mode() with IRQs off
Now that slow-path syscalls always enter C before enabling
interrupts, it's straightforward to call enter_from_user_mode() before
enabling interrupts rather than doing it as part of entry tracing.
With this change, we should finally be able to retire exception_enter().
This will also enable optimizations based on knowing that we never
change context tracking state with interrupts on.
Signed-off-by: Andy Lutomirski <luto@kernel.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/bc376ecf87921a495e874ff98139b1ca2f5c5dd7.1457558566.git.luto@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel')
0 files changed, 0 insertions, 0 deletions