diff options
author | Aneesh Kumar K.V <[email protected]> | 2015-11-05 18:50:48 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-11-05 19:34:48 -0800 |
commit | f2377d4eaab2aabe1938b3974b5b94f5ba4c7ead (patch) | |
tree | db9db1fe308091e9c6063aaa3cf46673b2c244fb /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace | |
parent | 527f215b78976e94995dce7163b07539b576d519 (diff) |
mm/kasan: don't use kasan shadow pointer in generic functions
We can't use generic functions like print_hex_dump to access kasan shadow
region. This require us to setup another kasan shadow region for the
address passed (kasan shadow address). Some architectures won't be able
to do that. Hence make a copy of the shadow region row and pass that to
generic functions.
Signed-off-by: Aneesh Kumar K.V <[email protected]>
Reviewed-by: Andrey Ryabinin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions