Re: [RFC 20/31] objtool: Add UD1 detection

2024-09-03 Thread Josh Poimboeuf
On Tue, Sep 03, 2024 at 10:17:48AM +0200, Peter Zijlstra wrote: > On Mon, Sep 02, 2024 at 09:00:03PM -0700, Josh Poimboeuf wrote: > > A UD1 isn't a BUG and shouldn't be treated like one. > > > > Signed-off-by: Josh Poimboeuf > > --- > > tools/objtool/arch/x86/decode.c | 10 +- > > 1 file

Re: [RFC 20/31] objtool: Add UD1 detection

2024-09-03 Thread Peter Zijlstra
On Mon, Sep 02, 2024 at 09:00:03PM -0700, Josh Poimboeuf wrote: > A UD1 isn't a BUG and shouldn't be treated like one. > > Signed-off-by: Josh Poimboeuf > --- > tools/objtool/arch/x86/decode.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/tools/objtool/arch/

[RFC 20/31] objtool: Add UD1 detection

2024-09-02 Thread Josh Poimboeuf
A UD1 isn't a BUG and shouldn't be treated like one. Signed-off-by: Josh Poimboeuf --- tools/objtool/arch/x86/decode.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/objtool/arch/x86/decode.c b/tools/objtool/arch/x86/decode.c index 6b34b058a821..72d55dcd3d7f