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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66C51C433DF for ; Fri, 10 Jul 2020 16:28:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 401B420657 for ; Fri, 10 Jul 2020 16:28:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728183AbgGJQ2Z (ORCPT ); Fri, 10 Jul 2020 12:28:25 -0400 Received: from mga14.intel.com ([192.55.52.115]:25693 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726896AbgGJQ2Z (ORCPT ); Fri, 10 Jul 2020 12:28:25 -0400 IronPort-SDR: AcpXix8XKZrbNzJLzrbc4ApEhVWof5VEpqwRK0eg7spL4FbVr+VKgkCFlWmijCKjb4JvTHPXWV mEwIMW5c4HOQ== X-IronPort-AV: E=McAfee;i="6000,8403,9678"; a="147341884" X-IronPort-AV: E=Sophos;i="5.75,336,1589266800"; d="scan'208";a="147341884" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jul 2020 09:28:22 -0700 IronPort-SDR: jNSta/rj/b6HojzQ2Vt4c9e27f53Vtt08K6Z/1hxpWryNwBeZMALkBgyV6R3IhR+Gp3br40JJ2 u+y/rOen/2sg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,336,1589266800"; d="scan'208";a="428610403" Received: from sjchrist-coffee.jf.intel.com (HELO linux.intel.com) ([10.54.74.152]) by orsmga004.jf.intel.com with ESMTP; 10 Jul 2020 09:28:20 -0700 Date: Fri, 10 Jul 2020 09:28:19 -0700 From: Sean Christopherson To: "Xu, Like" Cc: Xiaoyao Li , Like Xu , Paolo Bonzini , Peter Zijlstra , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , ak@linux.intel.com, wei.w.wang@intel.com, linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH v12 07/11] KVM: vmx/pmu: Unmask LBR fields in the MSR_IA32_DEBUGCTLMSR emualtion Message-ID: <20200710162819.GF1749@linux.intel.com> References: <20200613080958.132489-1-like.xu@linux.intel.com> <20200613080958.132489-8-like.xu@linux.intel.com> <654d931c-a724-ed69-6501-52ce195a6f44@intel.com> <20200707202155.GL20096@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 08, 2020 at 03:06:57PM +0800, Xu, Like wrote: > Hi Sean, > > First of all, are you going to queue the LBR patch series in your tree > considering the host perf patches have already queued in Peter's tree ? No, I'll let Paolo take 'em directly, I'm nowhere near knowledgeable enough with respect to the PMU to feel comfortable taking them.