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 D3395C433DB for ; Tue, 22 Dec 2020 16:08:06 +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 6032F23105 for ; Tue, 22 Dec 2020 16:08:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6032F23105 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:Cc: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:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=A+nJxxJ3NQzTlud9Nh+LP3fCGk8E3fEXKuGGM9yqPC4=; b=ZURVWGiDua+uGhOxWGVX+idz4 knT0y9/gc/3dfbH8u5Rq0g0R+k75VAJ0rJj5TT2FXaeL6bxYG2f+Ha0BFBa2PYUkOhrKMbULjulC7 FfQFLTU9HiSJBQOD0bWd/ADRyjVsDuk4vj+H2xwrPP0jZZtAwvKZNB+GRFb1dmSjeILOkrL2Ndc/A AHeZLp6sJpVTU5vqIMxS51be+QnJRk4J15J5A/1BIStQd4xdUiQzo2zSRJoA8hWIk8v3rUw8p4xh9 63fpZ+hPKYlrPlUnj6lr6JWZM5oHt1uZ90bebYzQInCdhu2tcE5xHxUckawh8TLUEm+5EuVUalYrh 0ZLnoLApw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1krkBe-0000Dc-2T; Tue, 22 Dec 2020 16:06:58 +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 1krkBa-0000Cn-KY for linux-arm-kernel@lists.infradead.org; Tue, 22 Dec 2020 16:06:55 +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 AD36422955; Tue, 22 Dec 2020 16:06:53 +0000 (UTC) Received: from 91-161-240-24.subs.proxad.net ([91.161.240.24] helo=localhost.localdomain) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1krkBX-0037LH-K0; Tue, 22 Dec 2020 16:06:51 +0000 From: Marc Zyngier To: David Brazdil , kvmarm@lists.cs.columbia.edu Subject: Re: [PATCH 0/6] Fixes and cleanups of PSCI relay for kvmarm/next Date: Tue, 22 Dec 2020 16:06:33 +0000 Message-Id: <160865317053.248882.14763900616940105510.b4-ty@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201208142452.87237-1-dbrazdil@google.com> References: <20201208142452.87237-1-dbrazdil@google.com> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 91.161.240.24 X-SA-Exim-Rcpt-To: dbrazdil@google.com, kvmarm@lists.cs.columbia.edu, will@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, kernel-team@android.com 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-20201222_110654_751347_2025DD8E X-CRM114-Status: GOOD ( 12.18 ) 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: , Cc: Catalin Marinas , kernel-team@android.com, Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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, 8 Dec 2020 14:24:46 +0000, David Brazdil wrote: > Small batch of improvements for the 'Opt-in always-on nVHE hypervisor' > series, now merged in kvmarm/next. > > Patch #1 fixes potential use of invalid v0.1 functions IDs reported > by Mark Rutland, patch #2 fixes a warning reported by Qian Cai. > Patch #3 avoids a code path not used in VHE, can be dropped if any > concerns arise. The remaining patches are minor cleanups from review. > > [...] Applied to next, thanks! [1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs commit: ff367fe473a9857160c17827931375a899076394 [2/6] kvm: arm64: Use lm_alias in nVHE-only VA conversion commit: 7a96a0687b80a1870c689418d7b72012c8bdd53d [3/6] kvm: arm64: Skip computing hyp VA layout for VHE commit: c3e181aec96f6ada84df1cb72a72be8970f8b284 [4/6] kvm: arm64: Minor cleanup of hyp variables used in host commit: 61fe0c37af57ac35472a870581a7d0bb5ac2f63a [5/6] kvm: arm64: Remove unused includes in psci-relay.c commit: e6829e0384a49efe68537298132230bebd8bd1b3 [6/6] kvm: arm64: Move skip_host_instruction to adjust_pc.h commit: 860a4c3d1e04a3c3e62bacbbba64417bf49768e2 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