On Mon, Dec 04, 2017 at 03:07:28PM +0100, Thomas Gleixner wrote: > From: Andy Lutomirski <[email protected]> > > The existing code was a mess, mainly because C arrays are nasty. Turn > SYSENTER_stack into a struct, add a helper to find it, and do all the > obvious cleanups this enables. > > 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/38ff640712c9b591b32de24a080daf13afaba234.1511497875.git.l...@kernel.org > > --- > arch/x86/entry/entry_32.S | 4 ++-- > arch/x86/entry/entry_64.S | 2 +- > arch/x86/include/asm/fixmap.h | 5 +++++ > arch/x86/include/asm/processor.h | 6 +++++- > arch/x86/kernel/asm-offsets.c | 6 ++---- > arch/x86/kernel/cpu/common.c | 14 +++----------- > arch/x86/kernel/dumpstack.c | 7 +++---- > 7 files changed, 21 insertions(+), 23 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) --

