From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752902AbbKLGiw (ORCPT ); Thu, 12 Nov 2015 01:38:52 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:34445 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751006AbbKLGiv (ORCPT ); Thu, 12 Nov 2015 01:38:51 -0500 Date: Thu, 12 Nov 2015 07:38:46 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Adrian Hunter , Alexei Starovoitov , David Ahern , Jiri Olsa , Kan Liang , Masami Hiramatsu , Michael Petlan , Namhyung Kim , Paul Mackerras , Peter Zijlstra , pi3orama@163.com, Wang Nan , Yunlong Song , Zefan Li , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/5] perf/urgent fixes Message-ID: <20151112063846.GA10680@gmail.com> References: <1447278976-25009-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447278976-25009-1-git-send-email-acme@kernel.org> 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 * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit b71b437eedaed985062492565d9d421d975ae845: > > perf: Fix inherited events vs. tracepoint filters (2015-11-09 16:13:11 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo > > for you to fetch changes up to 5602ea09c19e85557f2b4d30be1d6ba349b7a038: > > tools include: Add compiler.h to list.h (2015-11-11 18:41:33 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > User visible: > > - Add missing newlines to some pr_err() calls (Arnaldo Carvalho de Melo) > > - Print full source file paths when using > 'perf annotate --print-line --full-paths' (Michael Petlan) > > - Fix 'perf probe -d' when just one out of uprobes and kprobes is > enabled (Wang Nan) > > Developer stuff: > > - Add compiler.h to list.h to fix 'make perf-tar-src-pkg' generated > tarballs, i.e. out of tree building (Arnaldo Carvalho de Melo) > > - Add the llvm-src-base.c and llvm-src-kbuild.c files, generated by the > 'perf test' LLVM entries, when running it in-tree, to .gitignore (Yunlong Song) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (2): > perf session: Add missing newlines to some pr_err() calls > tools include: Add compiler.h to list.h > > Michael Petlan (1): > perf annotate: Support full source file paths for srcline fix > > Wang Nan (1): > perf probe: Verify parameters in two functions > > Yunlong Song (1): > perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore > > tools/include/linux/list.h | 1 + > tools/perf/tests/.gitignore | 2 ++ > tools/perf/util/annotate.c | 1 + > tools/perf/util/probe-file.c | 6 ++++++ > tools/perf/util/session.c | 8 ++++---- > 5 files changed, 14 insertions(+), 4 deletions(-) > create mode 100644 tools/perf/tests/.gitignore Pulled, thanks a lot Arnaldo! Ingo