From: Paolo Bonzini <pbonzini@redhat.com>
To: Alexander Bulekov <alxndr@bu.edu>, qemu-devel@nongnu.org
Subject: Re: [PATCH v2 0/3] Fix oss-fuzz builds post-meson integration
Date: Wed, 2 Sep 2020 19:47:06 +0200 [thread overview]
Message-ID: <475a7053-d2ac-950f-24dd-6c4b6ba00158@redhat.com> (raw)
In-Reply-To: <20200902173652.307222-1-alxndr@bu.edu>
On 02/09/20 19:36, Alexander Bulekov wrote:
> Since v1:
> * FUZZ_LINK_COMMAND -> FUZZ_EXE_LDFLAGS
> * Add a separate call to add_project_link_arguments, rather than
> appending to config_host['QEMU_LDFLAGS']
> * Remove stray comment in tests/qtest/fuzz/meson.build
>
> QEMU stopped building on oss-fuzz, after the meson integration, due to
> some linking issues:
>
> https://oss-fuzz-build-logs.storage.googleapis.com/log-3eaddfbd-7e05-4ddd-9d86-ee4b16c0fac6.txt
>
> Those problems should be partially fixed by:
>
> Depends-on: meson: fix libqos linking
> (https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg00802.html)
>
> These patches:
> 1. Build on the above patch to fix the way we specify the linker script,
> to ensure that it is not specified within start-group/end-group linker
> pairs
> 2. Add support for running --enable-fuzzing with a custom LIB_FUZZING_ENGINE
> 3. Fix a problem with how we specify custom rpath in the oss-fuzz
> build-script
>
> Alexander Bulekov (3):
> meson: specify fuzz linker script as a project arg
> fuzz: Add support for custom fuzzing library
> scripts/oss-fuzz/build.sh: fix rpath
>
> configure | 12 ++++++++++--
> meson.build | 9 ++++++++-
> scripts/oss-fuzz/build.sh | 2 +-
> tests/qtest/fuzz/meson.build | 7 ++-----
> 4 files changed, 21 insertions(+), 9 deletions(-)
>
Queued, thanks.
Paolo
prev parent reply other threads:[~2020-09-02 17:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-02 17:36 [PATCH v2 0/3] Fix oss-fuzz builds post-meson integration Alexander Bulekov
2020-09-02 17:36 ` [PATCH v2 1/3] meson: specify fuzz linker script as a project arg Alexander Bulekov
2020-09-02 17:36 ` [PATCH v2 2/3] fuzz: Add support for custom fuzzing library Alexander Bulekov
2020-09-02 17:36 ` [PATCH v2 3/3] scripts/oss-fuzz/build.sh: fix rpath Alexander Bulekov
2020-09-02 17:47 ` Paolo Bonzini [this message]
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=475a7053-d2ac-950f-24dd-6c4b6ba00158@redhat.com \
--to=pbonzini@redhat.com \
--cc=alxndr@bu.edu \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).