]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
remove task and stack pointer printout from oops dump
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Dec 2017 16:23:20 +0000 (08:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Dec 2017 16:23:20 +0000 (08:23 -0800)
commitb7ad7ef742a99c148631d38a98da72e7db8f6fd0
treef1220e5408f828782c884fc8612ad045f30b5fd4
parentfd6d2e506ce6f850d45342a15c896591291b77b5
remove task and stack pointer printout from oops dump

Geert Uytterhoeven reported a NFS oops, and pointed out that some of the
numbers were hashed and useless.

We could just turn them from '%p' into '%px', but those numbers are
really just legacy, and useless even when not hashed.

So just remove them entirely.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/printk/printk.c