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