Re: [PATCH] fuzz: Add support for custom fuzzing library

2020-09-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200901181800.326382-1-alx...@bu.edu/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/b

Re: [PATCH] fuzz: Add support for custom fuzzing library

2020-09-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200901181800.326382-1-alx...@bu.edu/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20200901181800.326382-1-alx...@bu.edu Subject: [PATCH] fuzz: Add support for custom fuzzing

Re: [PATCH] fuzz: Add support for custom fuzzing library

2020-09-01 Thread Paolo Bonzini
On 01/09/20 20:18, Alexander Bulekov wrote: > --- > configure| 12 ++-- > meson.build | 6 +- > tests/qtest/fuzz/meson.build | 5 ++--- > 3 files changed, 17 insertions(+), 6 deletions(-) > > > Hi Paolo, > Here I'm trying to specify the linker-s

Re: [PATCH] fuzz: Add support for custom fuzzing library

2020-09-01 Thread Paolo Bonzini
On 01/09/20 20:18, Alexander Bulekov wrote: > Maybe if I can get the oss-fuzz LIB_FUZZING_ENGINE > (/usr/lib/libFuzzingEngine.a) into the --start-group, that could also > solve the issue... I'll take another look at exactly what the oss-fuzz > build container does. Yeah, that might do it. You can

[PATCH] fuzz: Add support for custom fuzzing library

2020-09-01 Thread Alexander Bulekov
--- configure| 12 ++-- meson.build | 6 +- tests/qtest/fuzz/meson.build | 5 ++--- 3 files changed, 17 insertions(+), 6 deletions(-) Hi Paolo, Here I'm trying to specify the linker-script with add_project_link_arguments. How I'm testing this: