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 D78CDECAAD8 for ; Sat, 17 Sep 2022 01:11:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229561AbiIQBLs (ORCPT ); Fri, 16 Sep 2022 21:11:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbiIQBLr (ORCPT ); Fri, 16 Sep 2022 21:11:47 -0400 Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DEE6F89812 for ; Fri, 16 Sep 2022 18:11:44 -0700 (PDT) Received: by mail-pf1-x42f.google.com with SMTP id w2so12530082pfb.0 for ; Fri, 16 Sep 2022 18:11:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=n13QfpMRXmDif9Ywxtk6V+caQ5bgGbqn2A0+iIQn+tY=; b=qfLW6F3pou51VzTJ/QQ0Pwe6CKNy5zHahGOLfniT+u8khdm4jo1kxuRCM79N/0HyX2 mdDOeeCGadOrIebMCsjDcEx+UvnxNAqyw6icMgqQi35WQKCopCQnLVctGe72tv5pZJAB ydz7M4Us/1MwczwjsNnFU7igVoS6nA9nZVbV/IgVQHOF9GHWbWxDNF2wDYc0a7vMa3B/ xOztEEIFh7NlTbmr8ISMoW1MLcbgvOxIvpehIUGG77sBNlDpeMpVmLNOrYPE6DCKXaWu zvR1Rz78zbboKaofQ1vfxa+OUpgx5flMBrZlfpd4L+oA/jkzDIFVQkuuKb9bH16ZhZk4 KZZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=n13QfpMRXmDif9Ywxtk6V+caQ5bgGbqn2A0+iIQn+tY=; b=4f+yAu9O3XLIkxUBmCnXY1wnIOUyNpRIbaSf0sK9BWuxoHIqQ5pgvu52pdgvWWeMWu hXqmuEuMSC8DWENSp3QIv8m1NTRpTDOn7hrwPw/vBjpbjprCIrx74sI/miVRKyYbh+cr xUO+dTJQcaor8TkEIF4NnRScCTDiptLYFEGQcbaLuPOaei5sz9mrrcX80fDPPLexY0aa OuWdj/RZ+WQ/xj7hoHvV4ti2czA1kyJIaU8GAR2nn36yTfuedosUSuHA24m0ryg5f80h yQGRHuwaGt1vnq1QOtxYZWNUPjOHHL+4O4R8dQVg6i+2u7NCEMbIFXzu1SAZZKNl7m91 e+0w== X-Gm-Message-State: ACrzQf1GkxfUCjh0jdwPFbnGkwGgdi7MYcsXCDLIBqoR0AS/m/aLAlLR UGW2vhD1T0CtWOTnDLtNYReeYA== X-Google-Smtp-Source: AMsMyM4kI354lqIKYGsxpElBQcSqRNND/4C9RtIg6LWogqDiQy5mexXv5di4E2fDO2qy88aBtkCQtw== X-Received: by 2002:a63:4e5e:0:b0:439:a09d:92eb with SMTP id o30-20020a634e5e000000b00439a09d92ebmr6723155pgl.369.1663377104335; Fri, 16 Sep 2022 18:11:44 -0700 (PDT) Received: from google.com (7.104.168.34.bc.googleusercontent.com. [34.168.104.7]) by smtp.gmail.com with ESMTPSA id 133-20020a62198b000000b005321340753fsm15175215pfz.103.2022.09.16.18.11.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Sep 2022 18:11:43 -0700 (PDT) Date: Sat, 17 Sep 2022 01:11:40 +0000 From: Sean Christopherson To: Peter Zijlstra Cc: Ingo Molnar , Arnaldo Carvalho de Melo , Paolo Bonzini , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Like Xu Subject: Re: [PATCH v4 0/5] KVM: x86: Intel LBR related perf cleanups Message-ID: References: <20220901173258.925729-1-seanjc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org On Thu, Sep 08, 2022, Peter Zijlstra wrote: > On Thu, Sep 01, 2022 at 05:32:53PM +0000, Sean Christopherson wrote: > > > Sean Christopherson (5): > > perf/x86/core: Remove unnecessary stubs provided for KVM-only helpers > > perf/x86/core: Drop the unnecessary return value from > > x86_perf_get_lbr() > > KVM: VMX: Move vmx_get_perf_capabilities() definition to vmx.c > > KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl() > > KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs > > These look good to me; how do you want this routed, if through the KVM > tree: > > Acked-by: Peter Zijlstra (Intel) Thanks! If you don't anticipate conflicts in the perf headers, I'll take 'em through KVM, patch 01 introduced a new warning that I need to resolve (hopefully it doesn't throw a wrench into things).