Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1617772imm; Thu, 19 Jul 2018 05:06:57 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeSaK53GRZXvoFKbfokjwfJtlqGhZtU4ZWSbfLj0s/iSt50QCFGT63X9ex6XtFzJtKdtVJz X-Received: by 2002:a17:902:8f94:: with SMTP id z20-v6mr9788671plo.337.1532002017687; Thu, 19 Jul 2018 05:06:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532002017; cv=none; d=google.com; s=arc-20160816; b=m8aHX65gs7QfqeTCS5mvz1OIkQLN7HIYK41z6UnxMME/ugJpR4qD6y4+CHNn5MtUF9 b7UKVqqRFiY3Rdc61Uk0Q+cLSPtwW0ZnzfoSl7TuJXIdw8jJ72MXu9EZxxyW+O1GfVV7 q9ynwcuddwKwqvdklpVqmkXlTY8PB8Cb+Q9Mts6IhJAvrpT06YgvAgsE2raELIlaelHJ 9m5A38A5PpbTnONh3dPThwls2BUisGimEohgpuI9/z3bLxdo4erPkAXjPnx/BykZwQRe cDcHKGyAp9aQEN4lPQFL2xnc0EDSC/4kiKM7IMZ+AhJhmpaDoHvvCQJT2WeTF5zVhvV7 F3hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=75+3EHOTTsYPkPd3+Z8hivzqlTQu9dxFgxgEfkdWk+E=; b=jSFzK6+yzKNXFsAev0SUxQ7YG1wee07PDUpmRBysgEtq7ruoacMtAQhZu6+g19PSwS /13zK49q07Z/J1MMUCtDmP/17M1hIs3FHHKm1e+6GI8BTx16s0O7XIH7A0kZbo0s2TvI e30ewdku+AWDXy6ld0aN6AHo+ZyqeZBoviEA5s6P9I6KDkVEmo4voL+7kemE5E2bxMG1 vQdSeu2c6XPFUg3Iteckd+v9dJnYXH3aCMvwGudTOflw395yJpfVU+BtfGeGHL0V6v0k U+fP3uni1NNzGpMXq5g5EJJTyMll6JyrM+FcyMmPCPvZP0/nESkQoB60CmjEDsQD5pdB KJrA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 33-v6si5333287plk.299.2018.07.19.05.06.41; Thu, 19 Jul 2018 05:06:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731235AbeGSMs6 (ORCPT + 99 others); Thu, 19 Jul 2018 08:48:58 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:32816 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727335AbeGSMs6 (ORCPT ); Thu, 19 Jul 2018 08:48:58 -0400 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fg7h0-0006ja-N4; Thu, 19 Jul 2018 14:05:58 +0200 Date: Thu, 19 Jul 2018 14:05:58 +0200 (CEST) From: Thomas Gleixner To: Tianyu Lan cc: KY Srinivasan , Haiyang Zhang , Stephen Hemminger , "mingo@redhat.com" , "hpa@zytor.com" , "x86@kernel.org" , "pbonzini@redhat.com" , "rkrcmar@redhat.com" , "devel@linuxdriverproject.org" , "linux-kernel@vger.kernel.org" , "kvm@vger.kernel.org" , "Michael Kelley (EOSG)" , "vkuznets@redhat.com" Subject: Re: [PATCH V3 1/4] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support In-Reply-To: <20180719083946.121493-2-Tianyu.Lan@microsoft.com> Message-ID: References: <20180719083946.121493-1-Tianyu.Lan@microsoft.com> <20180719083946.121493-2-Tianyu.Lan@microsoft.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Jul 2018, Tianyu Lan wrote: > @@ -0,0 +1,64 @@ > +// SPDX-License-Identifier: GPL-2.0 > + > +/* > + * Hyper-V nested virtualization code. > + * > + * Copyright (C) 2018, Microsoft, Inc. > + * > + * Author : Lan Tianyu > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms of the GNU General Public License version 2 as published > + * by the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, but > + * WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > + * NON INFRINGEMENT. See the GNU General Public License for more > + * details. You already have the SPDX identifier. So the GPL boilerplate is not really required, unless your legal departement insist on it. Thanks, tglx