]> git.baikalelectronics.ru Git - kernel.git/commit
x86/tdx: Fix early #VE handling
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Tue, 14 Jun 2022 12:01:33 +0000 (15:01 +0300)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 15 Jun 2022 17:52:59 +0000 (10:52 -0700)
commitb970be5aa06891deb276d70d002f25b3cef068d4
tree03dc3962dc51821807a8a911366c884804ebb5af
parentc4ff759983e825291ecfd9cd1f7f0a4a6c4929f4
x86/tdx: Fix early #VE handling

tdx_early_handle_ve() does not increment RIP after successfully
handling the exception.  That leads to infinite loop of exceptions.

Move RIP when exceptions are successfully handled.

[ dhansen: make problem statement more clear ]

Fixes: b57980532319 ("x86/tdx: Port I/O: Add early boot support")
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Link: https://lkml.kernel.org/r/20220614120135.14812-2-kirill.shutemov@linux.intel.com
arch/x86/coco/tdx/tdx.c