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 5E40FE748E7 for ; Sat, 30 Sep 2023 21:13:44 +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=vKTRbClUw9eFCxR8jq4le9SdIdqSUcfTbhHyJO5w0yk=; b=rTpYKcSkp/2NwA h3FzUbmiWHZjjFLpihmdrUUegTiLGRFZDLyMvR+G0/SjrbWs9iWcv5xGgnaw+Nk/GKtZEgGnmoPYO XVKARHaHhbGLJQUf5a7WjLCgiuPe6uafYAB8km1qcZKCzBGiaPQrL9Y0VqBHA75N8hi+rO/UPJX0C q0CrcCyqZHBgHwNaGKpUPEStGA9GzUEmiR7oXn1VIp7pCeFvZXkeLwPkBwFuw+x7Wxyhkh7Cy08x+ 2FIWwOwpKyT/oPqS5Qgx9TAaIFiKfJtXubOkxgP2hrv+YJMQ1SHa937kMroWDFSVDAVr2JOsU/1gA rstqKm94/hJNS34dDLwQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qmhGz-00A8Ps-2I; Sat, 30 Sep 2023 21:13:13 +0000 Received: from mail-pg1-f169.google.com ([209.85.215.169]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qmhGx-00A8Or-0a for linux-arm-kernel@lists.infradead.org; Sat, 30 Sep 2023 21:13:12 +0000 Received: by mail-pg1-f169.google.com with SMTP id 41be03b00d2f7-578b407045bso11925581a12.0 for ; Sat, 30 Sep 2023 14:13:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696108389; x=1696713189; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=w4/9Jh9erOblVD03PMD3I+nDmotORbmI0YDClcDj3hs=; b=okcFcS1erAwTvFZswLoe0tuv35sLLIcZmGo/Owakwl6+OAubw+mXRiQDv2II0GSc/U OCNl2Kfxq/DHeyVHVaHORddIAQ98POQz6WU3/GVVcCJxFKXOJ/1pqwx3YDNIodp3xmcq lTwl6wfWO0Dtmz4ly0EUvITm6X74y7MqTLkujdX6UfJCU5gi8S422eXtVATiYpJoJIj6 Xy1qWQXXusUyKKhds2dY+m2ylud7GFpUjXz4A85zxECFuYODKUVvyTIH6ylf87p9EIWm 0YAonSvKaxz3WE0FjISekR8nPksO8Lv9tRjZffUILlGa1u0O1cbnCs8v8dI6VeC58n+X PAcQ== X-Gm-Message-State: AOJu0YzZPCVVOsYpDB3berDiGGErOCfUV6buWdnPzpPxaXu/WeSmUyKH 7oiGnbKIZLwHesrVAG6ohIg= X-Google-Smtp-Source: AGHT+IE7H7jSQLljAYdqE3TR+wtXf6R1QTE+Vlo6MOV6oJH9kKG3SYX9PRUPpjfsLTKd+YWkUayYhw== X-Received: by 2002:a17:903:120e:b0:1bc:7001:6e5e with SMTP id l14-20020a170903120e00b001bc70016e5emr8963254plh.32.1696108389106; Sat, 30 Sep 2023 14:13:09 -0700 (PDT) Received: from liuwe-devbox-debian-v2 ([20.69.120.36]) by smtp.gmail.com with ESMTPSA id iy19-20020a170903131300b001c627413e87sm11023591plb.290.2023.09.30.14.13.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 30 Sep 2023 14:13:08 -0700 (PDT) Date: Sat, 30 Sep 2023 21:13:07 +0000 From: Wei Liu To: Greg KH Cc: Wei Liu , 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: 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> <2023093002-bonfire-petty-c3ca@gregkh> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2023093002-bonfire-petty-c3ca@gregkh> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230930_141311_225779_C0E1986E X-CRM114-Status: GOOD ( 19.48 ) 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 08:31:13PM +0200, Greg KH wrote: > 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? I don't think this matter, does it? This patch series had been rewritten so many times internally to conform to upstream standard it is very difficult to track down who wrote this and when. If you have concrete concerns about removing the text, please let me know. Thanks, Wei. > > confused, > > greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel