aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSong Liu <[email protected]>2019-01-08 14:20:44 -0800
committerDaniel Borkmann <[email protected]>2019-01-10 16:02:17 +0100
commitbeaf3d1901f4ea46fbd5c9d857227d99751de469 (patch)
treef02f6f124dbc337ec1a556ddea4e1907fc556515 /tools/perf/scripts/python
parentf98937c6bb73ae11717a15aec85c187d33ca5d34 (diff)
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
As Naresh reported, test_stacktrace_build_id() causes panic on i386 and arm32 systems. This is caused by page_address() returns NULL in certain cases. This patch fixes this error by using kmap_atomic/kunmap_atomic instead of page_address. Fixes: 615755a77b24 (" bpf: extend stackmap to save binary_build_id+offset instead of address") Reported-by: Naresh Kamboju <[email protected]> Signed-off-by: Song Liu <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions