Re: [PATCH 0/2] objtool fixes on top of Peter's WARN UD2 patch

2018-02-09 Thread Peter Zijlstra
On Thu, Feb 08, 2018 at 05:09:24PM -0600, Josh Poimboeuf wrote: > Josh Poimboeuf (2): > objtool: Fix seg fault in ignore_unreachable_insn() > x86: Annotate WARN-related UD2 as reachable Ah, thanks for saving me the trouble of digging these out of history. I did remember you did them back then,

[PATCH 0/2] objtool fixes on top of Peter's WARN UD2 patch

2018-02-08 Thread Josh Poimboeuf
Josh Poimboeuf (2): objtool: Fix seg fault in ignore_unreachable_insn() x86: Annotate WARN-related UD2 as reachable arch/x86/include/asm/bug.h | 6 +- tools/objtool/check.c | 12 +--- 2 files changed, 14 insertions(+), 4 deletions(-) -- 2.14.3