Linus Torvalds 328b4ed93b x86: don't hash faulting address in oops printout
Things like this will probably keep showing up for other architectures
and other special cases.

I actually thought we already used %lx for this, and that is indeed
_historically_ the case, but we moved to %p when merging the 32-bit and
64-bit cases as a convenient way to get the formatting right (ie
automatically picking "%08lx" vs "%016lx" based on register size).

So just turn this %p into %px.

Reported-by: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-12-05 17:59:29 -08:00
..
2017-11-16 09:10:59 -08:00
2017-10-03 16:04:44 -07:00
2017-11-15 13:46:33 -08:00
2017-11-15 15:01:28 -08:00
2017-11-16 13:06:27 -08:00
2017-11-15 18:21:04 -08:00