From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v5 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter Date: Sun, 29 Oct 2017 02:51:27 +0100 Message-ID: <20171029015127.GG2166@lvm> References: <1509093281-15225-1-git-send-email-cdall@linaro.org> <1509093281-15225-3-git-send-email-cdall@linaro.org> <20171027105323.hvbewckytr5gbpph@armageddon.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, Mark Rutland , kvm@vger.kernel.org, Marc Zyngier , Will Deacon , Eric Auger , Christoffer Dall To: Catalin Marinas Return-path: Received: from mail-lf0-f66.google.com ([209.85.215.66]:49330 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751557AbdJ2Bvk (ORCPT ); Sat, 28 Oct 2017 21:51:40 -0400 Received: by mail-lf0-f66.google.com with SMTP id w21so11114745lfc.6 for ; Sat, 28 Oct 2017 18:51:40 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20171027105323.hvbewckytr5gbpph@armageddon.cambridge.arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Oct 27, 2017 at 11:53:24AM +0100, Catalin Marinas wrote: > On Fri, Oct 27, 2017 at 10:34:23AM +0200, Christoffer Dall wrote: > > From: Christoffer Dall > > > > As we are about to use the physical counter on arm64 systems that have > > KVM support, implement arch_counter_get_cntpct() and the associated > > errata workaround functionality for stable timer reads. > > > > Cc: Catalin Marinas > > Cc: Will Deacon > > Cc: Mark Rutland > > Acked-by: Marc Zyngier > > Signed-off-by: Christoffer Dall > > Just in case you need an ack for the arch/arm64/ hunks: > > Acked-by: Catalin Marinas Thanks Catalin! -Christoffer