Home
last modified time | relevance | path

Searched hist:"6424 f6bb432752c7eb90cbeeb1c31d6125bba39a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/kasan/
H A Dreport.cdiff 6424f6bb432752c7eb90cbeeb1c31d6125bba39a Tue Oct 31 23:32:22 CDT 2017 Tobin C. Harding <me@tobin.cc> 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>