]> git.baikalelectronics.ru Git - kernel.git/commit
kasan: use %px to print addresses instead of %p
authorTobin C. Harding <me@tobin.cc>
Wed, 1 Nov 2017 04:32:22 +0000 (15:32 +1100)
committerTobin C. Harding <me@tobin.cc>
Wed, 29 Nov 2017 01:13:16 +0000 (12:13 +1100)
commit5e95282090cbf1025f5342a12235b03b283d1516
tree6f431371555297302201297ae79ef2c4792f1a6b
parentc8f566d19ce70ffbbc6bcda0f80376c8d0751158
kasan: use %px to print addresses instead of %p

Pointers printed with %p are now hashed by default. Kasan needs the
actual address. We can use the new printk specifier %px for this
purpose.

Use %px instead of %p to print addresses.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
mm/kasan/report.c