From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751135AbdAaXDZ (ORCPT ); Tue, 31 Jan 2017 18:03:25 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:36608 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086AbdAaXDX (ORCPT ); Tue, 31 Jan 2017 18:03:23 -0500 Message-Id: <20170131225837.646254998@linutronix.de> User-Agent: quilt/0.63-1 Date: Tue, 31 Jan 2017 23:58:37 +0100 From: Thomas Gleixner To: LKML Cc: x86@kernel.org, Peter Zijlstra , Sebastian Siewior , Yasuaki Ishimatsu Subject: [patch 0/3] perf/x86/intel: Fix RAPL and UNCORE hotplug issues Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)