From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S945998AbcJaWl1 (ORCPT ); Mon, 31 Oct 2016 18:41:27 -0400 Received: from lb3-smtp-cloud6.xs4all.net ([194.109.24.31]:34673 "EHLO lb3-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S945612AbcJaWlZ (ORCPT ); Mon, 31 Oct 2016 18:41:25 -0400 Message-ID: <1477953679.2230.7.camel@tiscali.nl> Subject: Re: [PATCH 0/8] x86/fpu: Remove CR0.TS support From: Paul Bolle To: Andy Lutomirski , x86@kernel.org Cc: Borislav Petkov , linux-kernel@vger.kernel.org, Rusty Russell , Paolo Bonzini , Rik van Riel , kvm list Date: Mon, 31 Oct 2016 23:41:19 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-10-31 at 15:18 -0700, Andy Lutomirski wrote: > I havne't meaningfully tested lguest because I can't get it to work > even without these patches. Have you disabled CONFIG_OLPC in the .config for the guest kernel? Otherwise you will run into     lguest: Reinjecting trap 13 for fault at 0x1000062: Invalid argument A similar obscure gotcha (I think it is "unhandled trap 13") can be avoided by launching the guest with the dis_ucode_ldr kernel option. Hope this helps, Paul Bolle