diff options
author | 2016-10-30 06:25:44 -0400 | |
---|---|---|
committer | 2016-10-30 06:25:44 -0400 | |
commit | d4608a83f78b489822d0f378acf752c8b71a750c (patch) | |
tree | f8e8751691042de8e7bad413034cbb2bb03ed2e5 /tools | |
parent | Move CONFIG_DEVKMEM default to n (diff) | |
parent | Linux 4.9-rc3 (diff) | |
download | linux-dev-d4608a83f78b489822d0f378acf752c8b71a750c.tar.xz linux-dev-d4608a83f78b489822d0f378acf752c8b71a750c.zip |
Merge 4.9-rc3 into char-misc-next
We need the binder patches in here to build on for other submitted
patches to apply properly.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/objtool/builtin-check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/builtin-check.c b/tools/objtool/builtin-check.c index 4490601a9235..e8a1f699058a 100644 --- a/tools/objtool/builtin-check.c +++ b/tools/objtool/builtin-check.c @@ -754,7 +754,7 @@ static struct rela *find_switch_table(struct objtool_file *file, if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && (insn->jump_dest->offset <= insn->offset || - insn->jump_dest->offset >= orig_insn->offset)) + insn->jump_dest->offset > orig_insn->offset)) break; text_rela = find_rela_by_dest_range(insn->sec, insn->offset, |