On Fri, Nov 24, 2017 at 10:14:10AM +0100, Ingo Molnar wrote: > From: Andy Lutomirski <l...@kernel.org> > > 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 <l...@kernel.org> > Reviewed-by: Thomas Gleixner <t...@linutronix.de> > Cc: Borislav Petkov <b...@alien8.de> > Cc: Borislav Petkov <bpet...@suse.de> > Cc: Brian Gerst <brge...@gmail.com> > Cc: Dave Hansen <dave.han...@intel.com> > Cc: Denys Vlasenko <dvlas...@redhat.com> > Cc: H. Peter Anvin <h...@zytor.com> > Cc: Josh Poimboeuf <jpoim...@redhat.com> > Cc: Linus Torvalds <torva...@linux-foundation.org> > Cc: Peter Zijlstra <pet...@infradead.org> > Link: > http://lkml.kernel.org/r/22571d77ba1f3c714df9fa37db9a58218bc17597.1511497875.git.l...@kernel.org > Signed-off-by: Ingo Molnar <mi...@kernel.org> > --- > 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 <b...@suse.de> -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.