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 7E8F7C6FA82 for ; Fri, 23 Sep 2022 11:21:31 +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=eAJaBbXG72g4AnZ+9axeV9WmrbaS9cih5A5YH/W1p9Q=; b=SPProhN0TuqWab otT4Dl6z3nivKsKm+uvzlL5v+otqY1f9fn+KfSBqI2aho+WW3enJ8nvIKIkrN9dlfjtDDMX6F6hK0 LrEFyffKyg/S/gyXPzfsOKOHonblJtuLbBRIDPn+tlUbC3mCorYzgcpsf5iJlbcpUA6CHOHt4qSBh xtvDP6QwGhg+aPTgmougEDknRTueUHDQlQg0Rc/G6ab2wCDqz4GpmR6/19IQ12CA8n+Qeu6rEdb/u 2cfF8MdmlWn0XG22b3C6Yq0gbAimpwMWA6KCT35lnyPPzZYuXVMcHINWH2idqifJ3q7MCzuBr4gG/ YJ7kSkRfHwWJWP2t/qCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obgjB-003uBK-8z; Fri, 23 Sep 2022 11:20:17 +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 1obgj6-003u4V-B0 for linux-arm-kernel@lists.infradead.org; Fri, 23 Sep 2022 11:20:14 +0000 Received: from localhost (unknown [127.0.0.1]) by mail.nfschina.com (Postfix) with ESMTP id AAD011E80D94; Fri, 23 Sep 2022 19:16:17 +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 Sx5Fz_JcXolB; Fri, 23 Sep 2022 19:16:15 +0800 (CST) Received: from localhost.localdomain (unknown [219.141.250.2]) (Authenticated sender: kunyu@nfschina.com) by mail.nfschina.com (Postfix) with ESMTPA id E1A5A1E80D74; Fri, 23 Sep 2022 19:16:14 +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 v2] asm-generic: Remove the parameters of the generate_guest_id function and modify the return type and modify the function name Date: Fri, 23 Sep 2022 19:19:38 +0800 Message-Id: <20220923111939.2584-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-20220923_042012_620717_487EB5AE X-CRM114-Status: UNSURE ( 4.17 ) 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, I re-edited the content and released it according to v3. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel