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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB1B0C54EE9 for ; Tue, 20 Sep 2022 01:22:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229870AbiITBWK (ORCPT ); Mon, 19 Sep 2022 21:22:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229605AbiITBWG (ORCPT ); Mon, 19 Sep 2022 21:22:06 -0400 Received: from mail.nfschina.com (unknown [124.16.136.209]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CAB2C4F3B9; Mon, 19 Sep 2022 18:22:05 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by mail.nfschina.com (Postfix) with ESMTP id 2FF121E80D93; Tue, 20 Sep 2022 09:18:59 +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 TtejZa5IMA9B; Tue, 20 Sep 2022 09:18:56 +0800 (CST) Received: from localhost.localdomain (unknown [219.141.250.2]) (Authenticated sender: zeming@nfschina.com) by mail.nfschina.com (Postfix) with ESMTPA id 82BFB1E80D23; Tue, 20 Sep 2022 09:18:56 +0800 (CST) From: Li zeming To: vkuznets@redhat.com Cc: haiyangz@microsoft.com, kys@microsoft.com, linux-arch@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, wei.liu@kernel.org, zeming@nfschina.com Subject: =?UTF-8?q?Re=3A=20=5BPATCH=5D=20asm-generic=3A=20Remove=20unnecessary=20=E2=80=980=E2=80=99=20values=20from=20guest=5Fid?= Date: Tue, 20 Sep 2022 09:21:58 +0800 Message-Id: <20220920012159.4047-1-zeming@nfschina.com> X-Mailer: git-send-email 2.18.2 In-Reply-To: <878rmfpef8.fsf@redhat.com> References: <878rmfpef8.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thank you very much for your suggestion. I will submit the new version after passing the test code.