mbox series

[PATCH-for-5.2,0/3] Bug-fixes for the generic-fuzzer

Message ID 20201029172901.534442-1-alxndr@bu.edu
Headers show
Series Bug-fixes for the generic-fuzzer | expand

Message

Alexander Bulekov Oct. 29, 2020, 5:28 p.m. UTC
These patches fix some silly issues I found after the generic-fuzzer
started running on OSS-Fuzz.

Alexander Bulekov (3):
  fuzz: fix writing DMA patterns
  fuzz: check the MR in the DMA callback
  fuzz: fuzz offsets within pio/mmio regions

 tests/qtest/fuzz/generic_fuzz.c | 44 +++++++++++++++++----------------
 1 file changed, 23 insertions(+), 21 deletions(-)

Comments

Darren Kenny Oct. 30, 2020, 7:27 a.m. UTC | #1
Sigh, I should have caught some of these in the last review, sorry.

For the series,

Reviewed-by: Darren Kenny <darren.kenny@oracle.com>


Thanks,

Darren.

On Thursday, 2020-10-29 at 13:28:57 -04, Alexander Bulekov wrote:
> These patches fix some silly issues I found after the generic-fuzzer

> started running on OSS-Fuzz.

>

> Alexander Bulekov (3):

>   fuzz: fix writing DMA patterns

>   fuzz: check the MR in the DMA callback

>   fuzz: fuzz offsets within pio/mmio regions

>

>  tests/qtest/fuzz/generic_fuzz.c | 44 +++++++++++++++++----------------

>  1 file changed, 23 insertions(+), 21 deletions(-)

>

> -- 

> 2.28.0