Re: [PATCH v5] x86/umip: Add emulation/spoofing for SLDT and STR instructions

From: Andy Lutomirski
Date: Sat Jul 11 2020 - 13:24:26 EST


On Fri, Jul 10, 2020 at 3:45 PM Brendan Shanks <bshanks@xxxxxxxxxxxxxxx> wrote:
>
> Add emulation/spoofing of SLDT and STR for both 32- and 64-bit
> processes.
>
> Wine users have found a small number of Windows apps using SLDT that
> were crashing when run on UMIP-enabled systems.
>

Acked-by: Andy Lutomirski <luto@xxxxxxxxxx>

I tested this under KVM-emulated UMIP. I don't have a real UMIP
system handle to test STR.

--Andy