From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932989AbcBIUMd (ORCPT ); Tue, 9 Feb 2016 15:12:33 -0500 Received: from www.linutronix.de ([62.245.132.108]:44083 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932691AbcBIUMb (ORCPT ); Tue, 9 Feb 2016 15:12:31 -0500 Message-Id: <20160209200747.893426063@linutronix.de> User-Agent: quilt/0.63-1 Date: Tue, 09 Feb 2016 20:11:15 -0000 From: Thomas Gleixner To: LKML Cc: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Jiri Olsa , Stephane Eranian , Vince Weaver Subject: [patch 0/4] perf: Fix various cpu hotplug oddities X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following series fixes a few oddities in the core perf code related to cpu hotplug namely memory leaks and pointless smp function calls to offline cpus. Thanks, tglx