From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: VMs freezing when host is running 4.14 Date: Wed, 22 Nov 2017 17:43:13 +0100 Message-ID: <20171122164312.GA21279@flask> References: <20171121161821.b6k3hdl3wgia5f5q@torres.zugschlus.de> <20171122093945.5afa2di2g7qhf4eb@torres.zugschlus.de> <20171122155208.wdcmosxfpsjbwcrm@torres.zugschlus.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: LKML , "KVM-ML (kvm@vger.kernel.org)" , Wanpeng Li To: Marc Haber Return-path: Content-Disposition: inline In-Reply-To: <20171122155208.wdcmosxfpsjbwcrm@torres.zugschlus.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 2017-11-22 16:52+0100, Marc Haber: > On Wed, Nov 22, 2017 at 04:04:42PM +0100, 王金浦 wrote: > > So all guest kernels are 4.14, or also other older kernel? > > Guest kernels are also 4.14, but the issue disappears when the host is > downgraded to an older kernel. I therefore reckoned that the guest > kernel doesn't matter, but that was before I saw the trace in the log. The two most suspicious patches since 4.13 (which I assume works) are 664f8e26b00c ("KVM: X86: Fix loss of exception which has not yet been injected") and 9a6e7c39810e ("KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously") please try reverting them to see if it helps, thanks.