From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API Date: Wed, 22 Mar 2017 16:20:29 +0000 Message-ID: <20170322162028.GD25645@e104818-lin.cambridge.arm.com> References: <20170321192058.9300-1-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 833D740992 for ; Wed, 22 Mar 2017 12:18:46 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UidNAv7ESoYm for ; Wed, 22 Mar 2017 12:18:45 -0400 (EDT) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by mm01.cs.columbia.edu (Postfix) with ESMTP id B09A9408EB for ; Wed, 22 Mar 2017 12:18:45 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20170321192058.9300-1-marc.zyngier@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Marc Zyngier Cc: Russell King , kvm@vger.kernel.org, Ard Biesheuvel , Keerthy , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Tue, Mar 21, 2017 at 07:20:30PM +0000, Marc Zyngier wrote: > * From v3: > - Reworked the way we save/restore lr on arm64, making it EL2's job > in a consistent way (these are the three initial patches) Thanks for fixing up the lr use. Feel free to upstream it via the kvm tree. For the whole series: Acked-by: Catalin Marinas -- Catalin