On Mon, Dec 04, 2017 at 03:07:28PM +0100, Thomas Gleixner wrote:
> From: Andy Lutomirski <l...@kernel.org>
> 
> 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 <l...@kernel.org>
> Signed-off-by: Ingo Molnar <mi...@kernel.org>
> Signed-off-by: Thomas Gleixner <t...@linutronix.de>
> Reviewed-by: Thomas Gleixner <t...@linutronix.de>
> Cc: Rik van Riel <r...@redhat.com>
> Cc: Denys Vlasenko <dvlas...@redhat.com>
> Cc: Peter Zijlstra <pet...@infradead.org>
> Cc: Brian Gerst <brge...@gmail.com>
> Cc: Dave Hansen <dave.han...@linux.intel.com>
> Cc: Josh Poimboeuf <jpoim...@redhat.com>
> Cc: Linus Torvalds <torva...@linux-foundation.org>
> 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 <b...@suse.de>

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 
(AG Nürnberg)
-- 

Reply via email to