]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Nov 2021 22:52:26 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Nov 2021 22:52:26 +0000 (15:52 -0700)
commit6d0bff7371ad9f4dffd5050a1fb2932d3095e2a3
tree9d021cb1d711ee4affec192317bf55fbb1425fbd
parent46e1d0910d39ea90d467284d2f18f4a257cab5f9
parent198de6dca72a25956ccceb9811e28b5cd3b96e1d
Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 SEV updates from Borislav Petkov:

 - Export sev_es_ghcb_hv_call() so that HyperV Isolation VMs can use it
   too

 - Non-urgent fixes and cleanups

* tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV
  x86/sev: Allow #VC exceptions on the VC2 stack
  x86/sev: Fix stack type check in vc_switch_off_ist()
  x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
  x86/sev: Carve out HV call's return value verification
arch/x86/kernel/sev-shared.c
arch/x86/kernel/sev.c
arch/x86/kernel/traps.c
arch/x86/mm/mem_encrypt_identity.c