]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/dumpstack: Remove code_bytes
authorBorislav Petkov <bp@suse.de>
Tue, 17 Apr 2018 16:11:16 +0000 (18:11 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 26 Apr 2018 14:15:25 +0000 (16:15 +0200)
commit5d12f0424edf01ccd8abbcba1c7d45fe0b23c779
treecaed3004db336c987a2c459597a52eb921a38eb8
parent6d08b06e67cd117f6992c46611dfb4ce267cd71e
x86/dumpstack: Remove code_bytes

This was added by

  86c418374223 ("[PATCH] i386: add option to show more code in oops reports")

long time ago but experience shows that 64 instruction bytes are plenty
when deciphering an oops. So get rid of it.

Removing it will simplify further enhancements to the opcodes dumping
machinery coming in the following patches.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Link: https://lkml.kernel.org/r/20180417161124.5294-2-bp@alien8.de
Documentation/admin-guide/kernel-parameters.txt
arch/x86/kernel/dumpstack.c