diff options
author | Namhyung Kim <[email protected]> | 2018-02-19 19:00:46 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-02-19 09:17:46 -0300 |
commit | 1d12cec6ce99614297e10945d917fd8a62cd2b09 (patch) | |
tree | 27edacf354bdeaa1f50d84318727f13964201d7b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 47812e00910407a0f14906c0a3bf2d803a616c6f (diff) |
perf machine: Fix paranoid check in machine__set_kernel_mmap()
The machine__set_kernel_mmap() is to setup addresses of the kernel map
using external info. But it has a check when the address is given from
an incorrect input which should have the start and end address of 0
(i.e. machine__process_kernel_mmap_event).
But we also use the end address of 0 for a valid input so change it to
check both start and end addresses.
Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/20180219101936.GD1583@sejong
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions