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 DA096C05027 for ; Fri, 10 Feb 2023 08:41:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231517AbjBJIlk (ORCPT ); Fri, 10 Feb 2023 03:41:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231515AbjBJIlj (ORCPT ); Fri, 10 Feb 2023 03:41:39 -0500 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D40885D3EA for ; Fri, 10 Feb 2023 00:41:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676018497; x=1707554497; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=lWgY8rhc69legxd7PC2bs8oScnh31bFdZ/CKbmm+udI=; b=mcwePUXX0Zrr5NbWthWJ5azJvXxNQEpOdTIO3aattU1dejdHgzP7sXQF /aIDEOst+B47WWqwTM+8atIz3kdDEV1gDlBQF3eK9CiPB/afLDP0jWlq+ bcz1yIUoc8aN77C5oocKfMldCGNeTtWseIlbQu2PyrkZdsnax+Y/I+WaD g7EP97q68iAdvVz3jFgtiERtMfliIHwlnPVC5RnpSVE45DRvI4VU+H+HX jfMdHqb0A8n/0/rvay4B14aZceq+p5f94lUjkXLFJjcibTKiwvaLRKxYr 0wcgvmu0kTfwougB9Iw+t3TZ53hsQcLoMv0LPMdHLQREohzGK3q/DDIei Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10616"; a="331672958" X-IronPort-AV: E=Sophos;i="5.97,286,1669104000"; d="scan'208";a="331672958" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2023 00:41:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10616"; a="669925998" X-IronPort-AV: E=Sophos;i="5.97,286,1669104000"; d="scan'208";a="669925998" Received: from sqa-gate.sh.intel.com (HELO robert-ivt.tsp.org) ([10.239.48.212]) by fmsmga007.fm.intel.com with ESMTP; 10 Feb 2023 00:41:31 -0800 Message-ID: <8d7e2c0f25c8fcb2c16633b74c0fade6ba145b08.camel@linux.intel.com> Subject: Re: [PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling From: Robert Hoo To: Chao Gao Cc: Sean Christopherson , pbonzini@redhat.com, yu.c.zhang@linux.intel.com, yuan.yao@linux.intel.com, jingqi.liu@intel.com, weijiang.yang@intel.com, isaku.yamahata@intel.com, kirill.shutemov@linux.intel.com, kvm@vger.kernel.org Date: Fri, 10 Feb 2023 16:41:30 +0800 In-Reply-To: References: <20230209024022.3371768-1-robert.hu@linux.intel.com> <5884e0cb15f7f904728fa31bb571218aec31087c.camel@linux.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Fri, 2023-02-10 at 11:17 +0800, Chao Gao wrote: > > Alternatively, add another kselftest for LAM under kselftests/kvm. > Let me explore.