Re: pending fuzzing patches (was Re: [PATCH 2/2] fuzz: log the arguments used to initialize QEMU)

2021-01-18 Thread Alexander Bulekov
On 210118 1030, Thomas Huth wrote: > On 18/01/2021 09.43, Paolo Bonzini wrote: > > On 17/01/21 21:10, Alexander Bulekov wrote: > > > This is useful for building reproducers. Instead checking the code or > > > the QEMU_FUZZ_ARGS, the arguments are at the top of the crash log. > > > > > >

Re: pending fuzzing patches (was Re: [PATCH 2/2] fuzz: log the arguments used to initialize QEMU)

2021-01-18 Thread Paolo Bonzini
On 18/01/21 10:30, Thomas Huth wrote: Hi Alexander, can you send _me_ a pull request for all the pending fuzzing patches?  I haven't paid much attention, but I have seen external contributions and I have the feeling that they aren't being applied/reviewed promptly. I'm normally taking the

Re: pending fuzzing patches (was Re: [PATCH 2/2] fuzz: log the arguments used to initialize QEMU)

2021-01-18 Thread Thomas Huth
On 18/01/2021 09.43, Paolo Bonzini wrote: On 17/01/21 21:10, Alexander Bulekov wrote: This is useful for building reproducers. Instead checking the code or the QEMU_FUZZ_ARGS, the arguments are at the top of the crash log. Signed-off-by: Alexander Bulekov ---   tests/qtest/fuzz/fuzz.c | 11

pending fuzzing patches (was Re: [PATCH 2/2] fuzz: log the arguments used to initialize QEMU)

2021-01-18 Thread Paolo Bonzini
On 17/01/21 21:10, Alexander Bulekov wrote: This is useful for building reproducers. Instead checking the code or the QEMU_FUZZ_ARGS, the arguments are at the top of the crash log. Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/fuzz.c | 11 ++- 1 file changed, 10

Re: [PATCH 2/2] fuzz: log the arguments used to initialize QEMU

2021-01-17 Thread Thomas Huth
On 17/01/2021 21.10, Alexander Bulekov wrote: This is useful for building reproducers. Instead checking the code or the QEMU_FUZZ_ARGS, the arguments are at the top of the crash log. Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/fuzz.c | 11 ++- 1 file changed, 10

[PATCH 2/2] fuzz: log the arguments used to initialize QEMU

2021-01-17 Thread Alexander Bulekov
This is useful for building reproducers. Instead checking the code or the QEMU_FUZZ_ARGS, the arguments are at the top of the crash log. Signed-off-by: Alexander Bulekov --- tests/qtest/fuzz/fuzz.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git