Linus Torvalds writes: (Summary)
So far at least:
So far at least:
10a7e9d84915 Do not hash userspace addresses in fault handlers 85c3e4a5a185 mm/slab.c: do not hash pointers when debugging slab d81041820873 powerpc/xmon: Don't print hashed pointers in xmon 328b4ed93b69 x86: don't hash faulting address in oops printout b7ad7ef742a9 remove task and stack pointer printout from oops dump 6424f6bb4327 kasan: use %px to print addresses instead of %p 6424f6bb4327 kasan: use %px to print addresses instead of %p although that next-to-last case is a "remove %p" case rather than "convert to %px".
"convert to %px".
And we'll probably hit a few more, I'm not at all claiming that we're somehow "done".
So far at least:
10a7e9d84915 Do not hash userspace addresses in fault handlers 85c3e4a5a185 mm/slab.c: do not hash pointers when debugging slab d81041820873 powerpc/xmon: Don't print hashed pointers in xmon 328b4ed93b69 x86: don't hash faulting address in oops printout b7ad7ef742a9 remove task and stack pointer printout from oops dump 6424f6bb4327 kasan: use %px to print addresses instead of %p 6424f6bb4327 kasan: use %px to print addresses instead of %p although that next-to-last case is a "remove %p" case rather than "convert to %px".
"convert to %px".
And we'll probably hit a few more, I'm not at all claiming that we're somehow "done".