x86/head/64: Switch to initial stack earlier
authorJoerg Roedel <jroedel@suse.de>
Mon, 7 Sep 2020 13:15:33 +0000 (15:15 +0200)
committerBorislav Petkov <bp@suse.de>
Mon, 7 Sep 2020 19:44:01 +0000 (21:44 +0200)
commit3add38cb96a1ae7d152db69ab4329e809c2af2d4
treeec2c4e3701a9ea8c7da447f935dd99fd99045f5f
parent7b99819dfb60268cc1c75f83c949bc4a09221bea
x86/head/64: Switch to initial stack earlier

Make sure there is a stack once the kernel runs from virtual addresses.
At this stage any secondary CPU which boots will have lost its stack
because the kernel switched to a new page-table which does not map the
real-mode stack anymore.

This is needed for handling early #VC exceptions caused by instructions
like CPUID.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lkml.kernel.org/r/20200907131613.12703-33-joro@8bytes.org
arch/x86/kernel/head_64.S