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 B9967C001B2 for ; Thu, 22 Dec 2022 13:30:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235050AbiLVNaE (ORCPT ); Thu, 22 Dec 2022 08:30:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229698AbiLVNaC (ORCPT ); Thu, 22 Dec 2022 08:30:02 -0500 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB245DEBD; Thu, 22 Dec 2022 05:30:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=UC5sPR3EvgT3U5gH57DbtpsT89KjhvNVVQKmHsn4rzQ=; b=pvxSS0Tp+/m9AZ/Pk1hcjKHD5W J7yJt/hn3P4egTwDSx7qAx/tUFRPjGgZcioR0HAKog6Vw0NaR5ZSXR2oZxBEEUZPyirTFKZckV7gd TRAuv92umVFH3eVVnZr83f/Has9QPB8elFC8TkLnXzOlNA9XiKYRcLCLQXs1Zvbd9zqFX9GkV+hAb +bmOw3cUA7MDdWbAemWPeAo+fJaUnHZDDanqHoCfSi+JStk4IVpyqH3uHA2hiC8JrYx69iVt/KY1R TihL+IUXZ3Qm2BmQ4KWLz2ssWnMPwEPf3jMIW7T+H4LfQbTLpiil1yC+jdJaliXKih/zwtYbKB/SW gck2/lLA==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1p8Ldu-00DqLI-0m; Thu, 22 Dec 2022 13:29:50 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id AD3FB30006D; Thu, 22 Dec 2022 14:29:50 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 90AE02D9A10D8; Thu, 22 Dec 2022 14:29:50 +0100 (CET) Date: Thu, 22 Dec 2022 14:29:50 +0100 From: Peter Zijlstra To: Like Xu Cc: kan.liang@linux.intel.com, wei.w.wang@intel.com, Like Xu , Andi Kleen , "Paolo Bonzini - Distinguished Engineer (kernel-recipes.org) (KVM HoF)" , Jim Mattson , kvm list , Sean Christopherson , "linux-kernel@vger.kernel.org" , Yang Weijiang Subject: Re: [PATCH v2 01/15] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers Message-ID: References: <20221125040604.5051-1-weijiang.yang@intel.com> <20221125040604.5051-2-weijiang.yang@intel.com> <449b561a-7053-8994-bcfe-581c0abb8d85@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <449b561a-7053-8994-bcfe-581c0abb8d85@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 22, 2022 at 06:57:50PM +0800, Like Xu wrote: > Hi Peter, would you help apply this one in your tip/perf tree, > as it doesn't seem to be closely tied to the KVM changes. Thanks. OK, I'll go queue it for perf/core after -rc1