perf/urgent fixes:
db-export:
  Adrian Hunter:
  - Fix thread__exec_comm() picking of main thread COMM for pre-existing,
    synthesized from /proc data records.
annotate:
  Arnaldo Carvalho de Melo:
  - Fix printing of unaugmented disassembled instructions from BPF, some
    lines were leaving leftovers from the previous screen, due to use of
    newlines by binutils's libopcode disassembler.
perf ftrace:
  He Zhe:
  - Fix cpumask problems when only one CPU is present.
PMU events:
  Jin Yao:
  - Add missing "cpu_clk_unhalted.core" event.
perf bench:
  Jiri Olsa:
  - Fix cpu0 binding in the NUMA benchmarks.
s390:
  Thomas Richter:
  - Fix module size calculations.
build system:
  Masanari Iida:
  - Fix a typo in a variable name in the Documentation Makefile
misc:
  Ian Rogers:
  - Fix include paths in ui directory.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>