x86/sev-es: Forward page-faults which happen during emulation
authorJoerg Roedel <jroedel@suse.de>
Wed, 19 May 2021 13:52:45 +0000 (15:52 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 19 May 2021 15:13:04 +0000 (17:13 +0200)
commitc25bbdb564060adaad5c3a8a10765c13487ba6a3
tree64734ece786149aba77e6c38089cee109f8fa86b
parentb250f2f7792d15bcde98e0456781e2835556d5fa
x86/sev-es: Forward page-faults which happen during emulation

When emulating guest instructions for MMIO or IOIO accesses, the #VC
handler might get a page-fault and will not be able to complete. Forward
the page-fault in this case to the correct handler instead of killing
the machine.

Fixes: 0786138c78e7 ("x86/sev-es: Add a Runtime #VC Exception Handler")
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: stable@vger.kernel.org # v5.10+
Link: https://lkml.kernel.org/r/20210519135251.30093-3-joro@8bytes.org
arch/x86/kernel/sev.c