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

2020-06-08 Thread Brendan Shanks
> On Jun 5, 2020, at 3:42 PM, Ricardo Neri > wrote: > > On Fri, Jun 05, 2020 at 11:58:13AM -0700, Brendan Shanks wrote: >> >>> On Jun 3, 2020, at 9:39 PM, Andy Lutomirski wrote: >>> >>> On Wed, Jun 3, 2020 at 5:12 PM Ricardo Neri >>> >> >

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

2020-06-05 Thread Ricardo Neri
On Fri, Jun 05, 2020 at 11:58:13AM -0700, Brendan Shanks wrote: > > > On Jun 3, 2020, at 9:39 PM, Andy Lutomirski wrote: > > > > On Wed, Jun 3, 2020 at 5:12 PM Ricardo Neri > > > > wrote: > >> > >> On Tue, Jun 02, 2020 at 11:42:12AM -0700, Brendan

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

2020-06-03 Thread Andy Lutomirski
On Wed, Jun 3, 2020 at 5:12 PM Ricardo Neri wrote: > > On Tue, Jun 02, 2020 at 11:42:12AM -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] x86/umip: Add emulation/spoofing for SLDT and STR instructions

2020-06-03 Thread Ricardo Neri
On Tue, Jun 02, 2020 at 11:42:12AM -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] x86/umip: Add emulation/spoofing for SLDT and STR instructions

2020-06-02 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 ---