diff options
| author | Nicolas Iooss <[email protected]> | 2016-08-02 14:03:10 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2016-08-02 17:31:41 -0400 |
| commit | 901d805c33fc4c029fc6b2d94ee5fb7d30278045 (patch) | |
| tree | 2a39b3f85d6038c28bd7b074fe6f161624d2b33a /tools/perf/scripts/python | |
| parent | 9b24fef9f0410fb5364245d6cc2bd044cc064007 (diff) | |
UBSAN: fix typo in format string
handle_object_size_mismatch() used %pk to format a kernel pointer with
pr_err(). This seemed to be a misspelling for %pK, but using this to
format a kernel pointer does not make much sence here.
Therefore use %p instead, like in handle_missaligned_access().
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Nicolas Iooss <[email protected]>
Acked-by: Andrey Ryabinin <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions