objtool: Fix validate_branch() return codes
authorJosh Poimboeuf <jpoimboe@redhat.com>
Thu, 10 Aug 2017 21:37:25 +0000 (16:37 -0500)
committerIngo Molnar <mingo@kernel.org>
Fri, 11 Aug 2017 12:06:14 +0000 (14:06 +0200)
commit12b25729a194198e3c4289adaddc4115b10b094e
treefc39c0dd9935d7254cd1c004542fd19da27c6696
parent01651324edad9db4fe49fb39b905c76861649b4c
objtool: Fix validate_branch() return codes

The validate_branch() function should never return a negative value.
Errors are treated as warnings so that even if something goes wrong,
objtool does its best to generate ORC data for the rest of the file.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Fixes: baa41469a7b9 ("objtool: Implement stack validation 2.0")
Link: http://lkml.kernel.org/r/d86671cfde823b50477cd2f6f548dfe54871e24d.1502401017.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/objtool/check.c