qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fuzz: fix broken qtest check at rcu_disable_atfork


From: Thomas Huth
Subject: Re: [PATCH] fuzz: fix broken qtest check at rcu_disable_atfork
Date: Wed, 24 Jun 2020 09:50:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 18/06/2020 18.05, Alexander Bulekov wrote:
The qtest_enabled check introduced in d6919e4 always returns false, as
it is called prior to configure_accelerators(). Instead of trying to
skip rcu_disable_atfork in qemu_main, simply call rcu_enable_atfork in
the fuzzer, after qemu_main returns.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
---
  softmmu/vl.c            | 12 +-----------
  tests/qtest/fuzz/fuzz.c |  3 +++
  2 files changed, 4 insertions(+), 11 deletions(-)

Thanks, queued to qtest-next now:

 https://gitlab.com/huth/qemu/-/commits/qtest-next/

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]