From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934627AbcALJ7j (ORCPT ); Tue, 12 Jan 2016 04:59:39 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34924 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934411AbcALJ7g (ORCPT ); Tue, 12 Jan 2016 04:59:36 -0500 Date: Tue, 12 Jan 2016 10:59:31 +0100 From: Ingo Molnar To: Peter Zijlstra Cc: Dmitry Vyukov , alexander.shishkin@linux.intel.com, Stephane Eranian , LKML , vince@deater.net, Andi Kleen , jolsa@redhat.com Subject: Re: [RFC][PATCH 00/12] various perf fixes Message-ID: <20160112095931.GA20997@gmail.com> References: <20160111162458.427203780@infradead.org> <20160111220016.GH6344@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160111220016.GH6344@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra wrote: > On Mon, Jan 11, 2016 at 07:44:55PM +0100, Dmitry Vyukov wrote: > > > > I've tried to apply this series, but it failed exactly on patch 10. > > Among other things I don't have event_function_call() function at all. > > I am on the latest Linus tree afd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc > > (Jan 10, 4.4). What other patches do I need to apply this? > > As Andi said, its based on tip/perf/core > > I've put up a git branch with these patches in on top of the latest tip, > I've not yet compiled or tested this exact tree, but they did apply > cleanly. > > git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git perf/core The patches will also apply cleanly to Linus's very latest upstream tree (commit 5cb52b5e1654 and later) - which has perf/core merged. Thanks, Ingo