From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PULL 00/13] KVM/ARM Fixes for v4.12-rc2 Date: Thu, 18 May 2017 20:34:05 +0200 Message-ID: <20170518183405.GB7438@potion> References: <20170518094722.9926-1-cdall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , Marc Zyngier , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: Christoffer Dall Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51108 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752898AbdERSeK (ORCPT ); Thu, 18 May 2017 14:34:10 -0400 Content-Disposition: inline In-Reply-To: <20170518094722.9926-1-cdall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: 2017-05-18 11:47+0200, Christoffer Dall: > Hi Radim and Paolo, > > Here is a fairly large set of fixes post -rc1 for KVM/ARM. > > The fixes include: > - A fix for a build failure introduced in -rc1 when tracepoints are > enabled on 32-bit ARM. > - Disabling use of stack pointer protection in the hyp code which can > cause panics. > - A handful of VGIC fixes. > - A fix to the init of the redistributors on GICv3 systems that > prevented boot with kvmtool on GICv3 systems introduced in -rc1. > - A number of race conditions fixed in our MMU handling code. > - A fix for the guest being able to program the debug extensions for > the host on the 32-bit side. Pulled, thanks.