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

2020-07-13 Thread Andy Lutomirski
On Mon, Jul 13, 2020 at 4:45 PM Ricardo Neri wrote: > > On Sat, Jul 11, 2020 at 02:49:54PM -0700, h...@zytor.com wrote: > > On July 10, 2020 3:45:25 PM PDT, Brendan Shanks > > wrote: > > >Add emulation/spoofing of SLDT and STR for both 32- and 64-bit > > >processes. > > > > > >Wine users have

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

2020-07-13 Thread Ricardo Neri
On Fri, Jul 10, 2020 at 03:45:25PM -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

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

2020-07-13 Thread Ricardo Neri
On Sat, Jul 11, 2020 at 02:49:54PM -0700, h...@zytor.com wrote: > On July 10, 2020 3:45:25 PM PDT, 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 v5] x86/umip: Add emulation/spoofing for SLDT and STR instructions

2020-07-11 Thread hpa
On July 10, 2020 3:45:25 PM PDT, 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 Rammhold

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

2020-07-11 Thread Andy Lutomirski
On Fri, Jul 10, 2020 at 3:45 PM 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. > Acked-by: Andy Lutomirski I tested

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

2020-07-10 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 --- v5: