Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp1024392imd; Thu, 1 Nov 2018 09:06:31 -0700 (PDT) X-Google-Smtp-Source: AJdET5ebR/daZo+/HjUUZUlstECxmbpIgMYTITTelaYKRrzdwl5y9mWS0sbiV6KZ38ZBlwjbI2yE X-Received: by 2002:aa7:8719:: with SMTP id b25-v6mr8171770pfo.250.1541088391457; Thu, 01 Nov 2018 09:06:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1541088391; cv=none; d=google.com; s=arc-20160816; b=USC/JuIaSOp0wb7CCaUGWVgpJim9TU3MKWWZe6DMGpHO9o2yinEhEZ9lAo1Dn+lm2A tUoLJBz0CaYDhHVIM3B8tdO8Vnu7rA7vQQ4SsaUWe33YBTBKiGbSu4P5r9rdsPY+LDE7 AttjQcjt6up4CZ3+1sO0gX2K4Zzply7SvueLe19swnYys4/4VOrHXwj4jHg5R10O7jTp aktDMgZyUWxTsrqaGxX8FsKjNeiI1esygqlrODCuXW7lKQbk9MBBCtiJMmIUdc8+JrWE BXB7C+Q9rwEMND1xPsJ6xYGHXZKrcBVQpwO+6IQ7WDLiQb8dM5eJ2N9Tw7uR5N8G7asY W9wg== 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; bh=Bt5ZAw2YtxlKHYz4x9NGyoPoufOPB5tu5KI9kSNzEYY=; b=jft/4TW3yricdicpQpooh4UI0HwxKnvGAGpJIpSxx+16mRisOQNlJWzXi/R9i6ziH9 zIsxhA83//vh+/JyVBNxfhefYrcm0rva2a2k2HfSRE/ucMpnSo4kkhDethpTvloiDqIb wBqRjIi9gebA1ksOb6A099BhXtn9mkM3DPHU/b8u69SVS7i/581VDaaclU6fbwv5MHah TmZ4Kf7SNfI2XPVuZPQ+7PXBy1luL3JeddhUYd9GdzmToeJHUbkhRhV0PZLy9sbBGfxa LFwLmSSJEOKXHVkXiSbcLKIzJt2Jg9w+gtw9tfFXb3cXd9E6bYCaorP4vi69XYiBM4MB Z/TQ== 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 v6-v6si22502408pgv.565.2018.11.01.09.06.16; Thu, 01 Nov 2018 09:06:31 -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 S1728854AbeKBAcc (ORCPT + 99 others); Thu, 1 Nov 2018 20:32:32 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:57644 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727950AbeKBAcc (ORCPT ); Thu, 1 Nov 2018 20:32:32 -0400 Received: from p5492fe24.dip0.t-ipconnect.de ([84.146.254.36] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gIEu1-0006Ha-5A; Thu, 01 Nov 2018 16:28:57 +0100 Date: Thu, 1 Nov 2018 16:28:56 +0100 (CET) From: Thomas Gleixner To: Peng Hao cc: rkrcmar@redhat.com, pbonzini@redhat.com, x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Peng Hao Subject: Re: [PATCH v2] x86/kvmclock : convert to SPDX identifiers In-Reply-To: <1541084421-4797-1-git-send-email-penghao122@sina.com.cn> Message-ID: References: <1541084421-4797-1-git-send-email-penghao122@sina.com.cn> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Peng, On Thu, 1 Nov 2018, Peng Hao wrote: > This patch updates license to use SPDX-License-Identifier > instead of verbose license text Again: git grep 'This patch' Documentation/process/ This leads you to: "Describe your changes in imperative mood, e.g. "make xyzzy do frotz" instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to do frotz", as if you are giving orders to the codebase to change its behaviour." Documentation is there for a reason. IOW, writing 'This patch does ....' is not the proper way for writing a changelog. It's entirely clear that this is a patch. No need to mention it. Imperative mood means something like this: Replace the verbose license text with the matching SPDX license identifier. Thanks, tglx