Hi, Here is a series of patches for 4.4.y to build perf-tools on newer toolchain. This also includes a perf-probe fix. Thank you, --- Arnaldo Carvalho de Melo (1): perf annotate: Use asprintf when formatting objdump command line Changbin Du (1): perf: Make perf able to build with latest libbfd Jiri Olsa (1): perf tools: Fix snprint warnings for gcc 8 Masami Hiramatsu (1): perf probe: Fix to check blacklist address correctly Sergey Senozhatsky (1): tools/lib/subcmd/pager.c: do not alias select() params tools/perf/builtin-script.c | 24 ++++++++++++------------ tools/perf/tests/attr.c | 4 ++-- tools/perf/tests/pmu.c | 2 +- tools/perf/util/annotate.c | 14 +++++++++++--- tools/perf/util/cgroup.c | 2 +- tools/perf/util/pager.c | 5 ++++- tools/perf/util/parse-events.c | 4 ++-- tools/perf/util/pmu.c | 2 +- tools/perf/util/probe-event.c | 21 +++++++++++++++------ tools/perf/util/srcline.c | 16 +++++++++++++++- 10 files changed, 64 insertions(+), 30 deletions(-) -- Masami Hiramatsu (Linaro) <mhiramat@xxxxxxxxxx>