[PATCH 0/3] fuzz: Add 9p generic-fuzz configs

Alexander Bulekov posted 3 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210117201553.279266-1-alxndr@bu.edu
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Bandan Das <bsd@redhat.com>, Thomas Huth <thuth@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Alexander Bulekov <alxndr@bu.edu>, Laurent Vivier <lvivier@redhat.com>
There is a newer version of this series
docs/devel/fuzzing.rst                  | 26 +++++++++++++++++++++++++
tests/qtest/fuzz/generic_fuzz.c         | 10 +++++++++-
tests/qtest/fuzz/generic_fuzz_configs.h | 20 +++++++++++++++++++
3 files changed, 55 insertions(+), 1 deletion(-)
[PATCH 0/3] fuzz: Add 9p generic-fuzz configs
Posted by Alexander Bulekov 3 years, 3 months ago
Patch 1 enables generic-fuzzer configs to setup resources (such as temp
directories) at runtime.

Patch 2 adds some documentation about OSS-Fuzz (including the feature
added in Patch 1)

Patch 3 adds two virtio-9p generic-fuzz configs. Once of these configs
leverages the capability added in Patch 1 to create a temp directory for
the fuzzer.

Alexander Bulekov (3):
  fuzz: enable dynamic args for generic-fuzz configs
  docs/fuzz: add some information about OSS-Fuzz
  fuzz: add virtio-9p configurations for fuzzing

 docs/devel/fuzzing.rst                  | 26 +++++++++++++++++++++++++
 tests/qtest/fuzz/generic_fuzz.c         | 10 +++++++++-
 tests/qtest/fuzz/generic_fuzz_configs.h | 20 +++++++++++++++++++
 3 files changed, 55 insertions(+), 1 deletion(-)

-- 
2.28.0