Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp520500pxu; Thu, 3 Dec 2020 06:19:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJxcKnHmRxPbVuR1mZf2ndMtp4VP3wpuxKEihVBmHV7pjH+jajOkeQw/3GQihA3fsASPpBxA X-Received: by 2002:a17:906:cf81:: with SMTP id um1mr1531592ejb.122.1607005186640; Thu, 03 Dec 2020 06:19:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607005186; cv=none; d=google.com; s=arc-20160816; b=Zyd9ZRM+vP4yZau7c3l8eCpvrkFglD9y4BG833bPXzC7WHKbPx5CFmKzzh08TcM3zc rVsK7y5acj4+Rxy6QZ7oqFVAIHZQEg0qaWiW7c7vug0JoDHl1w7u/UiJ+95l10rQ87ZS HOThLLAzjjvVzJIAbD/AYkNRo1A+XMCrO8/pzxOVsh7fyQmXTkFZANp9d2TojtPpL7wN BkEYi8GuaTI4AnQb0G4xysgO8SJf0Im5qgEuGLYl2OhmunNoc2f53tLVcYMdhzVS41vI goKRlaCg+JCf3aiH1rXu6y8ui+8LSTZhMS/NOlmxzfsbFKPVaoXOhZB3xH+AqdbQ3Zp3 uM8g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=x0JZs5MhZPfcyMOp9Gxjl0OjLfGKdqM0GTKFaqQA/Lw=; b=tknUsC/sUOaH/owDh7le9+2h4JtGiJAKwaSCPYNEXyoDQawgRSYRkXOdNQualsaxgH u7nALTIDOfIOKH9JlxETzL1JX/2i57K4vn0fmd3Y6EvGpDCfFhSpLsDJqE8wZ6HZM0fb 1l/6/xGHsiCqBJ3mXUwojixTlIIjR0l6amI0y+eNWIbkVxVoZqXCzVy5ozr6jyT6qu9N j6/D4zl/p3D1Qy6ggfSja8yMSiTKNbCnqxrG1epddwqI45XKQqIJKByjFKLQrBez44Ye JYyooM+GCbicuPhEPHQnONPbXk9i+QZh9prOpNe4Sa+yPz9RRMQlocoNyfl6kCl2N2wx d6JA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q18si967354edt.586.2020.12.03.06.19.20; Thu, 03 Dec 2020 06:19:46 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730925AbgLCORf (ORCPT + 99 others); Thu, 3 Dec 2020 09:17:35 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:8999 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726651AbgLCORe (ORCPT ); Thu, 3 Dec 2020 09:17:34 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CmyZ16TdSzhm1Q; Thu, 3 Dec 2020 22:16:25 +0800 (CST) Received: from [10.174.187.37] (10.174.187.37) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Thu, 3 Dec 2020 22:16:43 +0800 Subject: Re: [PATCH v2 0/2] KVM: arm64: Some fixes and code adjustments for pvtime ST To: , , , References: <20200817110728.12196-1-zhukeqian1@huawei.com> CC: Marc Zyngier , Steven Price , "Andrew Jones" , Catalin Marinas , "Will Deacon" , James Morse , Suzuki K Poulose , From: zhukeqian Message-ID: Date: Thu, 3 Dec 2020 22:16:43 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20200817110728.12196-1-zhukeqian1@huawei.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.187.37] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Marc, Found that this series is not applied for now. Does it need some modification? Wish you can pick it up :-) Thanks, Keqian On 2020/8/17 19:07, Keqian Zhu wrote: > During picking up pvtime LPT support for arm64, I do some trivial fixes for > pvtime ST. > > change log: > > v2: > - Add Andrew's and Steven's R-b. > - Correct commit message of the first patch. > - Drop the second patch. > > Keqian Zhu (2): > KVM: arm64: Some fixes of PV-time interface document > KVM: arm64: Use kvm_write_guest_lock when init stolen time > > Documentation/virt/kvm/arm/pvtime.rst | 6 +++--- > arch/arm64/kvm/pvtime.c | 6 +----- > 2 files changed, 4 insertions(+), 8 deletions(-) >