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=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no 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 0B436C433DB for ; Sun, 27 Dec 2020 14:41:25 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 7B08C2250F for ; Sun, 27 Dec 2020 14:41:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7B08C2250F 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 0EA304B202; Sun, 27 Dec 2020 09:41:24 -0500 (EST) 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 8iR8Czyq-Xtj; Sun, 27 Dec 2020 09:41:23 -0500 (EST) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 017B44B1A3; Sun, 27 Dec 2020 09:41:23 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id AF1464B178 for ; Sun, 27 Dec 2020 09:41:21 -0500 (EST) 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 eZ2pFgkT2FSA for ; Sun, 27 Dec 2020 09:41:20 -0500 (EST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 8E6734B138 for ; Sun, 27 Dec 2020 09:41:20 -0500 (EST) Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 657F520867; Sun, 27 Dec 2020 14:41:19 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=wait-a-minute.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1ktXET-0042p5-6Q; Sun, 27 Dec 2020 14:41:17 +0000 From: Marc Zyngier To: james.morse@arm.com, julien.thierry.kdev@gmail.com, Alexandru Elisei , suzuki.poulose@arm.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/5] KVM: arm64: Miscellaneous improvements Date: Sun, 27 Dec 2020 14:41:09 +0000 Message-Id: <160908000998.17921.2757873262572473059.b4-ty@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201201150157.223625-1-alexandru.elisei@arm.com> References: <20201201150157.223625-1-alexandru.elisei@arm.com> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: james.morse@arm.com, julien.thierry.kdev@gmail.com, alexandru.elisei@arm.com, suzuki.poulose@arm.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false 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, 1 Dec 2020 15:01:52 +0000, Alexandru Elisei wrote: > The documentation update in the first patch was suggested by Marc [1]. When > I was going through the code to track down all the places error codes were > coming from I noticed a few things that in my opinion could be improved. > The following patches aim to do just that. I'm fine dropping them if the > churn looks unjustified. > > Tested the Documentation changes by building pdfdocs, didn't notice any > warnings regarding api.rst. > > [...] Applied to next, thanks! [1/5] KVM: Documentation: Add arm64 KVM_RUN error codes commit: 3557ae187c32203d1bb8b48ee1e2e7bdb23d98d5 [2/5] KVM: arm64: arch_timer: Remove VGIC initialization check commit: f16570ba47ff2b3766ebeaba6f4b80ad48cfd6a1 [3/5] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources() commit: 1c91f06d296de4f0c27022f5ec464e047d471215 [4/5] KVM: arm64: Update comment in kvm_vgic_map_resources() commit: 9e5c23b9bd71d00b07720b2a8037b019d356e9df [5/5] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset() commit: 282ff80135717cc43f1e33ddd4b0cd9e760d060b Cheers, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no 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 BBE58C433DB for ; Sun, 27 Dec 2020 14:42:52 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C3CE2071E for ; Sun, 27 Dec 2020 14:42:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4C3CE2071E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:To:From: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=NtL9Q4cptEcrSAHb1iXsXPOEXmUm4uRFYNNQSSwEh2Q=; b=2AIIIwDD1WPPgr+qEQ7Jz+/EHT /LkkqpBQILlHrbezmEAcqKGbDy1Jua1Q/RKiuNDD7HBrjwpd+LBcCPzXMxc5TpHt3KQhJAqIG8+N6 zLGMNO9rffuNb2tb2dQF4OhyjVx0ehg+O1FDcJoBMs8vCfun/MLBeTCNYqzpQNL3u3ehSIkZXJJdI Y1F9FWUHZb2JSFPY7Bolbsq+NkJ/b7B0lD97OqyUIUmV2WE63HAnbnWJL7o0XED9718IztsVzyA/I ruEu9E8wI/N+1R7qD0FsauIPR2BbT5IDV1E9HCvWopdqmIPDtALjSRnrEM7jOieNdQfI1YZNSHa7w qb855+rw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ktXEb-0003Uy-TF; Sun, 27 Dec 2020 14:41:25 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ktXEW-0003Sh-NO for linux-arm-kernel@lists.infradead.org; Sun, 27 Dec 2020 14:41:21 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 657F520867; Sun, 27 Dec 2020 14:41:19 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=wait-a-minute.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1ktXET-0042p5-6Q; Sun, 27 Dec 2020 14:41:17 +0000 From: Marc Zyngier To: james.morse@arm.com, julien.thierry.kdev@gmail.com, Alexandru Elisei , suzuki.poulose@arm.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/5] KVM: arm64: Miscellaneous improvements Date: Sun, 27 Dec 2020 14:41:09 +0000 Message-Id: <160908000998.17921.2757873262572473059.b4-ty@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201201150157.223625-1-alexandru.elisei@arm.com> References: <20201201150157.223625-1-alexandru.elisei@arm.com> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: james.morse@arm.com, julien.thierry.kdev@gmail.com, alexandru.elisei@arm.com, suzuki.poulose@arm.com, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201227_094120_929109_FAD2E728 X-CRM114-Status: GOOD ( 14.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 1 Dec 2020 15:01:52 +0000, Alexandru Elisei wrote: > The documentation update in the first patch was suggested by Marc [1]. When > I was going through the code to track down all the places error codes were > coming from I noticed a few things that in my opinion could be improved. > The following patches aim to do just that. I'm fine dropping them if the > churn looks unjustified. > > Tested the Documentation changes by building pdfdocs, didn't notice any > warnings regarding api.rst. > > [...] Applied to next, thanks! [1/5] KVM: Documentation: Add arm64 KVM_RUN error codes commit: 3557ae187c32203d1bb8b48ee1e2e7bdb23d98d5 [2/5] KVM: arm64: arch_timer: Remove VGIC initialization check commit: f16570ba47ff2b3766ebeaba6f4b80ad48cfd6a1 [3/5] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources() commit: 1c91f06d296de4f0c27022f5ec464e047d471215 [4/5] KVM: arm64: Update comment in kvm_vgic_map_resources() commit: 9e5c23b9bd71d00b07720b2a8037b019d356e9df [5/5] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset() commit: 282ff80135717cc43f1e33ddd4b0cd9e760d060b Cheers, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel