]> git.baikalelectronics.ru Git - 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)
commit60d722702e18a360a0993419a5d25fc527ffa47c
treef1220e5408f828782c884fc8612ad045f30b5fd4
parent1c5843d19fe4a6744e18646c5f7df62246dbc4af
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