From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCFE3CA9EC3 for ; Tue, 29 Oct 2019 13:22:44 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 6BB0520679 for ; Tue, 29 Oct 2019 13:22:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6BB0520679 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id ACF494A4A4; Tue, 29 Oct 2019 09:22:43 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu 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 6Wm7BW0FJYGv; Tue, 29 Oct 2019 09:22:42 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 9C8174A4A9; Tue, 29 Oct 2019 09:22:42 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 265184A4A9 for ; Tue, 29 Oct 2019 09:22:41 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu 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 FtFwQ6xK2BVp for ; Tue, 29 Oct 2019 09:22:40 -0400 (EDT) Received: from inca-roads.misterjones.org (inca-roads.misterjones.org [213.251.177.50]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id F2D554A4A4 for ; Tue, 29 Oct 2019 09:22:39 -0400 (EDT) Received: from [91.217.168.176] (helo=big-swifty.misterjones.org) by cheepnis.misterjones.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (Exim 4.80) (envelope-from ) id 1iPRSC-0000w6-GP; Tue, 29 Oct 2019 14:22:32 +0100 Date: Tue, 29 Oct 2019 13:22:30 +0000 Message-ID: <86k18ny9d5.wl-maz@kernel.org> From: Marc Zyngier To: Zenghui Yu Subject: Re: [PATCH 2/3] KVM: arm/arm64: vgic: Fix some comments typo In-Reply-To: <7055e836-cdad-1cfa-66f3-fba88dad5f5b@huawei.com> References: <20191029071919.177-1-yuzenghui@huawei.com> <20191029071919.177-3-yuzenghui@huawei.com> <86o8xzylb1.wl-maz@kernel.org> <7055e836-cdad-1cfa-66f3-fba88dad5f5b@huawei.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-SA-Exim-Connect-IP: 91.217.168.176 X-SA-Exim-Rcpt-To: yuzenghui@huawei.com, eric.auger@redhat.com, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, wanghaibin.wang@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on cheepnis.misterjones.org); SAEximRunCond expanded to false Cc: linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On Tue, 29 Oct 2019 12:45:15 +0000, Zenghui Yu wrote: > > On 2019/10/29 17:04, Marc Zyngier wrote: > > Hi Zenghui, > > > > On Tue, 29 Oct 2019 07:19:18 +0000, > > Zenghui Yu wrote: > >> > >> s/vgic_its_save_pending_tables/vgic_v3_save_pending_tables/ > >> s/then/the/ > >> > >> Signed-off-by: Zenghui Yu > >> --- > >> include/kvm/arm_vgic.h | 2 +- > >> virt/kvm/arm/vgic/vgic-v3.c | 2 +- > >> virt/kvm/arm/vgic/vgic-v4.c | 2 +- > >> 3 files changed, 3 insertions(+), 3 deletions(-) > >> > >> diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h > >> index 0fb240ec0a2a..01f8b3739a09 100644 > >> --- a/include/kvm/arm_vgic.h > >> +++ b/include/kvm/arm_vgic.h > >> @@ -240,7 +240,7 @@ struct vgic_dist { > >> * Contains the attributes and gpa of the LPI configuration table. > >> * Since we report GICR_TYPER.CommonLPIAff as 0b00, we can share > >> * one address across all redistributors. > >> - * GICv3 spec: 6.1.2 "LPI Configuration tables" > >> + * GICv3 spec "LPI Configuration tables" > > Ah, this part shouldn't have been in this patch, as the description in > the commit message. > (And I remember the reason is just that, it it "6.1.1" in IHI 0069E but > "6.1.2" in some older versions.) > > > > > Why the change here? Pointing to the chapter in the spec is pretty > > helpful, given that it is 800 pages long (although it should mention > > what revision of the spec this refers to). For example, it should say > > something like "IHI 0069E 6.1.1 ...". > > Yes, I agreed with you. Marc, please feel free to drop this part, > or I can resend it with your suggestion. No need, I'll fix it up locally. Thanks, M. -- Jazz is not dead, it just smells funny. _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm