Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2481090imm; Thu, 27 Sep 2018 13:40:00 -0700 (PDT) X-Google-Smtp-Source: ACcGV61Mp/1uIHENjs4Kx8hlRXbY+sY1LhFHkCyvdxlbbkQ0UX7ENr6Y8dtZR4lRpEt1lMHib+5o X-Received: by 2002:a17:902:2f43:: with SMTP id s61-v6mr12539671plb.176.1538080799941; Thu, 27 Sep 2018 13:39:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538080799; cv=none; d=google.com; s=arc-20160816; b=SaT/P8KSyhW/u0WHIKQOxTtlO8T2aExv1h6tudF+BMWq22mdbieKnJS8ly3oZ2KW3S QaFrM0LufVMV1oYk+md8XPr/JeO8TR4cCjLfnh8PWcebx+ZT517xzLmZwxzKyBMmbJuF jXALiOTDmJvtNCSNso6vnuT5KnQKMureJPeXumT/womit6alQdFwVKIHpNXSQnIVhC8L 2eEUdp8xg+EWVeF9nrx0LDBods7wc3U5VIk+iCatfIZckF/0fJOJgFJHjzAsBrvryw5u x+P2n97xcfSIEq4NNg7fN+oRlVQotgb35ldvxyjXeaXICr9Rgg6tNQ0G9hVNm39uwGYI Auvw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=sctfnJCHSf+eo7MwVUFrkyxslicY6qWobpphPTTlYJs=; b=tZ0eEwsC9byex1k4B2aiS2rmb+t9WktDHW559jWrA+t81XMk57l0Hw33dtNFB418sU uBbmD0veu8U3DvlNtfaS7wdWHSyuv3IYF9dlYEox9gUPD5agbUlCnTQoKvTn1rghL7Ts kfsMoCsn1HkKejgkqGAQqdWZ0gz1hDM6Sfbqm4c58vYi7SlJf3YhAa5lvc6wbWR6jMSl /Ogmy7irBDU9snH6hbl4vku5hzZOvFNwhEwK2hnVq5vPsX8AQxDMq78pgM16kan0Vzdi Mf/cuv7OWHQud5wUz4CS9Zl7AW306reRyOHs2DjukhoR3gvoxn3Zg5JjomiSuWrT6ins lsSw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n1-v6si2904387pfe.66.2018.09.27.13.39.44; Thu, 27 Sep 2018 13:39:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727486AbeI1C7m (ORCPT + 99 others); Thu, 27 Sep 2018 22:59:42 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:52990 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727295AbeI1C7m (ORCPT ); Thu, 27 Sep 2018 22:59:42 -0400 Received: from p5492e4c1.dip0.t-ipconnect.de ([84.146.228.193] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1g5d3t-0002sl-W5; Thu, 27 Sep 2018 22:39:02 +0200 Date: Thu, 27 Sep 2018 22:39:01 +0200 (CEST) From: Thomas Gleixner To: Reinette Chatre cc: Peter Zijlstra , fenghua.yu@intel.com, tony.luck@intel.com, mingo@redhat.com, acme@kernel.org, gavin.hindman@intel.com, jithu.joseph@intel.com, dave.hansen@intel.com, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V5 0/6] perf and x86/intel_rdt: Fix lack of coordination with perf In-Reply-To: <77383a1e-f343-7529-24cf-874f0999507d@intel.com> Message-ID: References: <20180920141150.GY24124@hirez.programming.kicks-ass.net> <77383a1e-f343-7529-24cf-874f0999507d@intel.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Sep 2018, Reinette Chatre wrote: > Dear Maintainers, Sorry for replying late. > On 9/20/2018 7:11 AM, Peter Zijlstra wrote: > > On Wed, Sep 19, 2018 at 10:29:05AM -0700, Reinette Chatre wrote: > >> Reinette Chatre (6): > >> perf/core: Add sanity check to deal with pinned event failure > >> perf/x86: Add helper to obtain performance counter index > >> x86/intel_rdt: Remove local register variables > >> x86/intel_rdt: Create required perf event attributes > >> x86/intel_rdt: Use perf infrastructure for measurements > >> x86/intel_rdt: Re-enable pseudo-lock measurements > >> > >> Documentation/x86/intel_rdt_ui.txt | 22 +- > >> arch/x86/events/core.c | 21 ++ > >> arch/x86/include/asm/perf_event.h | 1 + > >> arch/x86/kernel/cpu/intel_rdt_pseudo_lock.c | 372 ++++++++++++-------- > >> kernel/events/core.c | 6 + > >> 5 files changed, 261 insertions(+), 161 deletions(-) > > > > Yeah, these look good, thanks! > > > > Acked-by: Peter Zijlstra (Intel) > > > > Could you please consider this series for inclusion into v4.19? So in principle I'm having no objections as this really is mostly a RDT only issue. Peter, any objections against the Perf part of it, aside the core patch which is an obvious fix? Thanks, tglx