On Mon, Dec 04, 2017 at 03:07:20PM +0100, Thomas Gleixner wrote: > From: Andy Lutomirski <[email protected]> > > This has a secondary purpose: it puts the entry stack into a region > with a well-controlled layout. A subsequent patch will take > advantage of this to streamline the SYSCALL entry code to be able to > find it more easily. > > Signed-off-by: Andy Lutomirski <[email protected]> > Signed-off-by: Ingo Molnar <[email protected]> > Signed-off-by: Thomas Gleixner <[email protected]> > Reviewed-by: Thomas Gleixner <[email protected]> > Cc: Rik van Riel <[email protected]> > Cc: Denys Vlasenko <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Cc: Brian Gerst <[email protected]> > Cc: Dave Hansen <[email protected]> > Cc: Josh Poimboeuf <[email protected]> > Cc: Linus Torvalds <[email protected]> > Link: > https://lkml.kernel.org/r/cdcba7e1e82122461b3ca36bb3ef6713ba605e35.1511497875.git.l...@kernel.org > > --- > arch/x86/entry/entry_32.S | 6 ++++-- > arch/x86/include/asm/fixmap.h | 7 +++++++ > arch/x86/kernel/asm-offsets.c | 3 +++ > arch/x86/kernel/cpu/common.c | 41 > +++++++++++++++++++++++++++++++++++------ > arch/x86/kernel/dumpstack.c | 3 ++- > arch/x86/kvm/vmx.c | 2 +- > arch/x86/power/cpu.c | 11 ++++++----- > 7 files changed, 58 insertions(+), 15 deletions(-)
Reviewed-by: Borislav Petkov <[email protected]> -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --

