mbox

[PULL,0/3] Fuzzing Patches

Message ID 20210713054836.154421-1-alxndr@bu.edu (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/a1xndr/qemu tags/pull-request-2021-07-12

Message

Alexander Bulekov July 13, 2021, 5:48 a.m. UTC
Hello Paolo,

The following changes since commit 711c0418c8c1ce3a24346f058b001c4c5a2f0f81:

  Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging (2021-07-04 14:04:12 +0100)

are available in the Git repository at:

  https://gitlab.com/a1xndr/qemu tags/pull-request-2021-07-12

for you to fetch changes up to 3f4a00e1ec2ee9ab34cfbb8a955c3089256b21c2:

  fuzz: make object-name matching case-insensitive (2021-07-12 09:56:13 -0400)

----------------------------------------------------------------
Fuzzing PR for 6.1: Bug-fixes and refined timeout mechanism

----------------------------------------------------------------
Alexander Bulekov (3):
      fuzz: fix sparse memory access in the DMA callback
      fuzz: adjust timeout to allow for longer inputs
      fuzz: make object-name matching case-insensitive

 tests/qtest/fuzz/generic_fuzz.c | 50 +++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 39 insertions(+), 11 deletions(-)

Comments

Alexander Bulekov July 13, 2021, 3 p.m. UTC | #1
On 210713 0148, Alexander Bulekov wrote:
> Hello Paolo,
> 
> The following changes since commit 711c0418c8c1ce3a24346f058b001c4c5a2f0f81:
> 
>   Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging (2021-07-04 14:04:12 +0100)
> 
> are available in the Git repository at:
> 
>   https://gitlab.com/a1xndr/qemu tags/pull-request-2021-07-12
> 
> for you to fetch changes up to 3f4a00e1ec2ee9ab34cfbb8a955c3089256b21c2:
> 
>   fuzz: make object-name matching case-insensitive (2021-07-12 09:56:13 -0400)
> 
> ----------------------------------------------------------------
> Fuzzing PR for 6.1: Bug-fixes and refined timeout mechanism
> 
> ----------------------------------------------------------------
> Alexander Bulekov (3):
>       fuzz: fix sparse memory access in the DMA callback
>       fuzz: adjust timeout to allow for longer inputs
>       fuzz: make object-name matching case-insensitive
> 
>  tests/qtest/fuzz/generic_fuzz.c | 50 +++++++++++++++++++++++++++++++++++++++-----------
>  1 file changed, 39 insertions(+), 11 deletions(-)
> 
> -- 
> 2.28.0
> 

One more Patch was reviewed, so I just sent a v2.