From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753055AbbKKV5u (ORCPT ); Wed, 11 Nov 2015 16:57:50 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:51054 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752913AbbKKV5L (ORCPT ); Wed, 11 Nov 2015 16:57:11 -0500 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , 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: [GIT PULL 0/5] perf/urgent fixes Date: Wed, 11 Nov 2015 18:56:11 -0300 Message-Id: <1447278976-25009-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 2.1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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