forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commitdd08516
x86/ftrace: Add one more ENDPROC annotation
When ORC support was added for the ftrace_64.S code, an ENDPROCfor function_hook() was missed. This results in the following warning: arch/x86/kernel/ftrace_64.o: warning: objtool: .entry.text+0x0: unreachable instructionFixes:e2ac83d ("x86/ftrace: Fix ORC unwinding from ftrace handlers")Reported-by: Steven Rostedt <rostedt@goodmis.org>Reported-by: Borislav Petkov <bp@alien8.de>Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Acked-by: Ingo Molnar <mingo@kernel.org>Cc: Linus Torvalds <torvalds@linux-foundation.org>Link:https://lkml.kernel.org/r/20180128022150.dqierscqmt3uwwsr@treble1 parent8a95b74 commitdd08516
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
| 294 | + | |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
|
0 commit comments
Comments
(0)