[PATCH v3 0/2] perf: report/annotate: fix segfault problem.

From: Wang Nan
Date: Tue Apr 07 2015 - 04:23:11 EST


Patch v3 updates tests/kmod-path.c. It also check cpumode to filter out
strings like '[vdso]' and '[vsyscalls]' instead of directly match
against them.

'perf: kmaps: enforce usage of kmaps to protect futher bugs.' is also
posted in this series (1/2). It has a small fix: moving map__kmap() and
newly introduced map__kmaps() from map.h to map.c, because they require
pr_err and struct dso but their existance are not ensure in map.h.

Wang Nan (2):
perf: kmaps: enforce usage of kmaps to protect futher bugs.
perf: report/annotate: fix segfault problem.

tools/perf/tests/kmod-path.c | 43 +++++++++++++++++++++++++++++++++----
tools/perf/util/dso.c | 49 +++++++++++++++++++++++++++++++++++++------
tools/perf/util/dso.h | 12 ++++++-----
tools/perf/util/header.c | 2 +-
tools/perf/util/machine.c | 9 ++++++--
tools/perf/util/map.c | 20 ++++++++++++++++++
tools/perf/util/map.h | 6 ++----
tools/perf/util/probe-event.c | 2 ++
tools/perf/util/session.c | 3 +++
tools/perf/util/symbol-elf.c | 16 +++++++++-----
tools/perf/util/symbol.c | 34 ++++++++++++++++++++++++------
11 files changed, 163 insertions(+), 33 deletions(-)

--
1.8.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/