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

From: Thomas Gleixner
Date: Tue Jan 31 2017 - 18:03:34 EST


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(-)