From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753148AbdKWQZE (ORCPT ); Thu, 23 Nov 2017 11:25:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47200 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752690AbdKWQZD (ORCPT ); Thu, 23 Nov 2017 11:25:03 -0500 Date: Thu, 23 Nov 2017 17:24:58 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Liran Alon Cc: Marc Haber , LKML , "KVM-ML (kvm@vger.kernel.org)" , Wanpeng Li Subject: Re: VMs freezing when host is running 4.14 Message-ID: <20171123162457.GB11746@flask> References: <20171121161821.b6k3hdl3wgia5f5q@torres.zugschlus.de> <20171122093945.5afa2di2g7qhf4eb@torres.zugschlus.de> <20171122155208.wdcmosxfpsjbwcrm@torres.zugschlus.de> <20171122164312.GA21279@flask> <20171123152024.7xsc7lesv2qyujng@torres.zugschlus.de> <20171123155946.GC21184@flask> <5A16F4BF.9060306@ORACLE.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5A16F4BF.9060306@ORACLE.COM> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 23 Nov 2017 16:25:03 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2017-11-23 18:18+0200, Liran Alon: > On 23/11/17 17:59, Radim Krčmář wrote: > > Btw. there have been already many fixes from Liran Alon for that patch > > and your case could be the one adressed in > > https://urldefense.proofpoint.com/v2/url?u=https-3A__www.spinics.net_lists_kvm_msg159158.html&d=DwIDaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=Jk6Q8nNzkQ6LJ6g42qARkg6ryIDGQr-yKXPNGZbpTx0&m=206jU1rQdk3xs1DYWbQPz1gR7Iim02XOjwn458rwgIo&s=fz1JeZiSQBwqYpkmeX8OJukyC4M8BeXSuIOKwuVaeHg&e= > > > > The patch is incorrect, but you might be able to see only its benefits. > > Actually I would first attempt to check this patch of mine: > https://www.spinics.net/lists/kvm/msg159062.html > It fixes a bug of a L2 exception accidentally being delivered into L1. Marc's guest didn't have kvm/vbox/... module loaded, so I assumed that we're not running L2. Do you suspect it also fixes something else? Thanks.