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 E68CFC32771 for ; Thu, 29 Sep 2022 01:20:04 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=o+xCzw+3EKNJggOminLFqn822i8HzYTJZneQYUN9CXI=; b=Qte+3pfTeKSGgl /wZohKiwPsMTBruwxM1VZwHLL97qyxVKRrknutbOiwo92ikV5OpTaiz+X0ebYbF3dhqhTM7TEpKJs IlNGJTZxctmVQIfAFIJJ7ojR4fNoYm069lO6d9ji89WYW97fuIQUAg5Nlrlg4BIgI99mO+arG/seM h/ERTVR2JPYzpeahLdu0Ryl5wRqQFiTH+vWsdQYAKk57Ci4urqA0ga2hLXxVkdPW8R2hldvDq1cpL zWAl1blzQ11YvSmgUAp2hEeOqEUgwns9VbBkZetZGrgvux31TLpIqWANBJ3H2zD1W/Xl+QA26w4qG 5odeHTqsxqY0G/rwyMSg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1odiCd-000ozU-Df; Thu, 29 Sep 2022 01:19:03 +0000 Received: from mail.nfschina.com ([124.16.136.209]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1odiCa-000owf-2s for linux-arm-kernel@lists.infradead.org; Thu, 29 Sep 2022 01:19:01 +0000 Received: from localhost (unknown [127.0.0.1]) by mail.nfschina.com (Postfix) with ESMTP id F01261E80D70; Thu, 29 Sep 2022 09:14:16 +0800 (CST) X-Virus-Scanned: amavisd-new at test.com Received: from mail.nfschina.com ([127.0.0.1]) by localhost (mail.nfschina.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OpYEFikbSp93; Thu, 29 Sep 2022 09:14:14 +0800 (CST) Received: from localhost.localdomain (unknown [219.141.250.2]) (Authenticated sender: kunyu@nfschina.com) by mail.nfschina.com (Postfix) with ESMTPA id 9E2C71E80D4B; Thu, 29 Sep 2022 09:14:12 +0800 (CST) From: Li kunyu To: wei.liu@kernel.org Cc: arnd@arndb.de, bp@alien8.de, catalin.marinas@arm.com, dave.hansen@linux.intel.com, decui@microsoft.com, haiyangz@microsoft.com, hpa@zytor.com, kunyu@nfschina.com, kys@microsoft.com, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, mingo@redhat.com, sthemmin@microsoft.com, tglx@linutronix.de, will@kernel.org, x86@kernel.org Subject: Re: [PATCH v6] hyperv: simplify and rename generate_guest_id Date: Thu, 29 Sep 2022 09:18:33 +0800 Message-Id: <20220929011834.2595-1-kunyu@nfschina.com> X-Mailer: git-send-email 2.18.2 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220928_181900_336544_8FC7A0BA X-CRM114-Status: UNSURE ( 3.98 ) X-CRM114-Notice: Please train this message. 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 Thank you very much for your help, and thank the members of the mailing list (in the sending list). With your help, I learned more standard patch writing method and patch modification ideas. thanks, kunyu. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel