From: Nathan Chancellor <nathan@kernel.org>
To: Klaus Kusche <klaus.kusche@computerix.info>,
Josh Poimboeuf <jpoimboe@kernel.org>
Cc: peterz@infradead.org, linux-kernel@vger.kernel.org,
llvm@lists.linux.dev, Nick Desaulniers <ndesaulniers@google.com>
Subject: Re: "Bad or missing .orc_unwind table. Disabling unwinder." Clang 19 problem? 6.12.8 problem?
Date: Tue, 14 Jan 2025 10:18:16 -0700 [thread overview]
Message-ID: <20250114171816.GA3416405@ax162> (raw)
In-Reply-To: <46c1ffa7-7531-4d4c-b302-e3ae244b57a4@computerix.info>
On Tue, Jan 14, 2025 at 10:59:44AM +0100, Klaus Kusche wrote:
> On 14/01/2025 10:51, Nathan Chancellor wrote:
> >> Nathan, I think this is a Clang 19 issue, where one of the jump table
> >> entries is pointing past the end of the function. When we saw this in
> >> the past I think it was due to some leftover optimization, where the
> >> jump table entry ended up unused so it was harmless. Are you aware of
> >> any recent bugs in that area?
> >
> > I am not aware of any recent bugs there but if you or Klaus have a
> > configuration file that triggers this, I would be happy to bisect LLVM
> > to see what change introduced it to give us a better understanding of
> > what is happening here.
>
> Kernel .config files are attached to both
>
> https://bugzilla.kernel.org/show_bug.cgi?id=219685
>
> https://bugzilla.kernel.org/show_bug.cgi?id=219686
Thanks a lot, I missed that since I do not interact with Bugzilla much.
I bisected this change in behavior to LLVM commit 64ed699b3d81 ("Reland
"[SimplifyCFG] When only one case value is missing, replace default with
that case (#76669)"") [1]. I can see how that would cause this issue but
I am not sure how it is specifically interacting with this particular
kernel code. I am going to try and tease out a reproducer for this and
report it upstream but it would still probably be good to consider if
objtool could handle this, especially in the face of the upcoming
--Werror.
[1]: https://github.com/llvm/llvm-project/commit/64ed699b3d811407e5a9f1111f63e11dc7f7dd80
Cheers,
Nathan
next prev parent reply other threads:[~2025-01-14 17:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <b248a0fb-e182-42e3-abf5-83945ee992f6@computerix.info>
[not found] ` <20250113214122.g4lluwpzj3tnamx3@jpoimboe>
2025-01-13 23:58 ` "Bad or missing .orc_unwind table. Disabling unwinder." Clang 19 problem? 6.12.8 problem? Josh Poimboeuf
2025-01-14 9:51 ` Nathan Chancellor
2025-01-14 9:59 ` Klaus Kusche
2025-01-14 17:18 ` Nathan Chancellor [this message]
2025-05-29 13:56 ` 6.15.0: objtool "unexpected end of section" errors with clang 20.1.5 and lto Klaus Kusche
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250114171816.GA3416405@ax162 \
--to=nathan@kernel.org \
--cc=jpoimboe@kernel.org \
--cc=klaus.kusche@computerix.info \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=ndesaulniers@google.com \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox