Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Tue, 8 Oct 2013 05:29:09 +0000 (07:29 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 8 Oct 2013 05:29:09 +0000 (07:29 +0200)
commit1651d120baddf68846188bcdf0ef5350068436cf
tree9316fed404c26d55ae87ae6b68b4842e78c820b9
parentd8b11a0cbd1c66ce283eb9dabe0498dfa6483f32
parentb314e5cfd11fd78545ce6c2be42646254390c1aa
Merge tag 'perf-urgent-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

 * The libaudit test was failing in some systems due to a unescaped newline, fix
   it so that the 'trace' tool can be built in such systems.

 * Fix installation of libexec components.

 * Add default handler for mmap2 events so that tools that don't explicitely
   define an MMAP2 handler don't crash, fix from David Ahern.

 * Fix to find line information for probe list, from Masami Hiramatsu.

 * Set child_pid after perf_evlist__prepare_workload(), fix from Namhyung Kim.

 * Fix infinite loop on invalid perf.data file, from Namhyung Kim.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>