From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755188Ab1LEJfZ (ORCPT ); Mon, 5 Dec 2011 04:35:25 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:44784 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754721Ab1LEJfX (ORCPT ); Mon, 5 Dec 2011 04:35:23 -0500 Date: Mon, 5 Dec 2011 10:33:23 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Anton Blanchard , David Ahern , Frederic Weisbecker , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Stephane Eranian , arnaldo.melo@gmail.com Subject: Re: [GIT PULL 0/2] perf/urgent fixes Message-ID: <20111205093323.GC29641@elte.hu> References: <1321455099-7110-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1321455099-7110-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=AWL,BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling from: > > git://github.com/acmel/linux.git perf/urgent > > Regards, > > - Arnaldo > > Arnaldo Carvalho de Melo (1): > perf python: Fix undefined symbol problem > > David Ahern (1): > perf session: Fix crash with invalid CPU list > > tools/perf/util/evsel.c | 10 ++++++++++ > tools/perf/util/hist.c | 10 ---------- > tools/perf/util/hist.h | 2 -- > tools/perf/util/session.c | 4 ++++ > 4 files changed, 14 insertions(+), 12 deletions(-) Pulled, thanks Arnaldo! Ingo