]> git.baikalelectronics.ru Git - kernel.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)
commitbd3f7e8962a657598133debfbc7ad4540d03467d
treecaed3004db336c987a2c459597a52eb921a38eb8
parent973749235e9a82e6427f10ff5051544290b05216
x86/dumpstack: Remove code_bytes

This was added by

  d4ab598a7359 ("[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