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=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 482C6C4320A for ; Wed, 4 Aug 2021 16:44:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2140861029 for ; Wed, 4 Aug 2021 16:44:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239551AbhHDQoV (ORCPT ); Wed, 4 Aug 2021 12:44:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:60438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239441AbhHDQoP (ORCPT ); Wed, 4 Aug 2021 12:44:15 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 36CB260238; Wed, 4 Aug 2021 16:44:01 +0000 (UTC) Date: Wed, 4 Aug 2021 17:43:58 +0100 From: Catalin Marinas To: Michael Kelley Cc: "will@kernel.org" , Mark Rutland , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-hyperv@vger.kernel.org" , "linux-efi@vger.kernel.org" , "wei.liu@kernel.org" , KY Srinivasan , Stephen Hemminger , "ardb@kernel.org" Subject: Re: [PATCH v12 0/5] Enable Linux guests on Hyper-V on ARM64 Message-ID: <20210804164358.GE4857@arm.com> References: <1628092359-61351-1-git-send-email-mikelley@microsoft.com> <20210804162555.GD4857@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org On Wed, Aug 04, 2021 at 04:39:02PM +0000, Michael Kelley wrote: > From: Catalin Marinas Sent: Wednesday, August 4, 2021 9:26 AM > > > > On Wed, Aug 04, 2021 at 08:52:34AM -0700, Michael Kelley wrote: > > > This series enables Linux guests running on Hyper-V on ARM64 > > > hardware. New ARM64-specific code in arch/arm64/hyperv initializes > > > Hyper-V and its hypercall mechanism. Existing architecture > > > independent drivers for Hyper-V's VMbus and synthetic devices just > > > work when built for ARM64. Hyper-V code is built and included in > > > the image and modules only if CONFIG_HYPERV is enabled. > > [...] > > > Hyper-V on ARM64 runs with a 4 Kbyte page size, but allows guests > > > with 4K/16K/64K page size. Linux guests with this patch series > > > work with all three supported ARM64 page sizes. > > > > > > The Hyper-V vPCI driver at drivers/pci/host/pci-hyperv.c has > > > x86/x64-specific code and is not being built for ARM64. Enabling > > > Hyper-V vPCI devices on ARM64 is in progress via a separate set > > > of patches. > > > > > > This patch set is based on the linux-next20210720 code tree. > > > > Is it possible to rebase this on top of -rc3? Are there any > > dependencies or do you plan to upstream this via a different tree? > > There are dependencies on changes in the hyperv-next tree > (https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git/) > which is why you are getting the build errors. The changes > common-ized some code between the x86 side and previous > versions of this patch set (and fixed the #include nmi.h problem). > So the code would most naturally go upstream through that tree. In that case, for this series: Acked-by: Catalin Marinas I don't think there'd be conflicts with the arm64 changes but we can spot them early in -next. -- Catalin 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=-15.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 55095C4338F for ; Wed, 4 Aug 2021 16:45:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 1BF9C60EEA for ; Wed, 4 Aug 2021 16:45:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1BF9C60EEA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=x6vLu77hOPQT51EaZLb+vrMwKs3dozKQY0aTyND2myk=; b=wm4clvT1aTSakd gjktwEj6jOtwHR6MgAhvdEDM8gy3FfNOfBkacwAoKQvDIlGW9YKnYIhvLNbBuOWSE7nXctOSj/bzf stB4FJUe3VpalGT/bGSa0pNLSrUV2yoB/qmOzdFWwUiyXWNI9NsrD/WW9XII8LLgyxHht/fUF5uhC CAlUz34FVf4qEPM/1EYy4y7XAWke7tl59gbvwCgbkL5+6fq2CjVJ4ZMgY8zI4y7bNdxeWEAqVs2KJ 9vR9Yhd3NCzCZqDjPeydocQ9YMYOEz2ey8JsKjqlV4tbvuaRMuuWXLbywtDmqzqr2aPCRA719Ht0A zHZKNavuo9/lnVseRwIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBK00-006nsc-Ho; Wed, 04 Aug 2021 16:44:08 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBJzv-006nrP-B5 for linux-arm-kernel@lists.infradead.org; Wed, 04 Aug 2021 16:44:04 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 36CB260238; Wed, 4 Aug 2021 16:44:01 +0000 (UTC) Date: Wed, 4 Aug 2021 17:43:58 +0100 From: Catalin Marinas To: Michael Kelley Cc: "will@kernel.org" , Mark Rutland , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-hyperv@vger.kernel.org" , "linux-efi@vger.kernel.org" , "wei.liu@kernel.org" , KY Srinivasan , Stephen Hemminger , "ardb@kernel.org" Subject: Re: [PATCH v12 0/5] Enable Linux guests on Hyper-V on ARM64 Message-ID: <20210804164358.GE4857@arm.com> References: <1628092359-61351-1-git-send-email-mikelley@microsoft.com> <20210804162555.GD4857@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210804_094403_474627_A5B13245 X-CRM114-Status: GOOD ( 28.41 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 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 Wed, Aug 04, 2021 at 04:39:02PM +0000, Michael Kelley wrote: > From: Catalin Marinas Sent: Wednesday, August 4, 2021 9:26 AM > > > > On Wed, Aug 04, 2021 at 08:52:34AM -0700, Michael Kelley wrote: > > > This series enables Linux guests running on Hyper-V on ARM64 > > > hardware. New ARM64-specific code in arch/arm64/hyperv initializes > > > Hyper-V and its hypercall mechanism. Existing architecture > > > independent drivers for Hyper-V's VMbus and synthetic devices just > > > work when built for ARM64. Hyper-V code is built and included in > > > the image and modules only if CONFIG_HYPERV is enabled. > > [...] > > > Hyper-V on ARM64 runs with a 4 Kbyte page size, but allows guests > > > with 4K/16K/64K page size. Linux guests with this patch series > > > work with all three supported ARM64 page sizes. > > > > > > The Hyper-V vPCI driver at drivers/pci/host/pci-hyperv.c has > > > x86/x64-specific code and is not being built for ARM64. Enabling > > > Hyper-V vPCI devices on ARM64 is in progress via a separate set > > > of patches. > > > > > > This patch set is based on the linux-next20210720 code tree. > > > > Is it possible to rebase this on top of -rc3? Are there any > > dependencies or do you plan to upstream this via a different tree? > > There are dependencies on changes in the hyperv-next tree > (https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git/) > which is why you are getting the build errors. The changes > common-ized some code between the x86 side and previous > versions of this patch set (and fixed the #include nmi.h problem). > So the code would most naturally go upstream through that tree. In that case, for this series: Acked-by: Catalin Marinas I don't think there'd be conflicts with the arm64 changes but we can spot them early in -next. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel