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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 842F7E728E1 for ; Sat, 30 Sep 2023 18:31:45 +0000 (UTC) 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=5nJfXSyZQt251aOkJdqZC5dYKiHy7Xu2IHgO6O/Dr/k=; b=yJS4pPOQhJruOq e7yX2fWIYWOKTuhrERAsqa/aVfiWamiv2xZgvMd4lcVYXXD4qCfHhKImDWxSzaJ3X4oMU8dkFfQdv YF9OKIJAMwv1xFyCJnW7aX+WxCb4jDbOEqLESNXJQ1Ygo1OQ2xDZFNxdiRV438IyWkPb66qEbx3yE 7uq+T+QXnnV3JTw7zRAueyaQl2jQcbbQKeSuJeuWx6OCPhpLAvaJULLTHLMR4GC6HxuOfdLJ55QJA Rmmsd811CzDY5uMSjBg8embbiDAF6V2a5UJPdTllbas15D01f498460ZDs+X2B3hupa7eFg87Fkzp 0zDLMhaLoaqlILXWzEPw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qmekL-00A1aV-2k; Sat, 30 Sep 2023 18:31:21 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qmekJ-00A1YQ-23 for linux-arm-kernel@lists.infradead.org; Sat, 30 Sep 2023 18:31:21 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 2A0B3CE1B79; Sat, 30 Sep 2023 18:31:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2140C433C8; Sat, 30 Sep 2023 18:31:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696098676; bh=gPSt2DVfnZHEWNHwWx6rdcYJzFL/8huE+2zVEzu3HzI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eCxGV53/kBfbr1GUpC5e/i9KXl5o7XVW0tcnTT1KwiBw4mRDy6sqeUIiaKpWMyMmh 71dbmjeyf2gRyNh1E+xT2rH6H1genxj9yX4EL+SNAWKzMe3IDdMDxLVi+gjIMu5HIc Yy8X3iOpXOGLMRlr495lhglerpgD+4y/rq5Sq5Jo= Date: Sat, 30 Sep 2023 20:31:13 +0200 From: Greg KH To: Wei Liu Cc: Nuno Das Neves , linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org, patches@lists.linux.dev, mikelley@microsoft.com, kys@microsoft.com, haiyangz@microsoft.com, decui@microsoft.com, apais@linux.microsoft.com, Tianyu.Lan@microsoft.com, ssengar@linux.microsoft.com, mukeshrathor@microsoft.com, stanislav.kinsburskiy@gmail.com, jinankjain@linux.microsoft.com, vkuznets@redhat.com, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, hpa@zytor.com, will@kernel.org, catalin.marinas@arm.com Subject: Re: [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V Message-ID: <2023093002-bonfire-petty-c3ca@gregkh> References: <1696010501-24584-1-git-send-email-nunodasneves@linux.microsoft.com> <1696010501-24584-16-git-send-email-nunodasneves@linux.microsoft.com> <2023093004-evoke-snowbird-363b@gregkh> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230930_113119_890422_CEA9C48B X-CRM114-Status: GOOD ( 14.54 ) 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 Sat, Sep 30, 2023 at 06:11:19PM +0000, Wei Liu wrote: > On Sat, Sep 30, 2023 at 08:11:37AM +0200, Greg KH wrote: > > On Fri, Sep 29, 2023 at 11:01:41AM -0700, Nuno Das Neves wrote: > > > --- /dev/null > > > +++ b/include/uapi/linux/mshv.h > > > @@ -0,0 +1,306 @@ > > > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > > > > Much better. > > > > > +#ifndef _UAPI_LINUX_MSHV_H > > > +#define _UAPI_LINUX_MSHV_H > > > + > > > +/* > > > + * Userspace interface for /dev/mshv > > > + * Microsoft Hypervisor root partition APIs > > > + * NOTE: This API is not yet stable! > > > > Sorry, that will not work for obvious reasons. > > This can be removed. For practical purposes, the API has been stable for > the past three years. Then who wrote this text? confused, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel