Re: [PATCH] x86/math-emu: Add support for FISTTP insns

2015-09-20 Thread Ingo Molnar
* Denys Vlasenko wrote: > These FPU instructions were added in SSE3-enabled CPUs. > > Run-tested by booting with "no387 nofxsr" and running test program: > > [RUN] Testing fisttp instructions > [OK] fisttp Btw., I think you forgot to submit the FISTTP testcase? Thanks, Ingo -- To

Re: [PATCH] x86/math-emu: Add support for FISTTP insns

2015-09-20 Thread Ingo Molnar
* Denys Vlasenko wrote: > These FPU instructions were added in SSE3-enabled CPUs. > > Run-tested by booting with "no387 nofxsr" and running test program: > > [RUN] Testing fisttp instructions > [OK] fisttp Btw., I think you forgot to submit the FISTTP testcase? Thanks,

[PATCH] x86/math-emu: Add support for FISTTP insns

2015-09-18 Thread Denys Vlasenko
These FPU instructions were added in SSE3-enabled CPUs. Run-tested by booting with "no387 nofxsr" and running test program: [RUN] Testing fisttp instructions [OK]fisttp Signed-off-by: Denys Vlasenko CC: Ingo Molnar CC: Borislav Petkov CC: "H. Peter Anvin" CC: Andy Lutomirski CC: Kees

[PATCH] x86/math-emu: Add support for FISTTP insns

2015-09-18 Thread Denys Vlasenko
These FPU instructions were added in SSE3-enabled CPUs. Run-tested by booting with "no387 nofxsr" and running test program: [RUN] Testing fisttp instructions [OK]fisttp Signed-off-by: Denys Vlasenko CC: Ingo Molnar CC: Borislav Petkov

[PATCH] x86/math-emu: Add support for FISTTP insns

2015-08-23 Thread Denys Vlasenko
Only compile-tested. Signed-off-by: Denys Vlasenko CC: Ingo Molnar CC: Borislav Petkov CC: "H. Peter Anvin" CC: Andy Lutomirski CC: Kees Cook CC: x...@kernel.org CC: linux-kernel@vger.kernel.org --- arch/x86/math-emu/load_store.c | 63 ++ 1 file

[PATCH] x86/math-emu: Add support for FISTTP insns

2015-08-23 Thread Denys Vlasenko
Only compile-tested. Signed-off-by: Denys Vlasenko dvlas...@redhat.com CC: Ingo Molnar mi...@kernel.org CC: Borislav Petkov b...@alien8.de CC: H. Peter Anvin h...@zytor.com CC: Andy Lutomirski l...@amacapital.net CC: Kees Cook keesc...@chromium.org CC: x...@kernel.org CC: