Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp57649imu; Thu, 8 Nov 2018 14:44:46 -0800 (PST) X-Google-Smtp-Source: AJdET5eL0AzKEidZ5aSufzL6cOdIl9RPml/tLsIlHXiobZP+yGKXQ0ySX+h/mLS8w4sk4RTLS8C6 X-Received: by 2002:a63:d604:: with SMTP id q4mr5233341pgg.175.1541717086530; Thu, 08 Nov 2018 14:44:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541717086; cv=none; d=google.com; s=arc-20160816; b=lOa8JB+asw+IXojzW8D18pQ7lx0BQVZhMRE4WK1l6PUnK1t0NqxvcC9lLaJw4TRDZ/ P7rZxlqLycKJTXNJ3sxfFv+QYFpvhDCa11LjCeOFX5HmL8Tzj8JPfl3N/zYK+12+bRwG 3pcQPrG8QgzLj7PPy9f6FgjTFgxozsbsPdis5lbPd/tOgU1D5mFHmm1KyJxzx84+Sw50 +nmLhkDhSBcOlC1/YHGzslb3maXXthOnk05MWPEcCnBCVE56KwhxcGeqyPbm858uTMqp R/gfoIYhd/Gx3aZX4WzZ4wxqluODz7CQzvFFZbx3CzZfNBGFIUlPqqppXXMl7RnEZRwZ EQpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=18OkEVxUJx3VX6zIld4qBUIuAk1eSL8X7TE+NKdZc4Q=; b=nysKxPh+p0EHtwvBuj9PZ12g208p/Q+tI3BzHgFoecwb/JfhUZ0HOpd+RUFSoPAUBu c7M6tLzKESwh7jDmTsEgl2DCiVRcnhtdkDVdFyQgAM7r8YKe2OUsZxXyVhhPDzg1g0cs sgjhoW03UT6kBtMT9pklTxvazchTAYzyZysMrVtb+RIrqpcX/j3Q0fs8XL4ZbTNrUw9l MKOlv1fUMzxWklj14SOQJ4q/ZRfk1rOZQBf9NFFV7dXQAg95F2XgUCz/ZTK2H5ScorQd dAnuaAwMmA6CS5s8zT1kYpms72VniYriolwhGy8quUfoXrHeE3uZ2GplB7S72BQJNXJq 73/g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=pP042yvT; 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 31-v6si5490456plj.36.2018.11.08.14.44.31; Thu, 08 Nov 2018 14:44:46 -0800 (PST) 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; dkim=pass header.i=@kernel.org header.s=default header.b=pP042yvT; 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 S1728896AbeKIIVf (ORCPT + 99 others); Fri, 9 Nov 2018 03:21:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:48412 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727649AbeKIHdG (ORCPT ); Fri, 9 Nov 2018 02:33:06 -0500 Received: from localhost (unknown [208.72.13.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5093D20892; Thu, 8 Nov 2018 21:55:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1541714138; bh=+1xrVjRqYGsoLnNmSDNtjrfTj3++UcfkzHqbyiGdZMo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pP042yvTHH1rcEvBn2BHwIfzdzEEJ3n540nbRHAv4D0/mugy08V90k+JI0jg7Xrve kmVLR+voTdvmYkLBVEn8wuDlukYbhhfijGxwxZ8XsruKam1fSOq7V/sf8CzVfw8jfl IFOd85ndnx4/yLsM3ESmJtJqsQTSlk3a0kn2OXx8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Stephane Eranian , "Peter Zijlstra (Intel)" , vincent.weaver@maine.edu, jolsa@redhat.com, Arnaldo Carvalho de Melo , Linus Torvalds , Ingo Molnar , Sasha Levin Subject: [PATCH 3.18 072/144] perf/rapl: Fix sysfs_show() initialization for RAPL PMU Date: Thu, 8 Nov 2018 13:50:43 -0800 Message-Id: <20181108215100.460671458@linuxfoundation.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181108215054.826084593@linuxfoundation.org> References: <20181108215054.826084593@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.18-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit 433678bdc6ed39f053c55da96b51de5bf0aeebb1 ] This patch fixes a problem with the initialization of the sysfs_show() routine for the RAPL PMU. The current code was wrongly relying on the EVENT_ATTR_STR() macro which uses the events_sysfs_show() function in the x86 PMU code. That function itself was relying on the x86_pmu data structure. Yet RAPL and the core PMU (x86_pmu) have nothing to do with each other. They should therefore not interact with each other. The x86_pmu structure is initialized at boot time based on the host CPU model. When the host CPU is not supported, the x86_pmu remains uninitialized and some of the callbacks it contains are NULL. The false dependency with x86_pmu could potentially cause crashes in case the x86_pmu is not initialized while the RAPL PMU is. This may, for instance, be the case in virtualized environments. This patch fixes the problem by using a private sysfs_show() routine for exporting the RAPL PMU events. Signed-off-by: Stephane Eranian Signed-off-by: Peter Zijlstra (Intel) Link: http://lkml.kernel.org/r/20150113225953.GA21525@thinkpad Cc: vincent.weaver@maine.edu Cc: jolsa@redhat.com Cc: Arnaldo Carvalho de Melo Cc: Linus Torvalds Signed-off-by: Ingo Molnar Signed-off-by: Sasha Levin --- arch/x86/kernel/cpu/perf_event_intel_rapl.c | 44 +++++++++++++++------ 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/arch/x86/kernel/cpu/perf_event_intel_rapl.c b/arch/x86/kernel/cpu/perf_event_intel_rapl.c index 611d821eac1a..040915c87cb6 100644 --- a/arch/x86/kernel/cpu/perf_event_intel_rapl.c +++ b/arch/x86/kernel/cpu/perf_event_intel_rapl.c @@ -103,6 +103,13 @@ static struct kobj_attribute format_attr_##_var = \ #define RAPL_CNTR_WIDTH 32 /* 32-bit rapl counters */ +#define RAPL_EVENT_ATTR_STR(_name, v, str) \ +static struct perf_pmu_events_attr event_attr_##v = { \ + .attr = __ATTR(_name, 0444, rapl_sysfs_show, NULL), \ + .id = 0, \ + .event_str = str, \ +}; + struct rapl_pmu { spinlock_t lock; int hw_unit; /* 1/2^hw_unit Joule */ @@ -383,23 +390,36 @@ static struct attribute_group rapl_pmu_attr_group = { .attrs = rapl_pmu_attrs, }; -EVENT_ATTR_STR(energy-cores, rapl_cores, "event=0x01"); -EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02"); -EVENT_ATTR_STR(energy-ram , rapl_ram, "event=0x03"); -EVENT_ATTR_STR(energy-gpu , rapl_gpu, "event=0x04"); +static ssize_t rapl_sysfs_show(struct device *dev, + struct device_attribute *attr, + char *page) +{ + struct perf_pmu_events_attr *pmu_attr = \ + container_of(attr, struct perf_pmu_events_attr, attr); + + if (pmu_attr->event_str) + return sprintf(page, "%s", pmu_attr->event_str); + + return 0; +} + +RAPL_EVENT_ATTR_STR(energy-cores, rapl_cores, "event=0x01"); +RAPL_EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02"); +RAPL_EVENT_ATTR_STR(energy-ram , rapl_ram, "event=0x03"); +RAPL_EVENT_ATTR_STR(energy-gpu , rapl_gpu, "event=0x04"); -EVENT_ATTR_STR(energy-cores.unit, rapl_cores_unit, "Joules"); -EVENT_ATTR_STR(energy-pkg.unit , rapl_pkg_unit, "Joules"); -EVENT_ATTR_STR(energy-ram.unit , rapl_ram_unit, "Joules"); -EVENT_ATTR_STR(energy-gpu.unit , rapl_gpu_unit, "Joules"); +RAPL_EVENT_ATTR_STR(energy-cores.unit, rapl_cores_unit, "Joules"); +RAPL_EVENT_ATTR_STR(energy-pkg.unit , rapl_pkg_unit, "Joules"); +RAPL_EVENT_ATTR_STR(energy-ram.unit , rapl_ram_unit, "Joules"); +RAPL_EVENT_ATTR_STR(energy-gpu.unit , rapl_gpu_unit, "Joules"); /* * we compute in 0.23 nJ increments regardless of MSR */ -EVENT_ATTR_STR(energy-cores.scale, rapl_cores_scale, "2.3283064365386962890625e-10"); -EVENT_ATTR_STR(energy-pkg.scale, rapl_pkg_scale, "2.3283064365386962890625e-10"); -EVENT_ATTR_STR(energy-ram.scale, rapl_ram_scale, "2.3283064365386962890625e-10"); -EVENT_ATTR_STR(energy-gpu.scale, rapl_gpu_scale, "2.3283064365386962890625e-10"); +RAPL_EVENT_ATTR_STR(energy-cores.scale, rapl_cores_scale, "2.3283064365386962890625e-10"); +RAPL_EVENT_ATTR_STR(energy-pkg.scale, rapl_pkg_scale, "2.3283064365386962890625e-10"); +RAPL_EVENT_ATTR_STR(energy-ram.scale, rapl_ram_scale, "2.3283064365386962890625e-10"); +RAPL_EVENT_ATTR_STR(energy-gpu.scale, rapl_gpu_scale, "2.3283064365386962890625e-10"); static struct attribute *rapl_events_srv_attr[] = { EVENT_PTR(rapl_cores), -- 2.17.1