From: Benjamin Bara <bbara93@gmail.com>
To: alex.kanavin@gmail.com
Cc: bbara93@gmail.com, benjamin.bara@skidata.com,
openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] insane.bbclass: introduce SIGILL finder
Date: Thu, 31 Aug 2023 12:22:42 +0200 [thread overview]
Message-ID: <20230831102242.3716483-1-bbara93@gmail.com> (raw)
In-Reply-To: <CANNYZj_J3kHWJZyFU-w7-gBg60G6PoHNAqOAN5=Crh2kTPkNNg@mail.gmail.com>
Hi Alex,
thanks for the feedback!
On Thu, 31 Aug 2023 at 11:24, Alexander Kanavin <alex.kanavin@gmail.com> wrote:
> objdump -d is a heavy operation, and the problem is both arm-specific
> and rare. Also SIGILL is a very clear indicator of what the problem
> is, even if it's annoying to see it at runtime.
As the grep is part of the call, at least the processing is quite fast. It
could also be extended to other architectures which might not support the
latest and greatest SIMD extensions.
> I don't think this should happen across all builds and components.
It will just be executed if the "filters" apply to your machine, currently:
- "vfpv3d16" in features
- "armv7a" in features and "neon" not in features
But I understand that this probably doesn't make sense for a "everyday build".
Regards,
Benjamin
next prev parent reply other threads:[~2023-08-31 10:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-31 9:16 [PATCH] insane.bbclass: introduce SIGILL finder Benjamin Bara
2023-08-31 9:24 ` [OE-core] " Alexander Kanavin
2023-08-31 10:22 ` Benjamin Bara [this message]
2023-09-01 10:19 ` Ross Burton
2023-09-04 7:39 ` Benjamin Bara
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=20230831102242.3716483-1-bbara93@gmail.com \
--to=bbara93@gmail.com \
--cc=alex.kanavin@gmail.com \
--cc=benjamin.bara@skidata.com \
--cc=openembedded-core@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.