From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PULL 00/19] KVM/ARM Fixes for v4.15 Date: Tue, 5 Dec 2017 18:59:39 +0100 Message-ID: <20171205175938.GB20099@flask> References: <20171204135637.21620-1-cdall@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, Paolo Bonzini , linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, Marc Zyngier , Christoffer Dall To: Christoffer Dall Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32976 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbdLER7n (ORCPT ); Tue, 5 Dec 2017 12:59:43 -0500 Content-Disposition: inline In-Reply-To: <20171204135637.21620-1-cdall@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: 2017-12-04 14:56+0100, Christoffer Dall: > From: Christoffer Dall > > Hi Paolo and Radim, > > Here's the first round of fixes for KVM/ARM for v4.15. This is a fairly large > set of fixes, partially because we spotted a handful of issues from running the > SMATCH static analysis on the code (thanks to AKASHI Takahiro). > > In more details, this pull request fixes: > - A number of issues in the vgic discovered using SMATCH > - A bit one-off calculation in out stage base address mask (32-bit and > 64-bit) > - Fixes to single-step debugging instructions that trap for other > reasons such as MMMIO aborts > - Printing unavailable hyp mode as error > - Potential spinlock deadlock in the vgic > - Avoid calling vgic vcpu free more than once > - Broken bit calculation for big endian systems Pulled, thanks.