Pull perf/urgent fixes from Arnaldo Carvalho de Melo:
 * Fix some freeing bugs on the parsing error paths, from Adrian Hunter.
 * Update symbol_conf.nr_events when processing attribute events, fix from Adrian Hunter.
 * Fix missing increment in sample parsing when PERF_SAMPLE_STACK_USER
   is present, from Adrian Hunt.
 * Fix count parameter to read call in event_format__new, from David Ahern.
 * Remove -A/--append option, not working for a long time, from Jiri Olsa.
 * Remove -f/--force option, was a no-op for quite some time, from Jiri Olsa.
 * Fix -x/--exclude-other option for report command, from Jiri Olsa.
 * Cross build fixes, at least one for Android, from Joonsoo Kim.
 * Fix memory allocation fail check in mem{set,cpy} 'perf bench' workloads,
   from Kirill A. Shutemov.
 * Revert regression in configuration of Python support, from Michael Witten.
 * Fix -ldw/-lelf link test when static linking, from Mike Frysinger.
 * Fix issues with multiple children processing in perf_evlist__start_workload(),
   from Namhyung Kim.
 * Fix broken include in Context.xs ('perf script'), from Ramkumar Ramachandra.
 * Fixes for build problems, from Robert Richter.
 * Fix a typo of a Power7 event name, from Runzhen Wang.
 * Avoid sending SIGTERM to random processes in 'perf stat', fix from Stephane Eranian.
 * Fix per-socket output bug for uncore events in 'perf stat', from Stephane Eranian.
 * Fix vdso list searching, from Waiman Long.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>