commit | 1ccdbf748d862bc2ea106fa9f2300983c77860fe | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Wed Mar 10 09:43:22 2021 +0100 |
committer | Borislav Petkov <bp@suse.de> | Thu Mar 18 23:03:43 2021 +0100 |
tree | 91a8447e852b35c4d22f4c176a16ea957e8d9da6 | |
parent | 79419e13e8082cc15d174df979a363528e31f2e7 [diff] |
x86/boot/compressed/64: Add 32-bit boot #VC handler Add a #VC exception handler which is used when the kernel still executes in protected mode. This boot-path already uses CPUID, which will cause #VC exceptions in an SEV-ES guest. Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20210312123824.306-6-joro@8bytes.org