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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 4AF0FC433ED for ; Thu, 13 May 2021 13:17:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0BA1B61421 for ; Thu, 13 May 2021 13:17:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233767AbhEMNSY (ORCPT ); Thu, 13 May 2021 09:18:24 -0400 Received: from foss.arm.com ([217.140.110.172]:35334 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233358AbhEMNST (ORCPT ); Thu, 13 May 2021 09:18:19 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 04F85ED1; Thu, 13 May 2021 06:17:10 -0700 (PDT) Received: from bogus (unknown [10.57.35.56]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0D3893F73B; Thu, 13 May 2021 06:17:07 -0700 (PDT) Date: Thu, 13 May 2021 14:17:05 +0100 From: Sudeep Holla To: will@kernel.org, catalin.marinas@arm.com Cc: Michael Kelley , mark.rutland@arm.com, lorenzo.pieralisi@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-efi@vger.kernel.org, arnd@arndb.de, wei.liu@kernel.org, ardb@kernel.org, daniel.lezcano@linaro.org, kys@microsoft.com Subject: Re: [PATCH v10 0/7] Enable Linux guests on Hyper-V on ARM64 Message-ID: <20210513131705.uuaz3mmp2xaacxw3@bogus> References: <1620841067-46606-1-git-send-email-mikelley@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1620841067-46606-1-git-send-email-mikelley@microsoft.com> User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org Hi Will, On Wed, May 12, 2021 at 10:37:40AM -0700, Michael Kelley wrote: > > This patch set is based on the 5.13-rc1 code tree, plus a patch > from Sudeep Holla that implements SMCCC v1.2 HVC calls: > https://lore.kernel.org/linux-arm-kernel/20210505093843.3308691-2-sudeep.holla@arm.com/ > Assuming that you will be handling v5.14, I am asking you. I plan to post the above mention patch that implements SMCCC v1.2 SMC/HVC independent of my FFA series with small change as suggested by Mark R. Irrespective of readiness of this series or FFA, is it possible to pull the patch and share a branch based on v5.13-rc1(Arm SoC requirement), so that if FFA is ready I can pull the branch along with FFA patches and send it to Arm SoC. You can do the same for this series if it gets ready. I am just trying to avoid last minute confusion. Let me know if you have any alternative suggestions. -- Regards, Sudeep