summaryrefslogtreecommitdiffstats
path: root/kernel/sched
diff options
context:
space:
mode:
authorLinus Torvalds2017-12-06 02:59:29 +0100
committerLinus Torvalds2017-12-06 02:59:29 +0100
commit328b4ed93b69a6f2083d52f31a240a09e5de386a (patch)
tree60a22558e0361943d3d3734f3085b4a6a6851674 /kernel/sched
parentlocking/refcounts: Do not force refcount_t usage as GPL-only export (diff)
downloadkernel-qcow2-linux-328b4ed93b69a6f2083d52f31a240a09e5de386a.tar.gz
kernel-qcow2-linux-328b4ed93b69a6f2083d52f31a240a09e5de386a.tar.xz
kernel-qcow2-linux-328b4ed93b69a6f2083d52f31a240a09e5de386a.zip
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>
Diffstat (limited to 'kernel/sched')
0 files changed, 0 insertions, 0 deletions