Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752465AbdHET2B (ORCPT ); Sat, 5 Aug 2017 15:28:01 -0400 Received: from mout.web.de ([212.227.15.3]:58086 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbdHET17 (ORCPT ); Sat, 5 Aug 2017 15:27:59 -0400 MIME-Version: 1.0 Message-ID: From: "Sebastian Rachuj" To: pbonzini@redhat.com, rkrcmar@redhat.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: kvm_intel fails to load on Conroe CPUs running Linux 4.12 Content-Type: text/plain; charset=UTF-8 Date: Sat, 5 Aug 2017 21:26:42 +0200 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K1:Xj7646H2NOK0dZj6gxfP5+PRMUALP4XxS1BTpdYDmBX bU5Yxv2zbzJYZZV1CgOYzb3VciA/RxJD99iexOI7HJZEhA9bZk /pu4hCS8PA8+Yr8ANHgt2JgnGUkDU1lt5SinkgOQR5btYJv2K0 vNiXOGSR+SDhtDB3PdI7BLXo4F73WJTBpY2nG80ftfuqHmSvsW 5iaHYXreP5XCLry5pC7pfMB7hQk0YmlswRXOkFh+OodxNfVFDQ XzWyZS6smIkEaC7v6BWGIeyUJLjLF26i7xIG81PpnroF9S1NoV DGBlQQ= X-UI-Out-Filterresults: notjunk:1;V01:K0:1aXOtgzNNXU=:BSMUrzh/PI0g6cBoXDVKZe RJYFRUMG2LTWJcBmeJZYS6AeFJY0e33e5GK6coBJpnklskNhtbtsI/QLvHtH/KRSLnGlrNt4X O1n0GTDc9IAn6NlgyEc3UvjhN0daYRh4DEVWEk51e+pHEH6xt2XA4EQzSBZ1PVM/dEa4SG0Iy mx8rjkYvX4rokB8wJ4FAm/0jP39pFQP00RCR7GFaPrN/00Ylqaxj1SDe4KH6Yp1mNGHOUdqtd yfn4ptvzsc41R3fgf9I7NsjCSdfaIBcZKd2g9b++JSAqhOtKAwJTSdY97dqoMgZNOznq4Fs2F WMWfvL8m27mux81nsGz1mJ3ttzEOSO/0jWRRGxupOzMN/ivU+NlQOSvDNIZ5i9TNezlKhau65 OP+TSCmySMHj/plcgQUW0VBLb41p9qDVPxOIYItDLbJI5iSaQcLeU5TybVeBAM7BjTVgIk1gP 0zdxiY7nRMXpPlvJzJHTotmEfH4css7EQIgktDvAVi/AyYpoZte1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1077 Lines: 21 Dear linux developers, since my upgrade from linux 4.11 to linux 4.12 the "kvm_intel" module does not load correctly anymore. "Modprobing" the kernel module gives an Input/Output error. It seems to be related to the CPU architecture and (to my knowledge) affects Conroe CPUs. I did a bisect and found the following commit as the guilty one: commit 2c82878b0cb38fd516fd612c67852a6bbf282003 Author: Paolo Bonzini Date: Mon Mar 27 14:37:28 2017 +0200 KVM: VMX: require virtual NMI support Virtual NMIs are only missing in Prescott and Yonah chips. Both are obsolete for virtualization usage---Yonah is 32-bit only even---so drop vNMI emulation. Signed-off-by: Paolo Bonzini Since the commit message only mentions Prescott and Yonah chips, I wanted to ask whether this commit is also intended to affect Conroe CPUs (which are probably still a bit more widespread). Do you see a solution to bring back support for Conroe chips? Thank you for your hard work on the kernel! Best regards, Sebastian Rachuj