On Fri, Nov 24, 2017 at 10:14:10AM +0100, Ingo Molnar wrote: > From: Andy Lutomirski <[email protected]> > > Currently, the GDT is an ad-hoc array of pages, one per CPU, in the > fixmap. Generalize it to be an array of a new struct cpu_entry_area > so that we can cleanly add new things to it. > > Signed-off-by: Andy Lutomirski <[email protected]> > Reviewed-by: Thomas Gleixner <[email protected]> > Cc: Borislav Petkov <[email protected]> > Cc: Borislav Petkov <[email protected]> > Cc: Brian Gerst <[email protected]> > Cc: Dave Hansen <[email protected]> > Cc: Denys Vlasenko <[email protected]> > Cc: H. Peter Anvin <[email protected]> > Cc: Josh Poimboeuf <[email protected]> > Cc: Linus Torvalds <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Link: > http://lkml.kernel.org/r/22571d77ba1f3c714df9fa37db9a58218bc17597.1511497875.git.l...@kernel.org > Signed-off-by: Ingo Molnar <[email protected]> > --- > arch/x86/include/asm/desc.h | 9 +-------- > arch/x86/include/asm/fixmap.h | 34 ++++++++++++++++++++++++++++++++-- > arch/x86/kernel/cpu/common.c | 14 +++++++------- > arch/x86/xen/mmu_pv.c | 2 +- > 4 files changed, 41 insertions(+), 18 deletions(-)
Reviewed-by: Borislav Petkov <[email protected]> -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.

