From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752865AbbJSNjJ (ORCPT ); Mon, 19 Oct 2015 09:39:09 -0400 Received: from mail-lb0-f177.google.com ([209.85.217.177]:36117 "EHLO mail-lb0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752317AbbJSNjH (ORCPT ); Mon, 19 Oct 2015 09:39:07 -0400 Date: Mon, 19 Oct 2015 15:39:36 +0200 From: Christoffer Dall To: "Suzuki K. Poulose" Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, will.deacon@arm.com, mark.rutland@arm.com, steve.capper@linaro.org, Vladimir.Murzin@arm.com, james.morse@arm.com, andre.przywara@arm.com, ryan.arnold@linaro.org, aph@redhat.com, edward.nevill@linaro.org, dave.martin@arm.com, ard.biesheuvel@linaro.org, marc.zyngier@arm.com, kvmarm@lists.cs.columbia.edu Subject: Re: [PATCHv4 18/24] arm64/kvm: Make use of the system wide safe values Message-ID: <20151019133936.GF24104@cbox> References: <1445261101-22344-1-git-send-email-suzuki.poulose@arm.com> <1445261101-22344-19-git-send-email-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445261101-22344-19-git-send-email-suzuki.poulose@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 19, 2015 at 02:24:55PM +0100, Suzuki K. Poulose wrote: > Use the system wide safe value from the new API for safer > decisions > > Cc: Marc Zyngier > Cc: Christoffer Dall > Cc: kvmarm@lists.cs.columbia.edu > Signed-off-by: Suzuki K. Poulose > Acked-by: Christoffer Dall > --- > arch/arm64/kvm/reset.c | 2 +- > arch/arm64/kvm/sys_regs.c | 12 ++++++------ > 2 files changed, 7 insertions(+), 7 deletions(-) I assume Catalin or Will can take this with the rest of the series through the arm64 tree, right? -Christoffer