Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1571195

[patch 0/3] perf/x86/intel: Fix RAPL and UNCORE hotplug issues

Path csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject [patch 0/3] perf/x86/intel: Fix RAPL and UNCORE hotplug issues
Date Wed, 01 Feb 2017 00:10:02 +0100
Message-ID <t5PIJ-6HT-3@gated-at.bofh.it> (permalink)
X-Original-To LKML <linux-kernel@vger.kernel.org>
User-Agent quilt/0.63-1
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 15
Organization linux.* mail to news gateway
X-Original-Cc x86@kernel.org, Peter Zijlstra <peterz@infradead.org>, Sebastian Siewior <bigeasy@linutronix.de>, Yasuaki Ishimatsu <yasu.isimatu@gmail.com>
X-Original-Date Tue, 31 Jan 2017 23:58:37 +0100
X-Original-Message-ID <20170131225837.646254998@linutronix.de>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1571195

Show key headers only | View raw


Yasuaki reported a RAPL failure vs. CPU hotplug. This is caused by the
recent rework of the package mapping code. The same issue along with other
fallouts from the hotplug conversion is present in the UNCORE code.

The following series addresses those problems.

Thanks,

	tglx

---
 arch/x86/events/intel/rapl.c   |   60 ++++------
 arch/x86/events/intel/uncore.c |  232 ++++++++++++++++-------------------------
 include/linux/cpuhotplug.h     |    3 
 3 files changed, 117 insertions(+), 178 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[patch 0/3] perf/x86/intel: Fix RAPL and UNCORE hotplug issues Thomas Gleixner <tglx@linutronix.de> - 2017-02-01 00:10 +0100
  [patch 1/3] perf/x86/intel/rapl: Make package handling more robust Thomas Gleixner <tglx@linutronix.de> - 2017-02-01 00:10 +0100
    [tip:perf/urgent] perf/x86/intel/rapl: Make package handling more  robust tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2017-02-01 10:50 +0100
  [patch 3/3] perf/x86/intel/uncore: Make package handling more robust Thomas Gleixner <tglx@linutronix.de> - 2017-02-01 00:10 +0100
    [tip:perf/urgent] perf/x86/intel/uncore: Make package handling more  robust tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2017-02-01 10:50 +0100
  Re: [patch 0/3] perf/x86/intel: Fix RAPL and UNCORE hotplug issues Yasuaki Ishimatsu <yasu.isimatu@gmail.com> - 2017-02-01 21:00 +0100

csiph-web