]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace/x86: Add back ftrace_expected assignment
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Tue, 26 Jul 2022 14:18:51 +0000 (10:18 -0400)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Sat, 30 Jul 2022 17:59:36 +0000 (13:59 -0400)
commite24cfb0d3f70d0254a9597c96c172d4c4d2c0483
tree92028222c60bf8437646e243d345f31e4a8acddf
parent3757f8ab65c92253e5f337ecac1eb19a3898b457
ftrace/x86: Add back ftrace_expected assignment

When a ftrace_bug happens (where ftrace fails to modify a location) it is
helpful to have what was at that location as well as what was expected to
be there.

But with the conversion to text_poke() the variable that assigns the
expected for debugging was dropped. Unfortunately, I noticed this when I
needed it. Add it back.

Link: https://lkml.kernel.org/r/20220726101851.069d2e70@gandalf.local.home
Cc: "x86@kernel.org" <x86@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: stable@vger.kernel.org
Fixes: 909f579b1fcc ("x86/ftrace: Use text_poke()")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
arch/x86/kernel/ftrace.c