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

2020-06-08 Thread Brendan Shanks
> On Jun 8, 2020, at 2:53 PM, Ricardo Neri > wrote: > > On Mon, Jun 08, 2020 at 11:14:54AM -0700, Brendan Shanks 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

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

2020-06-08 Thread Ricardo Neri
On Mon, Jun 08, 2020 at 11:14:54AM -0700, Brendan Shanks 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. > > Reported-by: Andreas

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

2020-06-08 Thread Brendan Shanks
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. Reported-by: Andreas Rammhold Originally-by: Ricardo Neri Signed-off-by: Brendan Shanks --- v2: