• Dave Hansen's avatar
    x86/mm: Factor out LDT init from context init · 39a0526f
    Dave Hansen authored
    The arch-specific mm_context_t is a great place to put
    protection-key allocation state.
    
    But, we need to initialize the allocation state because pkey 0 is
    always "allocated".  All of the runtime initialization of
    mm_context_t is done in *_ldt() manipulation functions.  This
    renames the existing LDT functions like this:
    
    	init_new_context() -> init_new_context_ldt()
    	destroy_context() -> destroy_context_ldt()
    
    and makes init_new_context() and destroy_context() available for
    generic use.
    Signed-off-by: default avatarDave Hansen <dave.hansen@linux.intel.com>
    Reviewed-by: default avatarThomas Gleixner <tglx@linutronix.de>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Brian Gerst <brgerst@gmail.com>
    Cc: Dave Hansen <dave@sr71.net>
    Cc: Denys Vlasenko <dvlasenk@redhat.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Rik van Riel <riel@redhat.com>
    Cc: linux-mm@kvack.org
    Link: http://lkml.kernel.org/r/20160212210234.DB34FCC5@viggo.jf.intel.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
    39a0526f
ldt.c 6.36 KB