Merge branch 'linus' into x86/asm, to resolve conflict
authorIngo Molnar <mingo@kernel.org>
Fri, 10 Nov 2017 07:06:47 +0000 (08:06 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 10 Nov 2017 07:06:47 +0000 (08:06 +0100)
 Conflicts:
arch/x86/mm/mem_encrypt.c

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
arch/x86/mm/mem_encrypt.c

index d247c14469de3f9f7e78cc7c9eae2e02b9c8edf1,0286327e65fa273733b1561b93ffb296341f09dd..d9a9e9fc75dd7b511050adc6bd4c914b0c4fcdaa
@@@ -42,11 -40,7 +42,11 @@@ static char sme_cmdline_off[] __initdat
   * section is later cleared.
   */
  u64 sme_me_mask __section(.data) = 0;
- EXPORT_SYMBOL_GPL(sme_me_mask);
+ EXPORT_SYMBOL(sme_me_mask);
 +DEFINE_STATIC_KEY_FALSE(sev_enable_key);
 +EXPORT_SYMBOL_GPL(sev_enable_key);
 +
 +static bool sev_enabled __section(.data);
  
  /* Buffer used for early in-place encryption by BSP, no locking needed */
  static char sme_early_buffer[PAGE_SIZE] __aligned(PAGE_SIZE);