From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754084AbbITITq (ORCPT ); Sun, 20 Sep 2015 04:19:46 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:36745 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753524AbbITITk (ORCPT ); Sun, 20 Sep 2015 04:19:40 -0400 Date: Sun, 20 Sep 2015 10:19:36 +0200 From: Ingo Molnar To: Denys Vlasenko Cc: Borislav Petkov , "H. Peter Anvin" , Andy Lutomirski , Kees Cook , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/math-emu: Add support for FISTTP insns Message-ID: <20150920081936.GB8571@gmail.com> References: <1442600614-28428-1-git-send-email-dvlasenk@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442600614-28428-1-git-send-email-dvlasenk@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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